Package omero.model
Interface _ScreenOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
- All Known Implementing Classes:
_ScreenTie
,Screen
,ScreenI
public interface _ScreenOperationsNC extends _IObjectOperationsNC
-
-
Method Summary
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Method Detail
-
getVersion
RInt getVersion()
-
setVersion
void setVersion(RInt theVersion)
-
getType
RString getType()
-
setType
void setType(RString theType)
-
getProtocolIdentifier
RString getProtocolIdentifier()
-
setProtocolIdentifier
void setProtocolIdentifier(RString theProtocolIdentifier)
-
getProtocolDescription
RString getProtocolDescription()
-
setProtocolDescription
void setProtocolDescription(RString theProtocolDescription)
-
getReagentSetIdentifier
RString getReagentSetIdentifier()
-
setReagentSetIdentifier
void setReagentSetIdentifier(RString theReagentSetIdentifier)
-
getReagentSetDescription
RString getReagentSetDescription()
-
setReagentSetDescription
void setReagentSetDescription(RString theReagentSetDescription)
-
unloadPlateLinks
void unloadPlateLinks()
-
sizeOfPlateLinks
int sizeOfPlateLinks()
-
copyPlateLinks
java.util.List<ScreenPlateLink> copyPlateLinks()
-
addScreenPlateLink
void addScreenPlateLink(ScreenPlateLink target)
-
addAllScreenPlateLinkSet
void addAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets)
-
removeScreenPlateLink
void removeScreenPlateLink(ScreenPlateLink theTarget)
-
removeAllScreenPlateLinkSet
void removeAllScreenPlateLinkSet(java.util.List<ScreenPlateLink> targets)
-
clearPlateLinks
void clearPlateLinks()
-
reloadPlateLinks
void reloadPlateLinks(Screen toCopy)
-
getPlateLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getPlateLinksCountPerOwner()
-
linkPlate
ScreenPlateLink linkPlate(Plate addition)
-
addScreenPlateLinkToBoth
void addScreenPlateLinkToBoth(ScreenPlateLink link, boolean bothSides)
-
findScreenPlateLink
java.util.List<ScreenPlateLink> findScreenPlateLink(Plate removal)
-
unlinkPlate
void unlinkPlate(Plate removal)
-
removeScreenPlateLinkFromBoth
void removeScreenPlateLinkFromBoth(ScreenPlateLink link, boolean bothSides)
-
linkedPlateList
java.util.List<Plate> linkedPlateList()
-
unloadReagents
void unloadReagents()
-
sizeOfReagents
int sizeOfReagents()
-
copyReagents
java.util.List<Reagent> copyReagents()
-
addReagent
void addReagent(Reagent target)
-
addAllReagentSet
void addAllReagentSet(java.util.List<Reagent> targets)
-
removeReagent
void removeReagent(Reagent theTarget)
-
removeAllReagentSet
void removeAllReagentSet(java.util.List<Reagent> targets)
-
clearReagents
void clearReagents()
-
reloadReagents
void reloadReagents(Screen toCopy)
-
unloadAnnotationLinks
void unloadAnnotationLinks()
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks()
-
copyAnnotationLinks
java.util.List<ScreenAnnotationLink> copyAnnotationLinks()
-
addScreenAnnotationLink
void addScreenAnnotationLink(ScreenAnnotationLink target)
-
addAllScreenAnnotationLinkSet
void addAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets)
-
removeScreenAnnotationLink
void removeScreenAnnotationLink(ScreenAnnotationLink theTarget)
-
removeAllScreenAnnotationLinkSet
void removeAllScreenAnnotationLinkSet(java.util.List<ScreenAnnotationLink> targets)
-
clearAnnotationLinks
void clearAnnotationLinks()
-
reloadAnnotationLinks
void reloadAnnotationLinks(Screen toCopy)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner()
-
linkAnnotation
ScreenAnnotationLink linkAnnotation(Annotation addition)
-
addScreenAnnotationLinkToBoth
void addScreenAnnotationLinkToBoth(ScreenAnnotationLink link, boolean bothSides)
-
findScreenAnnotationLink
java.util.List<ScreenAnnotationLink> findScreenAnnotationLink(Annotation removal)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal)
-
removeScreenAnnotationLinkFromBoth
void removeScreenAnnotationLinkFromBoth(ScreenAnnotationLink link, boolean bothSides)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList()
-
getName
RString getName()
-
setName
void setName(RString theName)
-
getDescription
RString getDescription()
-
setDescription
void setDescription(RString theDescription)
-
-