Package omero.model
Class InstrumentI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Instrument
-
- omero.model.InstrumentI
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,ome.model.ModelBased,_InstrumentOperations,_InstrumentOperationsNC,_IObjectOperations,_IObjectOperationsNC
public class InstrumentI extends Instrument implements ome.model.ModelBased
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNOTATIONLINKSstatic java.lang.StringDETAILSstatic java.lang.StringDETECTORstatic java.lang.StringDICHROICstatic java.lang.StringFILTERstatic java.lang.StringFILTERSETstatic java.lang.StringLIGHTSOURCEstatic java.lang.StringMICROSCOPEstatic java.lang.StringOBJECTIVEstatic java.lang.StringOTF-
Fields inherited from class omero.model.Instrument
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, detectorLoaded, detectorSeq, dichroicLoaded, dichroicSeq, filterLoaded, filterSeq, filterSetLoaded, filterSetSeq, lightSourceLoaded, lightSourceSeq, microscope, objectiveLoaded, objectiveSeq, otfLoaded, otfSeq, serialVersionUID, version
-
-
Constructor Summary
Constructors Constructor Description InstrumentI()InstrumentI(long id, boolean loaded)InstrumentI(RLong id, boolean loaded)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllDetectorSet(java.util.List<Detector> targets, Ice.Current current)voidaddAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current current)voidaddAllFilterSet(java.util.List<Filter> targets, Ice.Current current)voidaddAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current current)voidaddAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current current)voidaddAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current current)voidaddAllObjectiveSet(java.util.List<Objective> targets, Ice.Current current)voidaddAllOTFSet(java.util.List<OTF> targets, Ice.Current current)voidaddDetector(Detector target, Ice.Current current)voidaddDichroic(Dichroic target, Ice.Current current)voidaddFilter(Filter target, Ice.Current current)voidaddFilterSet(FilterSet target, Ice.Current current)voidaddInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current current)voidaddInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current current)voidaddLightSource(LightSource target, Ice.Current current)voidaddObjective(Objective target, Ice.Current current)voidaddOTF(OTF target, Ice.Current current)static java.util.List<InstrumentI>cast(java.util.List list)Casts (without warning) the given list to a list of the current type.voidclearAnnotationLinks(Ice.Current current)voidclearDetector(Ice.Current current)voidclearDichroic(Ice.Current current)voidclearFilter(Ice.Current current)voidclearFilterSet(Ice.Current current)voidclearLightSource(Ice.Current current)voidclearObjective(Ice.Current current)voidclearOtf(Ice.Current current)java.util.ListcopyAnnotationLinks(Ice.Current current)java.util.ListcopyDetector(Ice.Current current)java.util.ListcopyDichroic(Ice.Current current)java.util.ListcopyFilter(Ice.Current current)java.util.ListcopyFilterSet(Ice.Current current)java.util.ListcopyLightSource(Ice.Current current)voidcopyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.java.util.ListcopyObjective(Ice.Current current)java.util.ListcopyOtf(Ice.Current current)protected voiderrorIfUnloaded()ome.util.FilterablefillObject(ome.util.ReverseModelMapper _mapper)Used byIceMapperproduce an "ome.model" object from this "omero.model" object.java.util.List<InstrumentAnnotationLink>findInstrumentAnnotationLink(Annotation removal, Ice.Current current)protected java.util.ListgetAnnotationLinks(Ice.Current current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current current)DetailsgetDetails(Ice.Current current)protected java.util.ListgetDetector(Ice.Current current)protected java.util.ListgetDichroic(Ice.Current current)protected java.util.ListgetFilter(Ice.Current current)protected java.util.ListgetFilterSet(Ice.Current current)RLonggetId(Ice.Current current)protected java.util.ListgetLightSource(Ice.Current current)MicroscopegetMicroscope(Ice.Current current)protected java.util.ListgetObjective(Ice.Current current)protected java.util.ListgetOtf(Ice.Current current)RIntgetVersion(Ice.Current current)booleanisAnnotated(Ice.Current current)Allows for the attachment of any omero.model.Annotation subclasses.booleanisAnnotationLinksLoaded()booleanisDetectorLoaded()booleanisDichroicLoaded()booleanisFilterLoaded()booleanisFilterSetLoaded()booleanisGlobal(Ice.Current current)Marker interface which means that special rules apply for both reading and writing these instances.booleanisLightSourceLoaded()booleanisLink(Ice.Current current)A link between two other types.booleanisLoaded(Ice.Current current)Tests if the objects are loaded or not.booleanisMutable(Ice.Current current)The server will persist changes made to these types.booleanisObjectiveLoaded()booleanisOtfLoaded()java.util.IteratoriterateAnnotationLinks()java.util.IteratoriterateDetector()java.util.IteratoriterateDichroic()java.util.IteratoriterateFilter()java.util.IteratoriterateFilterSet()java.util.IteratoriterateLightSource()java.util.IteratoriterateObjective()java.util.IteratoriterateOtf()InstrumentAnnotationLinklinkAnnotation(Annotation addition, Ice.Current current)java.util.List<Annotation>linkedAnnotationList(Ice.Current current)IObjectproxy(Ice.Current current)Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );voidreloadAnnotationLinks(Instrument toCopy, Ice.Current current)voidreloadDetector(Instrument toCopy, Ice.Current current)voidreloadDichroic(Instrument toCopy, Ice.Current current)voidreloadFilter(Instrument toCopy, Ice.Current current)voidreloadFilterSet(Instrument toCopy, Ice.Current current)voidreloadLightSource(Instrument toCopy, Ice.Current current)voidreloadObjective(Instrument toCopy, Ice.Current current)voidreloadOtf(Instrument toCopy, Ice.Current current)voidremoveAllDetectorSet(java.util.List<Detector> targets, Ice.Current current)voidremoveAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current current)voidremoveAllFilterSet(java.util.List<Filter> targets, Ice.Current current)voidremoveAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current current)voidremoveAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current current)voidremoveAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current current)voidremoveAllObjectiveSet(java.util.List<Objective> targets, Ice.Current current)voidremoveAllOTFSet(java.util.List<OTF> targets, Ice.Current current)voidremoveDetector(Detector target, Ice.Current current)voidremoveDichroic(Dichroic target, Ice.Current current)voidremoveFilter(Filter target, Ice.Current current)voidremoveFilterSet(FilterSet target, Ice.Current current)voidremoveInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current current)voidremoveInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current current)voidremoveLightSource(LightSource target, Ice.Current current)voidremoveObjective(Objective target, Ice.Current current)voidremoveOTF(OTF target, Ice.Current current)protected voidsetAnnotationLinks(java.util.List annotationLinks, Ice.Current current)protected voidsetDetector(java.util.List detector, Ice.Current current)protected voidsetDichroic(java.util.List dichroic, Ice.Current current)protected voidsetFilter(java.util.List filter, Ice.Current current)protected voidsetFilterSet(java.util.List filterSet, Ice.Current current)voidsetId(RLong id, Ice.Current current)protected voidsetLightSource(java.util.List lightSource, Ice.Current current)voidsetMicroscope(Microscope microscope, Ice.Current current)protected voidsetObjective(java.util.List objective, Ice.Current current)protected voidsetOtf(java.util.List otf, Ice.Current current)voidsetVersion(RInt version, Ice.Current current)IObjectshallowCopy(Ice.Current current)Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.intsizeOfAnnotationLinks(Ice.Current current)intsizeOfDetector(Ice.Current current)intsizeOfDichroic(Ice.Current current)intsizeOfFilter(Ice.Current current)intsizeOfFilterSet(Ice.Current current)intsizeOfLightSource(Ice.Current current)intsizeOfObjective(Ice.Current current)intsizeOfOtf(Ice.Current current)protected voidthrowNullCollectionException(java.lang.String propertyName)protected voidtoggleCollectionsLoaded(boolean load)voidunlinkAnnotation(Annotation removal, Ice.Current current)voidunload(Ice.Current current)Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.voidunloadAnnotationLinks(Ice.Current current)voidunloadCollections(Ice.Current current)Each collection can also be unloaded, independently of the object itself.voidunloadDetails(Ice.Current current)As with collections, the objects under details can link to many other objects.voidunloadDetector(Ice.Current current)voidunloadDichroic(Ice.Current current)voidunloadFilter(Ice.Current current)voidunloadFilterSet(Ice.Current current)voidunloadLightSource(Ice.Current current)voidunloadMicroscope()voidunloadObjective(Ice.Current current)voidunloadOtf(Ice.Current current)-
Methods inherited from class omero.model.Instrument
___addAllDetectorSet, ___addAllDichroicSet, ___addAllFilterSet, ___addAllFilterSetSet, ___addAllInstrumentAnnotationLinkSet, ___addAllLightSourceSet, ___addAllObjectiveSet, ___addAllOTFSet, ___addDetector, ___addDichroic, ___addFilter, ___addFilterSet, ___addInstrumentAnnotationLink, ___addInstrumentAnnotationLinkToBoth, ___addLightSource, ___addObjective, ___addOTF, ___clearAnnotationLinks, ___clearDetector, ___clearDichroic, ___clearFilter, ___clearFilterSet, ___clearLightSource, ___clearObjective, ___clearOtf, ___copyAnnotationLinks, ___copyDetector, ___copyDichroic, ___copyFilter, ___copyFilterSet, ___copyLightSource, ___copyObjective, ___copyOtf, ___findInstrumentAnnotationLink, ___getAnnotationLinksCountPerOwner, ___getMicroscope, ___getVersion, ___linkAnnotation, ___linkedAnnotationList, ___reloadAnnotationLinks, ___reloadDetector, ___reloadDichroic, ___reloadFilter, ___reloadFilterSet, ___reloadLightSource, ___reloadObjective, ___reloadOtf, ___removeAllDetectorSet, ___removeAllDichroicSet, ___removeAllFilterSet, ___removeAllFilterSetSet, ___removeAllInstrumentAnnotationLinkSet, ___removeAllLightSourceSet, ___removeAllObjectiveSet, ___removeAllOTFSet, ___removeDetector, ___removeDichroic, ___removeFilter, ___removeFilterSet, ___removeInstrumentAnnotationLink, ___removeInstrumentAnnotationLinkFromBoth, ___removeLightSource, ___removeObjective, ___removeOTF, ___setMicroscope, ___setVersion, ___sizeOfAnnotationLinks, ___sizeOfDetector, ___sizeOfDichroic, ___sizeOfFilter, ___sizeOfFilterSet, ___sizeOfLightSource, ___sizeOfObjective, ___sizeOfOtf, ___unlinkAnnotation, ___unloadAnnotationLinks, ___unloadDetector, ___unloadDichroic, ___unloadFilter, ___unloadFilterSet, ___unloadLightSource, ___unloadObjective, ___unloadOtf, __dispatch, __readImpl, __writeImpl, addAllDetectorSet, addAllDichroicSet, addAllFilterSet, addAllFilterSetSet, addAllInstrumentAnnotationLinkSet, addAllLightSourceSet, addAllObjectiveSet, addAllOTFSet, addDetector, addDichroic, addFilter, addFilterSet, addInstrumentAnnotationLink, addInstrumentAnnotationLinkToBoth, addLightSource, addObjective, addOTF, clearAnnotationLinks, clearDetector, clearDichroic, clearFilter, clearFilterSet, clearLightSource, clearObjective, clearOtf, clone, copyAnnotationLinks, copyDetector, copyDichroic, copyFilter, copyFilterSet, copyLightSource, copyObjective, copyOtf, findInstrumentAnnotationLink, getAnnotationLinksCountPerOwner, getMicroscope, getVersion, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, reloadDetector, reloadDichroic, reloadFilter, reloadFilterSet, reloadLightSource, reloadObjective, reloadOtf, removeAllDetectorSet, removeAllDichroicSet, removeAllFilterSet, removeAllFilterSetSet, removeAllInstrumentAnnotationLinkSet, removeAllLightSourceSet, removeAllObjectiveSet, removeAllOTFSet, removeDetector, removeDichroic, removeFilter, removeFilterSet, removeInstrumentAnnotationLink, removeInstrumentAnnotationLinkFromBoth, removeLightSource, removeObjective, removeOTF, setMicroscope, setVersion, sizeOfAnnotationLinks, sizeOfDetector, sizeOfDichroic, sizeOfFilter, sizeOfFilterSet, sizeOfLightSource, sizeOfObjective, sizeOfOtf, unlinkAnnotation, unloadAnnotationLinks, unloadDetector, unloadDichroic, unloadFilter, unloadFilterSet, unloadLightSource, unloadObjective, unloadOtf
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
-
-
-
Field Detail
-
MICROSCOPE
public static final java.lang.String MICROSCOPE
- See Also:
- Constant Field Values
-
DETECTOR
public static final java.lang.String DETECTOR
- See Also:
- Constant Field Values
-
OBJECTIVE
public static final java.lang.String OBJECTIVE
- See Also:
- Constant Field Values
-
LIGHTSOURCE
public static final java.lang.String LIGHTSOURCE
- See Also:
- Constant Field Values
-
FILTER
public static final java.lang.String FILTER
- See Also:
- Constant Field Values
-
DICHROIC
public static final java.lang.String DICHROIC
- See Also:
- Constant Field Values
-
FILTERSET
public static final java.lang.String FILTERSET
- See Also:
- Constant Field Values
-
OTF
public static final java.lang.String OTF
- See Also:
- Constant Field Values
-
ANNOTATIONLINKS
public static final java.lang.String ANNOTATIONLINKS
- See Also:
- Constant Field Values
-
DETAILS
public static final java.lang.String DETAILS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InstrumentI
public InstrumentI()
-
InstrumentI
public InstrumentI(long id, boolean loaded)
-
InstrumentI
public InstrumentI(RLong id, boolean loaded)
-
-
Method Detail
-
errorIfUnloaded
protected void errorIfUnloaded() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
throwNullCollectionException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException- Throws:
UnloadedCollectionException
-
toggleCollectionsLoaded
protected void toggleCollectionsLoaded(boolean load)
-
unload
public void unload(Ice.Current current)
Description copied from interface:_IObjectOperationsSets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unloadin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current current)
Description copied from interface:_IObjectOperationsTests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoadedin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current current)
Description copied from interface:_IObjectOperationsEach collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollectionsin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current current)
Description copied from interface:_IObjectOperationsMarker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobalin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current current)
Description copied from interface:_IObjectOperationsThe server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutablein interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isAnnotated
public boolean isAnnotated(Ice.Current current)
Description copied from interface:_IObjectOperationsAllows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotatedin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current current)
Description copied from interface:_IObjectOperationsA link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLinkin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
shallowCopy
public IObject shallowCopy(Ice.Current current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopyin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current current)
Description copied from interface:_IObjectOperationsReturn another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxyin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
getId
public RLong getId(Ice.Current current)
- Specified by:
getIdin interface_IObjectOperations
-
setId
public void setId(RLong id, Ice.Current current)
- Specified by:
setIdin interface_IObjectOperations
-
getDetails
public Details getDetails(Ice.Current current)
- Specified by:
getDetailsin interface_IObjectOperations
-
unloadDetails
public void unloadDetails(Ice.Current current)
Description copied from interface:_IObjectOperationsAs with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetailsin interface_IObjectOperations- Parameters:
current- The Current object for the invocation.
-
getVersion
public RInt getVersion(Ice.Current current)
- Specified by:
getVersionin interface_InstrumentOperations
-
setVersion
public void setVersion(RInt version, Ice.Current current)
- Specified by:
setVersionin interface_InstrumentOperations
-
unloadMicroscope
public void unloadMicroscope()
-
getMicroscope
public Microscope getMicroscope(Ice.Current current) throws UnloadedEntityException
- Specified by:
getMicroscopein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
setMicroscope
public void setMicroscope(Microscope microscope, Ice.Current current) throws UnloadedEntityException
- Specified by:
setMicroscopein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadDetector
public void unloadDetector(Ice.Current current)
- Specified by:
unloadDetectorin interface_InstrumentOperations
-
getDetector
protected java.util.List getDetector(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setDetector
protected void setDetector(java.util.List detector, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isDetectorLoaded
public boolean isDetectorLoaded()
-
sizeOfDetector
public int sizeOfDetector(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfDetectorin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyDetector
public java.util.List copyDetector(Ice.Current current) throws UnloadedEntityException- Specified by:
copyDetectorin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateDetector
public java.util.Iterator iterateDetector() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addDetector
public void addDetector(Detector target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addDetectorin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllDetectorSet
public void addAllDetectorSet(java.util.List<Detector> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllDetectorSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeDetector
public void removeDetector(Detector target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeDetectorin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllDetectorSet
public void removeAllDetectorSet(java.util.List<Detector> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllDetectorSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearDetector
public void clearDetector(Ice.Current current) throws UnloadedEntityException- Specified by:
clearDetectorin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadDetector
public void reloadDetector(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadDetectorin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadObjective
public void unloadObjective(Ice.Current current)
- Specified by:
unloadObjectivein interface_InstrumentOperations
-
getObjective
protected java.util.List getObjective(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setObjective
protected void setObjective(java.util.List objective, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isObjectiveLoaded
public boolean isObjectiveLoaded()
-
sizeOfObjective
public int sizeOfObjective(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfObjectivein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyObjective
public java.util.List copyObjective(Ice.Current current) throws UnloadedEntityException- Specified by:
copyObjectivein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateObjective
public java.util.Iterator iterateObjective() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addObjective
public void addObjective(Objective target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addObjectivein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllObjectiveSet
public void addAllObjectiveSet(java.util.List<Objective> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllObjectiveSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeObjective
public void removeObjective(Objective target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeObjectivein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllObjectiveSet
public void removeAllObjectiveSet(java.util.List<Objective> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllObjectiveSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearObjective
public void clearObjective(Ice.Current current) throws UnloadedEntityException- Specified by:
clearObjectivein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadObjective
public void reloadObjective(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadObjectivein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadLightSource
public void unloadLightSource(Ice.Current current)
- Specified by:
unloadLightSourcein interface_InstrumentOperations
-
getLightSource
protected java.util.List getLightSource(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setLightSource
protected void setLightSource(java.util.List lightSource, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isLightSourceLoaded
public boolean isLightSourceLoaded()
-
sizeOfLightSource
public int sizeOfLightSource(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfLightSourcein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyLightSource
public java.util.List copyLightSource(Ice.Current current) throws UnloadedEntityException- Specified by:
copyLightSourcein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateLightSource
public java.util.Iterator iterateLightSource() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addLightSource
public void addLightSource(LightSource target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addLightSourcein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllLightSourceSet
public void addAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllLightSourceSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeLightSource
public void removeLightSource(LightSource target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeLightSourcein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllLightSourceSet
public void removeAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllLightSourceSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearLightSource
public void clearLightSource(Ice.Current current) throws UnloadedEntityException- Specified by:
clearLightSourcein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadLightSource
public void reloadLightSource(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadLightSourcein interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadFilter
public void unloadFilter(Ice.Current current)
- Specified by:
unloadFilterin interface_InstrumentOperations
-
getFilter
protected java.util.List getFilter(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setFilter
protected void setFilter(java.util.List filter, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isFilterLoaded
public boolean isFilterLoaded()
-
sizeOfFilter
public int sizeOfFilter(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfFilterin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyFilter
public java.util.List copyFilter(Ice.Current current) throws UnloadedEntityException- Specified by:
copyFilterin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateFilter
public java.util.Iterator iterateFilter() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addFilter
public void addFilter(Filter target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllFilterSet
public void addAllFilterSet(java.util.List<Filter> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeFilter
public void removeFilter(Filter target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFilterin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllFilterSet
public void removeAllFilterSet(java.util.List<Filter> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearFilter
public void clearFilter(Ice.Current current) throws UnloadedEntityException- Specified by:
clearFilterin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadFilter
public void reloadFilter(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadFilterin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadDichroic
public void unloadDichroic(Ice.Current current)
- Specified by:
unloadDichroicin interface_InstrumentOperations
-
getDichroic
protected java.util.List getDichroic(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setDichroic
protected void setDichroic(java.util.List dichroic, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isDichroicLoaded
public boolean isDichroicLoaded()
-
sizeOfDichroic
public int sizeOfDichroic(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfDichroicin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyDichroic
public java.util.List copyDichroic(Ice.Current current) throws UnloadedEntityException- Specified by:
copyDichroicin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateDichroic
public java.util.Iterator iterateDichroic() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addDichroic
public void addDichroic(Dichroic target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addDichroicin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllDichroicSet
public void addAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllDichroicSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeDichroic
public void removeDichroic(Dichroic target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeDichroicin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllDichroicSet
public void removeAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllDichroicSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearDichroic
public void clearDichroic(Ice.Current current) throws UnloadedEntityException- Specified by:
clearDichroicin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadDichroic
public void reloadDichroic(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadDichroicin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadFilterSet
public void unloadFilterSet(Ice.Current current)
- Specified by:
unloadFilterSetin interface_InstrumentOperations
-
getFilterSet
protected java.util.List getFilterSet(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setFilterSet
protected void setFilterSet(java.util.List filterSet, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isFilterSetLoaded
public boolean isFilterSetLoaded()
-
sizeOfFilterSet
public int sizeOfFilterSet(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyFilterSet
public java.util.List copyFilterSet(Ice.Current current) throws UnloadedEntityException- Specified by:
copyFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateFilterSet
public java.util.Iterator iterateFilterSet() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addFilterSet
public void addFilterSet(FilterSet target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllFilterSetSet
public void addAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllFilterSetSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeFilterSet
public void removeFilterSet(FilterSet target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllFilterSetSet
public void removeAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllFilterSetSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearFilterSet
public void clearFilterSet(Ice.Current current) throws UnloadedEntityException- Specified by:
clearFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadFilterSet
public void reloadFilterSet(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadFilterSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadOtf
public void unloadOtf(Ice.Current current)
- Specified by:
unloadOtfin interface_InstrumentOperations
-
getOtf
protected java.util.List getOtf(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setOtf
protected void setOtf(java.util.List otf, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isOtfLoaded
public boolean isOtfLoaded()
-
sizeOfOtf
public int sizeOfOtf(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfOtfin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyOtf
public java.util.List copyOtf(Ice.Current current) throws UnloadedEntityException- Specified by:
copyOtfin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateOtf
public java.util.Iterator iterateOtf() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addOTF
public void addOTF(OTF target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addOTFin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllOTFSet
public void addAllOTFSet(java.util.List<OTF> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllOTFSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeOTF
public void removeOTF(OTF target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeOTFin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllOTFSet
public void removeAllOTFSet(java.util.List<OTF> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllOTFSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearOtf
public void clearOtf(Ice.Current current) throws UnloadedEntityException- Specified by:
clearOtfin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadOtf
public void reloadOtf(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadOtfin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current current)
- Specified by:
unloadAnnotationLinksin interface_InstrumentOperations
-
getAnnotationLinks
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
setAnnotationLinks
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException- Throws:
UnloadedEntityException
-
isAnnotationLinksLoaded
public boolean isAnnotationLinksLoaded()
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
sizeOfAnnotationLinksin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyAnnotationLinks
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
copyAnnotationLinksin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
iterateAnnotationLinks
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException- Throws:
UnloadedEntityException
-
addInstrumentAnnotationLink
public void addInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
addInstrumentAnnotationLinkin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addAllInstrumentAnnotationLinkSet
public void addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
addAllInstrumentAnnotationLinkSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeInstrumentAnnotationLink
public void removeInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeInstrumentAnnotationLinkin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeAllInstrumentAnnotationLinkSet
public void removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
- Specified by:
removeAllInstrumentAnnotationLinkSetin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException- Specified by:
clearAnnotationLinksin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
- Specified by:
reloadAnnotationLinksin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
- Specified by:
getAnnotationLinksCountPerOwnerin interface_InstrumentOperations
-
linkAnnotation
public InstrumentAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
- Specified by:
linkAnnotationin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
addInstrumentAnnotationLinkToBoth
public void addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
- Specified by:
addInstrumentAnnotationLinkToBothin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
findInstrumentAnnotationLink
public java.util.List<InstrumentAnnotationLink> findInstrumentAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
findInstrumentAnnotationLinkin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
- Specified by:
unlinkAnnotationin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
removeInstrumentAnnotationLinkFromBoth
public void removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
- Specified by:
removeInstrumentAnnotationLinkFromBothin interface_InstrumentOperations- Throws:
UnloadedEntityExceptionUnloadedCollectionException
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
- Specified by:
linkedAnnotationListin interface_InstrumentOperations- Throws:
UnloadedEntityException
-
copyObject
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)Used byIceMapperto inject an "ome.model" object into this "omero.model" object.- Specified by:
copyObjectin interfaceome.model.ModelBased
-
fillObject
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
Used byIceMapperproduce an "ome.model" object from this "omero.model" object.- Specified by:
fillObjectin interfaceome.model.ModelBased
-
cast
public static java.util.List<InstrumentI> cast(java.util.List list)
Casts (without warning) the given list to a list of the current type.- Throws:
java.lang.ClassCastException
-
-