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 void
addAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)
void
addAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)
void
addAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
void
addAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
void
addChildFolders(Folder target, Ice.Current __current)
void
addFolderAnnotationLink(FolderAnnotationLink target, Ice.Current __current)
void
addFolderAnnotationLinkToBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addFolderImageLink(FolderImageLink target, Ice.Current __current)
void
addFolderImageLinkToBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
void
addFolderRoiLink(FolderRoiLink target, Ice.Current __current)
void
addFolderRoiLinkToBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearChildFolders(Ice.Current __current)
void
clearImageLinks(Ice.Current __current)
void
clearRoiLinks(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)
RString
getDescription(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getImageLinksCountPerOwner(Ice.Current __current)
RString
getName(Ice.Current __current)
Folder
getParentFolder(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getRoiLinksCountPerOwner(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
FolderAnnotationLink
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<Roi>
linkedRoiList(Ice.Current __current)
FolderImageLink
linkImage(Image addition, Ice.Current __current)
FolderRoiLink
linkRoi(Roi addition, Ice.Current __current)
void
reloadAnnotationLinks(Folder toCopy, Ice.Current __current)
void
reloadChildFolders(Folder toCopy, Ice.Current __current)
void
reloadImageLinks(Folder toCopy, Ice.Current __current)
void
reloadRoiLinks(Folder toCopy, Ice.Current __current)
void
removeAllChildFoldersSet(java.util.List<Folder> targets, Ice.Current __current)
void
removeAllFolderAnnotationLinkSet(java.util.List<FolderAnnotationLink> targets, Ice.Current __current)
void
removeAllFolderImageLinkSet(java.util.List<FolderImageLink> targets, Ice.Current __current)
void
removeAllFolderRoiLinkSet(java.util.List<FolderRoiLink> targets, Ice.Current __current)
void
removeChildFolders(Folder theTarget, Ice.Current __current)
void
removeFolderAnnotationLink(FolderAnnotationLink theTarget, Ice.Current __current)
void
removeFolderAnnotationLinkFromBoth(FolderAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeFolderImageLink(FolderImageLink theTarget, Ice.Current __current)
void
removeFolderImageLinkFromBoth(FolderImageLink link, boolean bothSides, Ice.Current __current)
void
removeFolderRoiLink(FolderRoiLink theTarget, Ice.Current __current)
void
removeFolderRoiLinkFromBoth(FolderRoiLink link, boolean bothSides, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setParentFolder(Folder theParentFolder, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfChildFolders(Ice.Current __current)
int
sizeOfImageLinks(Ice.Current __current)
int
sizeOfRoiLinks(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkImage(Image removal, Ice.Current __current)
void
unlinkRoi(Roi removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadChildFolders(Ice.Current __current)
void
unloadImageLinks(Ice.Current __current)
void
unloadRoiLinks(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)
-
-