Package omero.model
Interface _WellOperations
-
- All Superinterfaces:
_IObjectOperations
public interface _WellOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
void
addAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void
addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
void
addWellAnnotationLink(WellAnnotationLink target, Ice.Current __current)
void
addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
void
addWellReagentLink(WellReagentLink target, Ice.Current __current)
void
addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
void
addWellSample(WellSample target, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearReagentLinks(Ice.Current __current)
void
clearWellSamples(Ice.Current __current)
java.util.List<WellAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<WellReagentLink>
copyReagentLinks(Ice.Current __current)
java.util.List<WellSample>
copyWellSamples(Ice.Current __current)
java.util.List<WellAnnotationLink>
findWellAnnotationLink(Annotation removal, Ice.Current __current)
java.util.List<WellReagentLink>
findWellReagentLink(Reagent removal, Ice.Current __current)
RInt
getAlpha(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RInt
getBlue(Ice.Current __current)
RInt
getColumn(Ice.Current __current)
RString
getExternalDescription(Ice.Current __current)
RString
getExternalIdentifier(Ice.Current __current)
RInt
getGreen(Ice.Current __current)
Plate
getPlate(Ice.Current __current)
WellSample
getPrimaryWellSample(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getReagentLinksCountPerOwner(Ice.Current __current)
RInt
getRed(Ice.Current __current)
RInt
getRow(Ice.Current __current)
RString
getStatus(Ice.Current __current)
RString
getType(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
WellSample
getWellSample(int index, Ice.Current __current)
WellAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
java.util.List<Reagent>
linkedReagentList(Ice.Current __current)
WellReagentLink
linkReagent(Reagent addition, Ice.Current __current)
void
reloadAnnotationLinks(Well toCopy, Ice.Current __current)
void
reloadReagentLinks(Well toCopy, Ice.Current __current)
void
reloadWellSamples(Well toCopy, Ice.Current __current)
void
removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
void
removeAllWellReagentLinkSet(java.util.List<WellReagentLink> targets, Ice.Current __current)
void
removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
void
removeWellAnnotationLink(WellAnnotationLink theTarget, Ice.Current __current)
void
removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeWellReagentLink(WellReagentLink theTarget, Ice.Current __current)
void
removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
void
removeWellSample(WellSample theTarget, Ice.Current __current)
void
setAlpha(RInt theAlpha, Ice.Current __current)
void
setBlue(RInt theBlue, Ice.Current __current)
void
setColumn(RInt theColumn, Ice.Current __current)
void
setExternalDescription(RString theExternalDescription, Ice.Current __current)
void
setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
void
setGreen(RInt theGreen, Ice.Current __current)
void
setPlate(Plate thePlate, Ice.Current __current)
WellSample
setPrimaryWellSample(WellSample theElement, Ice.Current __current)
void
setRed(RInt theRed, Ice.Current __current)
void
setRow(RInt theRow, Ice.Current __current)
void
setStatus(RString theStatus, Ice.Current __current)
void
setType(RString theType, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
WellSample
setWellSample(int index, WellSample theElement, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfReagentLinks(Ice.Current __current)
int
sizeOfWellSamples(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unlinkReagent(Reagent removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
void
unloadReagentLinks(Ice.Current __current)
void
unloadWellSamples(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)
-
getStatus
RString getStatus(Ice.Current __current)
-
setStatus
void setStatus(RString theStatus, Ice.Current __current)
-
getColumn
RInt getColumn(Ice.Current __current)
-
setColumn
void setColumn(RInt theColumn, Ice.Current __current)
-
getRow
RInt getRow(Ice.Current __current)
-
setRow
void setRow(RInt theRow, Ice.Current __current)
-
getRed
RInt getRed(Ice.Current __current)
-
setRed
void setRed(RInt theRed, Ice.Current __current)
-
getGreen
RInt getGreen(Ice.Current __current)
-
setGreen
void setGreen(RInt theGreen, Ice.Current __current)
-
getBlue
RInt getBlue(Ice.Current __current)
-
setBlue
void setBlue(RInt theBlue, Ice.Current __current)
-
getAlpha
RInt getAlpha(Ice.Current __current)
-
setAlpha
void setAlpha(RInt theAlpha, Ice.Current __current)
-
unloadReagentLinks
void unloadReagentLinks(Ice.Current __current)
-
sizeOfReagentLinks
int sizeOfReagentLinks(Ice.Current __current)
-
copyReagentLinks
java.util.List<WellReagentLink> copyReagentLinks(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)
-
clearReagentLinks
void clearReagentLinks(Ice.Current __current)
-
reloadReagentLinks
void reloadReagentLinks(Well toCopy, Ice.Current __current)
-
getReagentLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getReagentLinksCountPerOwner(Ice.Current __current)
-
linkReagent
WellReagentLink linkReagent(Reagent addition, Ice.Current __current)
-
addWellReagentLinkToBoth
void addWellReagentLinkToBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
-
findWellReagentLink
java.util.List<WellReagentLink> findWellReagentLink(Reagent removal, Ice.Current __current)
-
unlinkReagent
void unlinkReagent(Reagent removal, Ice.Current __current)
-
removeWellReagentLinkFromBoth
void removeWellReagentLinkFromBoth(WellReagentLink link, boolean bothSides, Ice.Current __current)
-
linkedReagentList
java.util.List<Reagent> linkedReagentList(Ice.Current __current)
-
getExternalDescription
RString getExternalDescription(Ice.Current __current)
-
setExternalDescription
void setExternalDescription(RString theExternalDescription, Ice.Current __current)
-
getExternalIdentifier
RString getExternalIdentifier(Ice.Current __current)
-
setExternalIdentifier
void setExternalIdentifier(RString theExternalIdentifier, Ice.Current __current)
-
getType
RString getType(Ice.Current __current)
-
setType
void setType(RString theType, Ice.Current __current)
-
unloadWellSamples
void unloadWellSamples(Ice.Current __current)
-
sizeOfWellSamples
int sizeOfWellSamples(Ice.Current __current)
-
copyWellSamples
java.util.List<WellSample> copyWellSamples(Ice.Current __current)
-
addWellSample
void addWellSample(WellSample target, Ice.Current __current)
-
addAllWellSampleSet
void addAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
-
removeWellSample
void removeWellSample(WellSample theTarget, Ice.Current __current)
-
removeAllWellSampleSet
void removeAllWellSampleSet(java.util.List<WellSample> targets, Ice.Current __current)
-
clearWellSamples
void clearWellSamples(Ice.Current __current)
-
reloadWellSamples
void reloadWellSamples(Well toCopy, Ice.Current __current)
-
getWellSample
WellSample getWellSample(int index, Ice.Current __current)
-
setWellSample
WellSample setWellSample(int index, WellSample theElement, Ice.Current __current)
-
getPrimaryWellSample
WellSample getPrimaryWellSample(Ice.Current __current)
-
setPrimaryWellSample
WellSample setPrimaryWellSample(WellSample theElement, Ice.Current __current)
-
getPlate
Plate getPlate(Ice.Current __current)
-
setPlate
void setPlate(Plate thePlate, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<WellAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addWellAnnotationLink
void addWellAnnotationLink(WellAnnotationLink target, Ice.Current __current)
-
addAllWellAnnotationLinkSet
void addAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
-
removeWellAnnotationLink
void removeWellAnnotationLink(WellAnnotationLink theTarget, Ice.Current __current)
-
removeAllWellAnnotationLinkSet
void removeAllWellAnnotationLinkSet(java.util.List<WellAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Well toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
WellAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addWellAnnotationLinkToBoth
void addWellAnnotationLinkToBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findWellAnnotationLink
java.util.List<WellAnnotationLink> findWellAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeWellAnnotationLinkFromBoth
void removeWellAnnotationLinkFromBoth(WellAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-