Package omero.model
Interface _FolderOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_FolderTie,Folder,FolderI
public interface _FolderOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)voidaddAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)voidaddAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)voidaddAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)voidaddChildFolders(Folder target, Ice.Current __current)voidaddFolderAnnotationLink(FolderAnnotationLink target, Ice.Current __current)voidaddFolderAnnotationLinkToBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)voidaddFolderImageLink(FolderImageLink target, Ice.Current __current)voidaddFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)voidaddFolderRoiLink(FolderRoiLink target, Ice.Current __current)voidaddFolderRoiLinkToBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)voidclearAnnotationLinks(Ice.Current __current)voidclearChildFolders(Ice.Current __current)voidclearImageLinks(Ice.Current __current)voidclearRoiLinks(Ice.Current __current)java.util.List<FolderAnnotationLink>copyAnnotationLinks(Ice.Current __current)java.util.List<Folder>copyChildFolders(Ice.Current __current)java.util.List<FolderImageLink>copyImageLinks(Ice.Current __current)java.util.List<FolderRoiLink>copyRoiLinks(Ice.Current __current)java.util.List<FolderAnnotationLink>findFolderAnnotationLink(Annotation removal, Ice.Current __current)java.util.List<FolderImageLink>findFolderImageLink(Image removal, Ice.Current __current)java.util.List<FolderRoiLink>findFolderRoiLink(Roi removal, Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current __current)RStringgetDescription(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getImageLinksCountPerOwner(Ice.Current __current)RStringgetName(Ice.Current __current)FoldergetParentFolder(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getRoiLinksCountPerOwner(Ice.Current __current)RIntgetVersion(Ice.Current __current)FolderAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)java.util.List<Image>linkedImageList(Ice.Current __current)java.util.List<Roi>linkedRoiList(Ice.Current __current)FolderImageLinklinkImage(Image addition, Ice.Current __current)FolderRoiLinklinkRoi(Roi addition, Ice.Current __current)voidreloadAnnotationLinks(Folder toCopy, Ice.Current __current)voidreloadChildFolders(Folder toCopy, Ice.Current __current)voidreloadImageLinks(Folder toCopy, Ice.Current __current)voidreloadRoiLinks(Folder toCopy, Ice.Current __current)voidremoveAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)voidremoveAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)voidremoveAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)voidremoveAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)voidremoveChildFolders(Folder theTarget, Ice.Current __current)voidremoveFolderAnnotationLink(FolderAnnotationLink theTarget, Ice.Current __current)voidremoveFolderAnnotationLinkFromBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)voidremoveFolderImageLink(FolderImageLink theTarget, Ice.Current __current)voidremoveFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)voidremoveFolderRoiLink(FolderRoiLink theTarget, Ice.Current __current)voidremoveFolderRoiLinkFromBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)voidsetDescription(RString theDescription, Ice.Current __current)voidsetName(RString theName, Ice.Current __current)voidsetParentFolder(Folder theParentFolder, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)intsizeOfAnnotationLinks(Ice.Current __current)intsizeOfChildFolders(Ice.Current __current)intsizeOfImageLinks(Ice.Current __current)intsizeOfRoiLinks(Ice.Current __current)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunlinkImage(Image removal, Ice.Current __current)voidunlinkRoi(Roi removal, Ice.Current __current)voidunloadAnnotationLinks(Ice.Current __current)voidunloadChildFolders(Ice.Current __current)voidunloadImageLinks(Ice.Current __current)voidunloadRoiLinks(Ice.Current __current)-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion(Ice.Current __current)
-
setVersion
void setVersion(RInt theVersion, Ice.Current __current)
-
unloadChildFolders
void unloadChildFolders(Ice.Current __current)
-
sizeOfChildFolders
int sizeOfChildFolders(Ice.Current __current)
-
copyChildFolders
java.util.List<Folder> copyChildFolders(Ice.Current __current)
-
addChildFolders
void addChildFolders(Folder target, Ice.Current __current)
-
addAllChildFoldersSet
void addAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)
-
removeChildFolders
void removeChildFolders(Folder theTarget, Ice.Current __current)
-
removeAllChildFoldersSet
void removeAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)
-
clearChildFolders
void clearChildFolders(Ice.Current __current)
-
reloadChildFolders
void reloadChildFolders(Folder toCopy, Ice.Current __current)
-
getParentFolder
Folder getParentFolder(Ice.Current __current)
-
setParentFolder
void setParentFolder(Folder theParentFolder, Ice.Current __current)
-
unloadImageLinks
void unloadImageLinks(Ice.Current __current)
-
sizeOfImageLinks
int sizeOfImageLinks(Ice.Current __current)
-
copyImageLinks
java.util.List<FolderImageLink> copyImageLinks(Ice.Current __current)
-
addFolderImageLink
void addFolderImageLink(FolderImageLink target, Ice.Current __current)
-
addAllFolderImageLinkSet
void addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
-
removeFolderImageLink
void removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
-
removeAllFolderImageLinkSet
void removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
-
clearImageLinks
void clearImageLinks(Ice.Current __current)
-
reloadImageLinks
void reloadImageLinks(Folder toCopy, Ice.Current __current)
-
getImageLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getImageLinksCountPerOwner(Ice.Current __current)
-
linkImage
FolderImageLink linkImage(Image addition, Ice.Current __current)
-
addFolderImageLinkToBoth
void addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
-
findFolderImageLink
java.util.List<FolderImageLink> findFolderImageLink(Image removal, Ice.Current __current)
-
unlinkImage
void unlinkImage(Image removal, Ice.Current __current)
-
removeFolderImageLinkFromBoth
void removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
-
linkedImageList
java.util.List<Image> linkedImageList(Ice.Current __current)
-
unloadRoiLinks
void unloadRoiLinks(Ice.Current __current)
-
sizeOfRoiLinks
int sizeOfRoiLinks(Ice.Current __current)
-
copyRoiLinks
java.util.List<FolderRoiLink> copyRoiLinks(Ice.Current __current)
-
addFolderRoiLink
void addFolderRoiLink(FolderRoiLink target, Ice.Current __current)
-
addAllFolderRoiLinkSet
void addAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
-
removeFolderRoiLink
void removeFolderRoiLink(FolderRoiLink theTarget, Ice.Current __current)
-
removeAllFolderRoiLinkSet
void removeAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
-
clearRoiLinks
void clearRoiLinks(Ice.Current __current)
-
reloadRoiLinks
void reloadRoiLinks(Folder toCopy, Ice.Current __current)
-
getRoiLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getRoiLinksCountPerOwner(Ice.Current __current)
-
linkRoi
FolderRoiLink linkRoi(Roi addition, Ice.Current __current)
-
addFolderRoiLinkToBoth
void addFolderRoiLinkToBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
-
findFolderRoiLink
java.util.List<FolderRoiLink> findFolderRoiLink(Roi removal, Ice.Current __current)
-
unlinkRoi
void unlinkRoi(Roi removal, Ice.Current __current)
-
removeFolderRoiLinkFromBoth
void removeFolderRoiLinkFromBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
-
linkedRoiList
java.util.List<Roi> linkedRoiList(Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<FolderAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addFolderAnnotationLink
void addFolderAnnotationLink(FolderAnnotationLink target, Ice.Current __current)
-
addAllFolderAnnotationLinkSet
void addAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)
-
removeFolderAnnotationLink
void removeFolderAnnotationLink(FolderAnnotationLink theTarget, Ice.Current __current)
-
removeAllFolderAnnotationLinkSet
void removeAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Folder toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
FolderAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addFolderAnnotationLinkToBoth
void addFolderAnnotationLinkToBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findFolderAnnotationLink
java.util.List<FolderAnnotationLink> findFolderAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeFolderAnnotationLinkFromBoth
void removeFolderAnnotationLinkFromBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
getDescription
RString getDescription(Ice.Current __current)
-
setDescription
void setDescription(RString theDescription, Ice.Current __current)
-
-