public interface _DatasetOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllDatasetAnnotationLinkSet(java.util.List<DatasetAnnotationLink> targets,
Ice.Current __current) |
void |
addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets,
Ice.Current __current) |
void |
addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets,
Ice.Current __current) |
void |
addDatasetAnnotationLink(DatasetAnnotationLink target,
Ice.Current __current) |
void |
addDatasetAnnotationLinkToBoth(DatasetAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
addDatasetImageLink(DatasetImageLink target,
Ice.Current __current) |
void |
addDatasetImageLinkToBoth(DatasetImageLink link,
boolean bothSides,
Ice.Current __current) |
void |
addProjectDatasetLink(ProjectDatasetLink target,
Ice.Current __current) |
void |
addProjectDatasetLinkToBoth(ProjectDatasetLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
void |
clearImageLinks(Ice.Current __current) |
void |
clearProjectLinks(Ice.Current __current) |
java.util.List<DatasetAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<DatasetImageLink> |
copyImageLinks(Ice.Current __current) |
java.util.List<ProjectDatasetLink> |
copyProjectLinks(Ice.Current __current) |
java.util.List<DatasetAnnotationLink> |
findDatasetAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<DatasetImageLink> |
findDatasetImageLink(Image removal,
Ice.Current __current) |
java.util.List<ProjectDatasetLink> |
findProjectDatasetLink(Project removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getImageLinksCountPerOwner(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getProjectLinksCountPerOwner(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
DatasetAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Image> |
linkedImageList(Ice.Current __current) |
java.util.List<Project> |
linkedProjectList(Ice.Current __current) |
DatasetImageLink |
linkImage(Image addition,
Ice.Current __current) |
ProjectDatasetLink |
linkProject(Project addition,
Ice.Current __current) |
void |
reloadAnnotationLinks(Dataset toCopy,
Ice.Current __current) |
void |
reloadImageLinks(Dataset toCopy,
Ice.Current __current) |
void |
reloadProjectLinks(Dataset toCopy,
Ice.Current __current) |
void |
removeAllDatasetAnnotationLinkSet(java.util.List<DatasetAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets,
Ice.Current __current) |
void |
removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets,
Ice.Current __current) |
void |
removeDatasetAnnotationLink(DatasetAnnotationLink theTarget,
Ice.Current __current) |
void |
removeDatasetAnnotationLinkFromBoth(DatasetAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeDatasetImageLink(DatasetImageLink theTarget,
Ice.Current __current) |
void |
removeDatasetImageLinkFromBoth(DatasetImageLink link,
boolean bothSides,
Ice.Current __current) |
void |
removeProjectDatasetLink(ProjectDatasetLink theTarget,
Ice.Current __current) |
void |
removeProjectDatasetLinkFromBoth(ProjectDatasetLink link,
boolean bothSides,
Ice.Current __current) |
void |
setDescription(RString theDescription,
Ice.Current __current) |
void |
setName(RString theName,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
int |
sizeOfImageLinks(Ice.Current __current) |
int |
sizeOfProjectLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkImage(Image removal,
Ice.Current __current) |
void |
unlinkProject(Project removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadImageLinks(Ice.Current __current) |
void |
unloadProjectLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
void unloadProjectLinks(Ice.Current __current)
int sizeOfProjectLinks(Ice.Current __current)
java.util.List<ProjectDatasetLink> copyProjectLinks(Ice.Current __current)
void addProjectDatasetLink(ProjectDatasetLink target, Ice.Current __current)
void addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current __current)
void removeProjectDatasetLink(ProjectDatasetLink theTarget, Ice.Current __current)
void removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets, Ice.Current __current)
void clearProjectLinks(Ice.Current __current)
void reloadProjectLinks(Dataset toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getProjectLinksCountPerOwner(Ice.Current __current)
ProjectDatasetLink linkProject(Project addition, Ice.Current __current)
void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
java.util.List<ProjectDatasetLink> findProjectDatasetLink(Project removal, Ice.Current __current)
void unlinkProject(Project removal, Ice.Current __current)
void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
java.util.List<Project> linkedProjectList(Ice.Current __current)
void unloadImageLinks(Ice.Current __current)
int sizeOfImageLinks(Ice.Current __current)
java.util.List<DatasetImageLink> copyImageLinks(Ice.Current __current)
void addDatasetImageLink(DatasetImageLink target, Ice.Current __current)
void addAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
void removeDatasetImageLink(DatasetImageLink theTarget, Ice.Current __current)
void removeAllDatasetImageLinkSet(java.util.List<DatasetImageLink> targets, Ice.Current __current)
void clearImageLinks(Ice.Current __current)
void reloadImageLinks(Dataset toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getImageLinksCountPerOwner(Ice.Current __current)
DatasetImageLink linkImage(Image addition, Ice.Current __current)
void addDatasetImageLinkToBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
java.util.List<DatasetImageLink> findDatasetImageLink(Image removal, Ice.Current __current)
void unlinkImage(Image removal, Ice.Current __current)
void removeDatasetImageLinkFromBoth(DatasetImageLink link, boolean bothSides, Ice.Current __current)
java.util.List<Image> linkedImageList(Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<DatasetAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addDatasetAnnotationLink(DatasetAnnotationLink target, Ice.Current __current)
void addAllDatasetAnnotationLinkSet(java.util.List<DatasetAnnotationLink> targets, Ice.Current __current)
void removeDatasetAnnotationLink(DatasetAnnotationLink theTarget, Ice.Current __current)
void removeAllDatasetAnnotationLinkSet(java.util.List<DatasetAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Dataset toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
DatasetAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addDatasetAnnotationLinkToBoth(DatasetAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<DatasetAnnotationLink> findDatasetAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeDatasetAnnotationLinkFromBoth(DatasetAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
RString getName(Ice.Current __current)
void setName(RString theName, Ice.Current __current)
RString getDescription(Ice.Current __current)
void setDescription(RString theDescription, Ice.Current __current)