Package omero.model
Interface _PlaneInfoOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_PlaneInfoTie
,PlaneInfo
,PlaneInfoI
public interface _PlaneInfoOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets, Ice.Current __current)
void
addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target, Ice.Current __current)
void
addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
java.util.List<PlaneInfoAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<PlaneInfoAnnotationLink>
findPlaneInfoAnnotationLink(Annotation removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
Time
getDeltaT(Ice.Current __current)
Time
getExposureTime(Ice.Current __current)
Pixels
getPixels(Ice.Current __current)
Length
getPositionX(Ice.Current __current)
Length
getPositionY(Ice.Current __current)
Length
getPositionZ(Ice.Current __current)
RInt
getTheC(Ice.Current __current)
RInt
getTheT(Ice.Current __current)
RInt
getTheZ(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
PlaneInfoAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
void
reloadAnnotationLinks(PlaneInfo toCopy, Ice.Current __current)
void
removeAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets, Ice.Current __current)
void
removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget, Ice.Current __current)
void
removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link, boolean bothSides, Ice.Current __current)
void
setDeltaT(Time theDeltaT, Ice.Current __current)
void
setExposureTime(Time theExposureTime, Ice.Current __current)
void
setPixels(Pixels thePixels, Ice.Current __current)
void
setPositionX(Length thePositionX, Ice.Current __current)
void
setPositionY(Length thePositionY, Ice.Current __current)
void
setPositionZ(Length thePositionZ, Ice.Current __current)
void
setTheC(RInt theTheC, Ice.Current __current)
void
setTheT(RInt theTheT, Ice.Current __current)
void
setTheZ(RInt theTheZ, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unloadAnnotationLinks(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)
-
getPixels
Pixels getPixels(Ice.Current __current)
-
setPixels
void setPixels(Pixels thePixels, Ice.Current __current)
-
getTheZ
RInt getTheZ(Ice.Current __current)
-
setTheZ
void setTheZ(RInt theTheZ, Ice.Current __current)
-
getTheC
RInt getTheC(Ice.Current __current)
-
setTheC
void setTheC(RInt theTheC, Ice.Current __current)
-
getTheT
RInt getTheT(Ice.Current __current)
-
setTheT
void setTheT(RInt theTheT, Ice.Current __current)
-
getDeltaT
Time getDeltaT(Ice.Current __current)
-
setDeltaT
void setDeltaT(Time theDeltaT, Ice.Current __current)
-
getPositionX
Length getPositionX(Ice.Current __current)
-
setPositionX
void setPositionX(Length thePositionX, Ice.Current __current)
-
getPositionY
Length getPositionY(Ice.Current __current)
-
setPositionY
void setPositionY(Length thePositionY, Ice.Current __current)
-
getPositionZ
Length getPositionZ(Ice.Current __current)
-
setPositionZ
void setPositionZ(Length thePositionZ, Ice.Current __current)
-
getExposureTime
Time getExposureTime(Ice.Current __current)
-
setExposureTime
void setExposureTime(Time theExposureTime, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<PlaneInfoAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addPlaneInfoAnnotationLink
void addPlaneInfoAnnotationLink(PlaneInfoAnnotationLink target, Ice.Current __current)
-
addAllPlaneInfoAnnotationLinkSet
void addAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets, Ice.Current __current)
-
removePlaneInfoAnnotationLink
void removePlaneInfoAnnotationLink(PlaneInfoAnnotationLink theTarget, Ice.Current __current)
-
removeAllPlaneInfoAnnotationLinkSet
void removeAllPlaneInfoAnnotationLinkSet(java.util.List<PlaneInfoAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(PlaneInfo toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
PlaneInfoAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addPlaneInfoAnnotationLinkToBoth
void addPlaneInfoAnnotationLinkToBoth(PlaneInfoAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findPlaneInfoAnnotationLink
java.util.List<PlaneInfoAnnotationLink> findPlaneInfoAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removePlaneInfoAnnotationLinkFromBoth
void removePlaneInfoAnnotationLinkFromBoth(PlaneInfoAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-