public interface _ProjectOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets,
Ice.Current __current) |
void |
addAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets,
Ice.Current __current) |
void |
addProjectAnnotationLink(ProjectAnnotationLink target,
Ice.Current __current) |
void |
addProjectAnnotationLinkToBoth(ProjectAnnotationLink 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 |
clearDatasetLinks(Ice.Current __current) |
java.util.List<ProjectAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<ProjectDatasetLink> |
copyDatasetLinks(Ice.Current __current) |
java.util.List<ProjectAnnotationLink> |
findProjectAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.List<ProjectDatasetLink> |
findProjectDatasetLink(Dataset removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getDatasetLinksCountPerOwner(Ice.Current __current) |
RString |
getDescription(Ice.Current __current) |
RString |
getName(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
ProjectAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
ProjectDatasetLink |
linkDataset(Dataset addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
java.util.List<Dataset> |
linkedDatasetList(Ice.Current __current) |
void |
reloadAnnotationLinks(Project toCopy,
Ice.Current __current) |
void |
reloadDatasetLinks(Project toCopy,
Ice.Current __current) |
void |
removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets,
Ice.Current __current) |
void |
removeAllProjectDatasetLinkSet(java.util.List<ProjectDatasetLink> targets,
Ice.Current __current) |
void |
removeProjectAnnotationLink(ProjectAnnotationLink theTarget,
Ice.Current __current) |
void |
removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink 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 |
sizeOfDatasetLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unlinkDataset(Dataset removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
void |
unloadDatasetLinks(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 unloadDatasetLinks(Ice.Current __current)
int sizeOfDatasetLinks(Ice.Current __current)
java.util.List<ProjectDatasetLink> copyDatasetLinks(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 clearDatasetLinks(Ice.Current __current)
void reloadDatasetLinks(Project toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getDatasetLinksCountPerOwner(Ice.Current __current)
ProjectDatasetLink linkDataset(Dataset addition, Ice.Current __current)
void addProjectDatasetLinkToBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
java.util.List<ProjectDatasetLink> findProjectDatasetLink(Dataset removal, Ice.Current __current)
void unlinkDataset(Dataset removal, Ice.Current __current)
void removeProjectDatasetLinkFromBoth(ProjectDatasetLink link, boolean bothSides, Ice.Current __current)
java.util.List<Dataset> linkedDatasetList(Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ProjectAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addProjectAnnotationLink(ProjectAnnotationLink target, Ice.Current __current)
void addAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current __current)
void removeProjectAnnotationLink(ProjectAnnotationLink theTarget, Ice.Current __current)
void removeAllProjectAnnotationLinkSet(java.util.List<ProjectAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Project toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ProjectAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addProjectAnnotationLinkToBoth(ProjectAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ProjectAnnotationLink> findProjectAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeProjectAnnotationLinkFromBoth(ProjectAnnotationLink 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)