Package omero.model
Interface _FileAnnotationOperations
-
- All Superinterfaces:
_AnnotationOperations
,_IObjectOperations
,_TypeAnnotationOperations
- All Known Implementing Classes:
_FileAnnotationTie
,FileAnnotation
,FileAnnotationI
public interface _FileAnnotationOperations extends _TypeAnnotationOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OriginalFile
getFile(Ice.Current __current)
void
setFile(OriginalFile theFile, Ice.Current __current)
-
Methods inherited from interface omero.model._AnnotationOperations
addAllAnnotationAnnotationLinkSet, addAnnotationAnnotationLink, addAnnotationAnnotationLinkToBoth, clearAnnotationLinks, copyAnnotationLinks, findAnnotationAnnotationLink, getAnnotationLinksCountPerOwner, getDescription, getName, getNs, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, removeAllAnnotationAnnotationLinkSet, removeAnnotationAnnotationLink, removeAnnotationAnnotationLinkFromBoth, setDescription, setName, setNs, setVersion, sizeOfAnnotationLinks, unlinkAnnotation, unloadAnnotationLinks
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getFile
OriginalFile getFile(Ice.Current __current)
-
setFile
void setFile(OriginalFile theFile, Ice.Current __current)
-
-