Package omero.model
Interface _ReagentOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ReagentTie
,Reagent
,ReagentI
public interface _ReagentOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllReagentAnnotationLinkSet(java.util.List<ReagentAnnotationLink> targets, Ice.Current __current)
void
addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void
addReagentAnnotationLink(ReagentAnnotationLink target, Ice.Current __current)
void
addReagentAnnotationLinkToBoth(ReagentAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addWellReagentLink(WellReagentLink target, Ice.Current __current)
void
addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearWellLinks(Ice.Current __current)
java.util.List<ReagentAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<WellReagentLink>
copyWellLinks(Ice.Current __current)
java.util.List<ReagentAnnotationLink>
findReagentAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<WellReagentLink>
findWellReagentLink(Well 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)
RString
getReagentIdentifier(Ice.Current __current)
Screen
getScreen(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getWellLinksCountPerOwner(Ice.Current __current)
ReagentAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Well>
linkedWellList(Ice.Current __current)
WellReagentLink
linkWell(Well addition, Ice.Current __current)
void
reloadAnnotationLinks(Reagent toCopy, Ice.Current __current)
void
reloadWellLinks(Reagent toCopy, Ice.Current __current)
void
removeAllReagentAnnotationLinkSet(java.util.List<ReagentAnnotationLink> targets, Ice.Current __current)
void
removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void
removeReagentAnnotationLink(ReagentAnnotationLink theTarget, Ice.Current __current)
void
removeReagentAnnotationLinkFromBoth(ReagentAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeWellReagentLink(WellReagentLink theTarget, Ice.Current __current)
void
removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
void
setDescription(RString theDescription, Ice.Current __current)
void
setName(RString theName, Ice.Current __current)
void
setReagentIdentifier(RString theReagentIdentifier, Ice.Current __current)
void
setScreen(Screen theScreen, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfWellLinks(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkWell(Well removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadWellLinks(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)
-
getName
RString getName(Ice.Current __current)
-
setName
void setName(RString theName, Ice.Current __current)
-
getReagentIdentifier
RString getReagentIdentifier(Ice.Current __current)
-
setReagentIdentifier
void setReagentIdentifier(RString theReagentIdentifier, Ice.Current __current)
-
getScreen
Screen getScreen(Ice.Current __current)
-
setScreen
void setScreen(Screen theScreen, Ice.Current __current)
-
unloadWellLinks
void unloadWellLinks(Ice.Current __current)
-
sizeOfWellLinks
int sizeOfWellLinks(Ice.Current __current)
-
copyWellLinks
java.util.List<WellReagentLink> copyWellLinks(Ice.Current __current)
-
addWellReagentLink
void addWellReagentLink(WellReagentLink target, Ice.Current __current)
-
addAllWellReagentLinkSet
void addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
-
removeWellReagentLink
void removeWellReagentLink(WellReagentLink theTarget, Ice.Current __current)
-
removeAllWellReagentLinkSet
void removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
-
clearWellLinks
void clearWellLinks(Ice.Current __current)
-
reloadWellLinks
void reloadWellLinks(Reagent toCopy, Ice.Current __current)
-
getWellLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getWellLinksCountPerOwner(Ice.Current __current)
-
linkWell
WellReagentLink linkWell(Well addition, Ice.Current __current)
-
addWellReagentLinkToBoth
void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
-
findWellReagentLink
java.util.List<WellReagentLink> findWellReagentLink(Well removal, Ice.Current __current)
-
unlinkWell
void unlinkWell(Well removal, Ice.Current __current)
-
removeWellReagentLinkFromBoth
void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
-
linkedWellList
java.util.List<Well> linkedWellList(Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<ReagentAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addReagentAnnotationLink
void addReagentAnnotationLink(ReagentAnnotationLink target, Ice.Current __current)
-
addAllReagentAnnotationLinkSet
void addAllReagentAnnotationLinkSet(java.util.List<ReagentAnnotationLink> targets, Ice.Current __current)
-
removeReagentAnnotationLink
void removeReagentAnnotationLink(ReagentAnnotationLink theTarget, Ice.Current __current)
-
removeAllReagentAnnotationLinkSet
void removeAllReagentAnnotationLinkSet(java.util.List<ReagentAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Reagent toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
ReagentAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addReagentAnnotationLinkToBoth
void addReagentAnnotationLinkToBoth(ReagentAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findReagentAnnotationLink
java.util.List<ReagentAnnotationLink> findReagentAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeReagentAnnotationLinkFromBoth
void removeReagentAnnotationLinkFromBoth(ReagentAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
getDescription
RString getDescription(Ice.Current __current)
-
setDescription
void setDescription(RString theDescription, Ice.Current __current)
-
-