package be.cytomine.client.abst;
import be.cytomine.client.*;
import java.util.*;
import org.json.simple.*;
import java.util.List;
import be.cytomine.client.AnnotationListing;
import be.cytomine.client.Server;
/**
*
*
* @author
* @version
*
* DO NOT EDIT THIS FILE. THIS IS CODE IS BUILD AUTOMATICALY. ALL CHANGE WILL BE LOST AFTER NEXT GENERATION.
*
* IF YOU WANT TO EDIT A DOMAIN FILE (change method, add property,...), JUST EDIT THE CHILD FILE “YourDomain.java” instead of this file “AbstractYourDomain.java”. I WON'T BE CLEAR IF IT ALREADY EXIST.
*
*/
public abstract class AbstractGeneral
extends AbstractDomain
{
public static Object add_a_c_l(Server server, String domainClassName, Long domainIdent, Long user, String auth, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object list_a_c_l(Server server, String domainClassName, Long domainIdent, Long user, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object delete_a_c_l(Server server, String domainClassName, Long domainIdent, Long user, String auth, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object show_annotation_domain(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object downloadDocumentByProject_annotation_domain(Server server, Long id, Boolean reviewed, List terms, List users, List images, String format)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object crop_annotation_domain(Server server, Long id, Integer max_size, Integer zoom, Boolean draw)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object downloadSearched_annotation_domain(Server server, String format, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object cropMin_annotation_domain(Server server, Long id, Integer zoom, Boolean draw)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object listIncludedAnnotation_annotation_domain(Server server, Long idImage, String geometry, Long annotation, Long user, List terms, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object downloadIncludedAnnotation_annotation_domain(Server server, Long idImage, String geometry, Long annotation, Long user, List terms)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object fillAnnotation_annotation_domain(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object simplify_annotation_domain(Server server, Long id, Integer minPoint, Integer maxPoint)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object retrieveSimplify_annotation_domain(Server server, Integer minPoint, Integer maxPoint, String JSON_POST_DATA__wkt)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object addCorrection_annotation_domain(Server server, Integer minPoint, Integer maxPoint, String JSON_POST_DATA__location, Boolean JSON_POST_DATA__review, Long JSON_POST_DATA__image, Boolean JSON_POST_DATA__remove, List JSON_POST_DATA__layers)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object add_annotation_domain(Server server)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object delete_annotation_domain(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static AnnotationListing search_annotation_domain(Server server, Boolean showDefault, Boolean showBasic, Boolean showMeta, Boolean showWKT, Boolean showGIS, Boolean showTerm, Boolean showAlgo, Boolean showUser, Boolean showImage, Boolean hideBasic, Boolean hideMeta, Boolean hideWKT, Boolean hideGIS, Boolean hideTerm, Boolean hideAlgo, Boolean hideUser, Boolean hideImage, Long project, Long job, Long user, Long jobForTermAlgo, Long term, Long image, Long suggestedTerm, Long userForTermAlgo, Long kmeansValue, List users, List images, List terms, Boolean notReviewedOnly, Boolean noTerm, Boolean noAlgoTerm, Long multipleTerm, Boolean kmeans, String bbox, Long bboxAnnotation, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object update_annotation_domain(Server server, Long id, Boolean fill)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object show_job_template_annotation(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object add_job_template_annotation(Server server)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object list_job_template_annotation(Server server, Long jobtemplate, Long annotation, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object delete_job_template_annotation(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object show_relation_term(Server server, Long idrelation, Long idterm1, Long idterm2)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object listByTerm_relation_term(Server server, Long id, Integer i, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object listByTermAll_relation_term(Server server, Long id, Integer i, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object add_relation_term(Server server)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object delete_relation_term(Server server, Long idrelation, Long idterm1, Long idterm2)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object show_term(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object listByOntology_term(Server server, Long id, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object listAllByProject_term(Server server, Long id, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object add_term(Server server)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object list_term(Server server, Integer max, Integer offset)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object delete_term(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
public static Object update_term(Server server, Long id)
throws Exception
{
throw new Exception("Not yet implemented");
}
}