Package omero.model
Interface _ScreenOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ScreenTie
,Screen
,ScreenI
public interface _ScreenOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
void
addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
void
addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
void
addReagent(Reagent target, Ice.Current __current)
void
addScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current __current)
void
addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addScreenPlateLink(ScreenPlateLink target, Ice.Current __current)
void
addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearPlateLinks(Ice.Current __current)
void
clearReagents(Ice.Current __current)
java.util.List<ScreenAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<ScreenPlateLink>
copyPlateLinks(Ice.Current __current)
java.util.List<Reagent>
copyReagents(Ice.Current __current)
java.util.List<ScreenAnnotationLink>
findScreenAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<ScreenPlateLink>
findScreenPlateLink(Plate removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RString
getDescription(Ice.Current __current)
RString
getName(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getPlateLinksCountPerOwner(Ice.Current __current)
RString
getProtocolDescription(Ice.Current __current)
RString
getProtocolIdentifier(Ice.Current __current)
RString
getReagentSetDescription(Ice.Current __current)
RString
getReagentSetIdentifier(Ice.Current __current)
RString
getType(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
ScreenAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Plate>
linkedPlateList(Ice.Current __current)
ScreenPlateLink
linkPlate(Plate addition, Ice.Current __current)
void
reloadAnnotationLinks(Screen toCopy, Ice.Current __current)
void
reloadPlateLinks(Screen toCopy, Ice.Current __current)
void
reloadReagents(Screen toCopy, Ice.Current __current)
void
removeAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
void
removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
void
removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
void
removeReagent(Reagent theTarget, Ice.Current __current)
void
removeScreenAnnotationLink(ScreenAnnotationLink theTarget, Ice.Current __current)
void
removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)
void
removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setProtocolDescription(RString theProtocolDescription, Ice.Current __current)
void
setProtocolIdentifier(RString theProtocolIdentifier, Ice.Current __current)
void
setReagentSetDescription(RString theReagentSetDescription, Ice.Current __current)
void
setReagentSetIdentifier(RString theReagentSetIdentifier, Ice.Current __current)
void
setType(RString theType, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfPlateLinks(Ice.Current __current)
int
sizeOfReagents(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkPlate(Plate removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadPlateLinks(Ice.Current __current)
void
unloadReagents(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)
-
getType
RString getType(Ice.Current __current)
-
setType
void setType(RString theType, Ice.Current __current)
-
getProtocolIdentifier
RString getProtocolIdentifier(Ice.Current __current)
-
setProtocolIdentifier
void setProtocolIdentifier(RString theProtocolIdentifier, Ice.Current __current)
-
getProtocolDescription
RString getProtocolDescription(Ice.Current __current)
-
setProtocolDescription
void setProtocolDescription(RString theProtocolDescription, Ice.Current __current)
-
getReagentSetIdentifier
RString getReagentSetIdentifier(Ice.Current __current)
-
setReagentSetIdentifier
void setReagentSetIdentifier(RString theReagentSetIdentifier, Ice.Current __current)
-
getReagentSetDescription
RString getReagentSetDescription(Ice.Current __current)
-
setReagentSetDescription
void setReagentSetDescription(RString theReagentSetDescription, Ice.Current __current)
-
unloadPlateLinks
void unloadPlateLinks(Ice.Current __current)
-
sizeOfPlateLinks
int sizeOfPlateLinks(Ice.Current __current)
-
copyPlateLinks
java.util.List<ScreenPlateLink> copyPlateLinks(Ice.Current __current)
-
addScreenPlateLink
void addScreenPlateLink(ScreenPlateLink target, Ice.Current __current)
-
addAllScreenPlateLinkSet
void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
-
removeScreenPlateLink
void removeScreenPlateLink(ScreenPlateLink theTarget, Ice.Current __current)
-
removeAllScreenPlateLinkSet
void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets, Ice.Current __current)
-
clearPlateLinks
void clearPlateLinks(Ice.Current __current)
-
reloadPlateLinks
void reloadPlateLinks(Screen toCopy, Ice.Current __current)
-
getPlateLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getPlateLinksCountPerOwner(Ice.Current __current)
-
linkPlate
ScreenPlateLink linkPlate(Plate addition, Ice.Current __current)
-
addScreenPlateLinkToBoth
void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
-
findScreenPlateLink
java.util.List<ScreenPlateLink> findScreenPlateLink(Plate removal, Ice.Current __current)
-
unlinkPlate
void unlinkPlate(Plate removal, Ice.Current __current)
-
removeScreenPlateLinkFromBoth
void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides, Ice.Current __current)
-
linkedPlateList
java.util.List<Plate> linkedPlateList(Ice.Current __current)
-
unloadReagents
void unloadReagents(Ice.Current __current)
-
sizeOfReagents
int sizeOfReagents(Ice.Current __current)
-
copyReagents
java.util.List<Reagent> copyReagents(Ice.Current __current)
-
addReagent
void addReagent(Reagent target, Ice.Current __current)
-
addAllReagentSet
void addAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
-
removeReagent
void removeReagent(Reagent theTarget, Ice.Current __current)
-
removeAllReagentSet
void removeAllReagentSet(java.util.List<Reagent> targets, Ice.Current __current)
-
clearReagents
void clearReagents(Ice.Current __current)
-
reloadReagents
void reloadReagents(Screen toCopy, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<ScreenAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addScreenAnnotationLink
void addScreenAnnotationLink(ScreenAnnotationLink target, Ice.Current __current)
-
addAllScreenAnnotationLinkSet
void addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
-
removeScreenAnnotationLink
void removeScreenAnnotationLink(ScreenAnnotationLink theTarget, Ice.Current __current)
-
removeAllScreenAnnotationLinkSet
void removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Screen toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
ScreenAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addScreenAnnotationLinkToBoth
void addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findScreenAnnotationLink
java.util.List<ScreenAnnotationLink> findScreenAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeScreenAnnotationLinkFromBoth
void removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink 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)
-
-