public class InstrumentI extends Instrument implements ome.model.ModelBased
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANNOTATIONLINKS |
static java.lang.String |
DETAILS |
static java.lang.String |
DETECTOR |
static java.lang.String |
DICHROIC |
static java.lang.String |
FILTER |
static java.lang.String |
FILTERSET |
static java.lang.String |
LIGHTSOURCE |
static java.lang.String |
MICROSCOPE |
static java.lang.String |
OBJECTIVE |
static java.lang.String |
OTF |
__ids, annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, detectorLoaded, detectorSeq, dichroicLoaded, dichroicSeq, filterLoaded, filterSeq, filterSetLoaded, filterSetSeq, lightSourceLoaded, lightSourceSeq, microscope, objectiveLoaded, objectiveSeq, otfLoaded, otfSeq, serialVersionUID, version
Constructor and Description |
---|
InstrumentI() |
InstrumentI(long id,
boolean loaded) |
InstrumentI(RLong id,
boolean loaded) |
Modifier and Type | Method and Description |
---|---|
void |
addAllDetectorSet(java.util.List<Detector> targets,
Ice.Current current) |
void |
addAllDichroicSet(java.util.List<Dichroic> targets,
Ice.Current current) |
void |
addAllFilterSet(java.util.List<Filter> targets,
Ice.Current current) |
void |
addAllFilterSetSet(java.util.List<FilterSet> targets,
Ice.Current current) |
void |
addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets,
Ice.Current current) |
void |
addAllLightSourceSet(java.util.List<LightSource> targets,
Ice.Current current) |
void |
addAllObjectiveSet(java.util.List<Objective> targets,
Ice.Current current) |
void |
addAllOTFSet(java.util.List<OTF> targets,
Ice.Current current) |
void |
addDetector(Detector target,
Ice.Current current) |
void |
addDichroic(Dichroic target,
Ice.Current current) |
void |
addFilter(Filter target,
Ice.Current current) |
void |
addFilterSet(FilterSet target,
Ice.Current current) |
void |
addInstrumentAnnotationLink(InstrumentAnnotationLink target,
Ice.Current current) |
void |
addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link,
boolean bothSides,
Ice.Current current) |
void |
addLightSource(LightSource target,
Ice.Current current) |
void |
addObjective(Objective target,
Ice.Current current) |
void |
addOTF(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.
|
void |
clearAnnotationLinks(Ice.Current current) |
void |
clearDetector(Ice.Current current) |
void |
clearDichroic(Ice.Current current) |
void |
clearFilter(Ice.Current current) |
void |
clearFilterSet(Ice.Current current) |
void |
clearLightSource(Ice.Current current) |
void |
clearObjective(Ice.Current current) |
void |
clearOtf(Ice.Current current) |
java.util.List |
copyAnnotationLinks(Ice.Current current) |
java.util.List |
copyDetector(Ice.Current current) |
java.util.List |
copyDichroic(Ice.Current current) |
java.util.List |
copyFilter(Ice.Current current) |
java.util.List |
copyFilterSet(Ice.Current current) |
java.util.List |
copyLightSource(Ice.Current current) |
void |
copyObject(ome.util.Filterable model,
ome.util.ModelMapper _mapper)
Used by
IceMapper to inject an "ome.model" object into this
"omero.model" object. |
java.util.List |
copyObjective(Ice.Current current) |
java.util.List |
copyOtf(Ice.Current current) |
protected void |
errorIfUnloaded() |
ome.util.Filterable |
fillObject(ome.util.ReverseModelMapper _mapper)
Used by
IceMapper produce an "ome.model" object from this
"omero.model" object. |
java.util.List<InstrumentAnnotationLink> |
findInstrumentAnnotationLink(Annotation removal,
Ice.Current current) |
protected java.util.List |
getAnnotationLinks(Ice.Current current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current current) |
Details |
getDetails(Ice.Current current) |
protected java.util.List |
getDetector(Ice.Current current) |
protected java.util.List |
getDichroic(Ice.Current current) |
protected java.util.List |
getFilter(Ice.Current current) |
protected java.util.List |
getFilterSet(Ice.Current current) |
RLong |
getId(Ice.Current current) |
protected java.util.List |
getLightSource(Ice.Current current) |
Microscope |
getMicroscope(Ice.Current current) |
protected java.util.List |
getObjective(Ice.Current current) |
protected java.util.List |
getOtf(Ice.Current current) |
RInt |
getVersion(Ice.Current current) |
boolean |
isAnnotated(Ice.Current current)
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isAnnotationLinksLoaded() |
boolean |
isDetectorLoaded() |
boolean |
isDichroicLoaded() |
boolean |
isFilterLoaded() |
boolean |
isFilterSetLoaded() |
boolean |
isGlobal(Ice.Current current)
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLightSourceLoaded() |
boolean |
isLink(Ice.Current current)
A link between two other types.
|
boolean |
isLoaded(Ice.Current current)
Tests if the objects are loaded or not.
|
boolean |
isMutable(Ice.Current current)
The server will persist changes made to these types.
|
boolean |
isObjectiveLoaded() |
boolean |
isOtfLoaded() |
java.util.Iterator |
iterateAnnotationLinks() |
java.util.Iterator |
iterateDetector() |
java.util.Iterator |
iterateDichroic() |
java.util.Iterator |
iterateFilter() |
java.util.Iterator |
iterateFilterSet() |
java.util.Iterator |
iterateLightSource() |
java.util.Iterator |
iterateObjective() |
java.util.Iterator |
iterateOtf() |
InstrumentAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current current) |
IObject |
proxy(Ice.Current current)
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
void |
reloadAnnotationLinks(Instrument toCopy,
Ice.Current current) |
void |
reloadDetector(Instrument toCopy,
Ice.Current current) |
void |
reloadDichroic(Instrument toCopy,
Ice.Current current) |
void |
reloadFilter(Instrument toCopy,
Ice.Current current) |
void |
reloadFilterSet(Instrument toCopy,
Ice.Current current) |
void |
reloadLightSource(Instrument toCopy,
Ice.Current current) |
void |
reloadObjective(Instrument toCopy,
Ice.Current current) |
void |
reloadOtf(Instrument toCopy,
Ice.Current current) |
void |
removeAllDetectorSet(java.util.List<Detector> targets,
Ice.Current current) |
void |
removeAllDichroicSet(java.util.List<Dichroic> targets,
Ice.Current current) |
void |
removeAllFilterSet(java.util.List<Filter> targets,
Ice.Current current) |
void |
removeAllFilterSetSet(java.util.List<FilterSet> targets,
Ice.Current current) |
void |
removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets,
Ice.Current current) |
void |
removeAllLightSourceSet(java.util.List<LightSource> targets,
Ice.Current current) |
void |
removeAllObjectiveSet(java.util.List<Objective> targets,
Ice.Current current) |
void |
removeAllOTFSet(java.util.List<OTF> targets,
Ice.Current current) |
void |
removeDetector(Detector target,
Ice.Current current) |
void |
removeDichroic(Dichroic target,
Ice.Current current) |
void |
removeFilter(Filter target,
Ice.Current current) |
void |
removeFilterSet(FilterSet target,
Ice.Current current) |
void |
removeInstrumentAnnotationLink(InstrumentAnnotationLink target,
Ice.Current current) |
void |
removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link,
boolean bothSides,
Ice.Current current) |
void |
removeLightSource(LightSource target,
Ice.Current current) |
void |
removeObjective(Objective target,
Ice.Current current) |
void |
removeOTF(OTF target,
Ice.Current current) |
protected void |
setAnnotationLinks(java.util.List annotationLinks,
Ice.Current current) |
protected void |
setDetector(java.util.List detector,
Ice.Current current) |
protected void |
setDichroic(java.util.List dichroic,
Ice.Current current) |
protected void |
setFilter(java.util.List filter,
Ice.Current current) |
protected void |
setFilterSet(java.util.List filterSet,
Ice.Current current) |
void |
setId(RLong id,
Ice.Current current) |
protected void |
setLightSource(java.util.List lightSource,
Ice.Current current) |
void |
setMicroscope(Microscope microscope,
Ice.Current current) |
protected void |
setObjective(java.util.List objective,
Ice.Current current) |
protected void |
setOtf(java.util.List otf,
Ice.Current current) |
void |
setVersion(RInt version,
Ice.Current current) |
IObject |
shallowCopy(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.
|
int |
sizeOfAnnotationLinks(Ice.Current current) |
int |
sizeOfDetector(Ice.Current current) |
int |
sizeOfDichroic(Ice.Current current) |
int |
sizeOfFilter(Ice.Current current) |
int |
sizeOfFilterSet(Ice.Current current) |
int |
sizeOfLightSource(Ice.Current current) |
int |
sizeOfObjective(Ice.Current current) |
int |
sizeOfOtf(Ice.Current current) |
protected void |
throwNullCollectionException(java.lang.String propertyName) |
protected void |
toggleCollectionsLoaded(boolean load) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current current) |
void |
unload(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.
|
void |
unloadAnnotationLinks(Ice.Current current) |
void |
unloadCollections(Ice.Current current)
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails(Ice.Current current)
As with collections, the objects under details can link
to many other objects.
|
void |
unloadDetector(Ice.Current current) |
void |
unloadDichroic(Ice.Current current) |
void |
unloadFilter(Ice.Current current) |
void |
unloadFilterSet(Ice.Current current) |
void |
unloadLightSource(Ice.Current current) |
void |
unloadMicroscope() |
void |
unloadObjective(Ice.Current current) |
void |
unloadOtf(Ice.Current current) |
___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
___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
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String MICROSCOPE
public static final java.lang.String DETECTOR
public static final java.lang.String OBJECTIVE
public static final java.lang.String LIGHTSOURCE
public static final java.lang.String FILTER
public static final java.lang.String DICHROIC
public static final java.lang.String FILTERSET
public static final java.lang.String OTF
public static final java.lang.String ANNOTATIONLINKS
public static final java.lang.String DETAILS
public InstrumentI()
public InstrumentI(long id, boolean loaded)
public InstrumentI(RLong id, boolean loaded)
protected void errorIfUnloaded() throws UnloadedEntityException
UnloadedEntityException
protected void throwNullCollectionException(java.lang.String propertyName) throws UnloadedCollectionException
UnloadedCollectionException
protected void toggleCollectionsLoaded(boolean load)
public void unload(Ice.Current current)
_IObjectOperations
unload
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLoaded(Ice.Current current)
_IObjectOperations
isLoaded
in interface _IObjectOperations
current
- The Current object for the invocation.public void unloadCollections(Ice.Current current)
_IObjectOperations
unloadCollections
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isGlobal(Ice.Current current)
_IObjectOperations
isGlobal
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isMutable(Ice.Current current)
_IObjectOperations
isMutable
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isAnnotated(Ice.Current current)
_IObjectOperations
isAnnotated
in interface _IObjectOperations
current
- The Current object for the invocation.public boolean isLink(Ice.Current current)
_IObjectOperations
isLink
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject shallowCopy(Ice.Current current)
_IObjectOperations
shallowCopy
in interface _IObjectOperations
current
- The Current object for the invocation.public IObject proxy(Ice.Current current)
_IObjectOperations
proxy
in interface _IObjectOperations
current
- The Current object for the invocation.public RLong getId(Ice.Current current)
getId
in interface _IObjectOperations
public void setId(RLong id, Ice.Current current)
setId
in interface _IObjectOperations
public Details getDetails(Ice.Current current)
getDetails
in interface _IObjectOperations
public void unloadDetails(Ice.Current current)
_IObjectOperations
unloadDetails
in interface _IObjectOperations
current
- The Current object for the invocation.public RInt getVersion(Ice.Current current)
getVersion
in interface _InstrumentOperations
public void setVersion(RInt version, Ice.Current current)
setVersion
in interface _InstrumentOperations
public void unloadMicroscope()
public Microscope getMicroscope(Ice.Current current) throws UnloadedEntityException
getMicroscope
in interface _InstrumentOperations
UnloadedEntityException
public void setMicroscope(Microscope microscope, Ice.Current current) throws UnloadedEntityException
setMicroscope
in interface _InstrumentOperations
UnloadedEntityException
public void unloadDetector(Ice.Current current)
unloadDetector
in interface _InstrumentOperations
protected java.util.List getDetector(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setDetector(java.util.List detector, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isDetectorLoaded()
public int sizeOfDetector(Ice.Current current) throws UnloadedEntityException
sizeOfDetector
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyDetector(Ice.Current current) throws UnloadedEntityException
copyDetector
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateDetector() throws UnloadedEntityException
UnloadedEntityException
public void addDetector(Detector target, Ice.Current current) throws UnloadedEntityException
addDetector
in interface _InstrumentOperations
UnloadedEntityException
public void addAllDetectorSet(java.util.List<Detector> targets, Ice.Current current) throws UnloadedEntityException
addAllDetectorSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeDetector(Detector target, Ice.Current current) throws UnloadedEntityException
removeDetector
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllDetectorSet(java.util.List<Detector> targets, Ice.Current current) throws UnloadedEntityException
removeAllDetectorSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearDetector(Ice.Current current) throws UnloadedEntityException
clearDetector
in interface _InstrumentOperations
UnloadedEntityException
public void reloadDetector(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadDetector
in interface _InstrumentOperations
UnloadedEntityException
public void unloadObjective(Ice.Current current)
unloadObjective
in interface _InstrumentOperations
protected java.util.List getObjective(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setObjective(java.util.List objective, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isObjectiveLoaded()
public int sizeOfObjective(Ice.Current current) throws UnloadedEntityException
sizeOfObjective
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyObjective(Ice.Current current) throws UnloadedEntityException
copyObjective
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateObjective() throws UnloadedEntityException
UnloadedEntityException
public void addObjective(Objective target, Ice.Current current) throws UnloadedEntityException
addObjective
in interface _InstrumentOperations
UnloadedEntityException
public void addAllObjectiveSet(java.util.List<Objective> targets, Ice.Current current) throws UnloadedEntityException
addAllObjectiveSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeObjective(Objective target, Ice.Current current) throws UnloadedEntityException
removeObjective
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllObjectiveSet(java.util.List<Objective> targets, Ice.Current current) throws UnloadedEntityException
removeAllObjectiveSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearObjective(Ice.Current current) throws UnloadedEntityException
clearObjective
in interface _InstrumentOperations
UnloadedEntityException
public void reloadObjective(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadObjective
in interface _InstrumentOperations
UnloadedEntityException
public void unloadLightSource(Ice.Current current)
unloadLightSource
in interface _InstrumentOperations
protected java.util.List getLightSource(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setLightSource(java.util.List lightSource, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isLightSourceLoaded()
public int sizeOfLightSource(Ice.Current current) throws UnloadedEntityException
sizeOfLightSource
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyLightSource(Ice.Current current) throws UnloadedEntityException
copyLightSource
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateLightSource() throws UnloadedEntityException
UnloadedEntityException
public void addLightSource(LightSource target, Ice.Current current) throws UnloadedEntityException
addLightSource
in interface _InstrumentOperations
UnloadedEntityException
public void addAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current current) throws UnloadedEntityException
addAllLightSourceSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeLightSource(LightSource target, Ice.Current current) throws UnloadedEntityException
removeLightSource
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current current) throws UnloadedEntityException
removeAllLightSourceSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearLightSource(Ice.Current current) throws UnloadedEntityException
clearLightSource
in interface _InstrumentOperations
UnloadedEntityException
public void reloadLightSource(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadLightSource
in interface _InstrumentOperations
UnloadedEntityException
public void unloadFilter(Ice.Current current)
unloadFilter
in interface _InstrumentOperations
protected java.util.List getFilter(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setFilter(java.util.List filter, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isFilterLoaded()
public int sizeOfFilter(Ice.Current current) throws UnloadedEntityException
sizeOfFilter
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyFilter(Ice.Current current) throws UnloadedEntityException
copyFilter
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateFilter() throws UnloadedEntityException
UnloadedEntityException
public void addFilter(Filter target, Ice.Current current) throws UnloadedEntityException
addFilter
in interface _InstrumentOperations
UnloadedEntityException
public void addAllFilterSet(java.util.List<Filter> targets, Ice.Current current) throws UnloadedEntityException
addAllFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeFilter(Filter target, Ice.Current current) throws UnloadedEntityException
removeFilter
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllFilterSet(java.util.List<Filter> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearFilter(Ice.Current current) throws UnloadedEntityException
clearFilter
in interface _InstrumentOperations
UnloadedEntityException
public void reloadFilter(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadFilter
in interface _InstrumentOperations
UnloadedEntityException
public void unloadDichroic(Ice.Current current)
unloadDichroic
in interface _InstrumentOperations
protected java.util.List getDichroic(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setDichroic(java.util.List dichroic, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isDichroicLoaded()
public int sizeOfDichroic(Ice.Current current) throws UnloadedEntityException
sizeOfDichroic
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyDichroic(Ice.Current current) throws UnloadedEntityException
copyDichroic
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateDichroic() throws UnloadedEntityException
UnloadedEntityException
public void addDichroic(Dichroic target, Ice.Current current) throws UnloadedEntityException
addDichroic
in interface _InstrumentOperations
UnloadedEntityException
public void addAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current current) throws UnloadedEntityException
addAllDichroicSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeDichroic(Dichroic target, Ice.Current current) throws UnloadedEntityException
removeDichroic
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current current) throws UnloadedEntityException
removeAllDichroicSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearDichroic(Ice.Current current) throws UnloadedEntityException
clearDichroic
in interface _InstrumentOperations
UnloadedEntityException
public void reloadDichroic(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadDichroic
in interface _InstrumentOperations
UnloadedEntityException
public void unloadFilterSet(Ice.Current current)
unloadFilterSet
in interface _InstrumentOperations
protected java.util.List getFilterSet(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setFilterSet(java.util.List filterSet, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isFilterSetLoaded()
public int sizeOfFilterSet(Ice.Current current) throws UnloadedEntityException
sizeOfFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyFilterSet(Ice.Current current) throws UnloadedEntityException
copyFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateFilterSet() throws UnloadedEntityException
UnloadedEntityException
public void addFilterSet(FilterSet target, Ice.Current current) throws UnloadedEntityException
addFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public void addAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current current) throws UnloadedEntityException
addAllFilterSetSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeFilterSet(FilterSet target, Ice.Current current) throws UnloadedEntityException
removeFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current current) throws UnloadedEntityException
removeAllFilterSetSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearFilterSet(Ice.Current current) throws UnloadedEntityException
clearFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public void reloadFilterSet(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadFilterSet
in interface _InstrumentOperations
UnloadedEntityException
public void unloadOtf(Ice.Current current)
unloadOtf
in interface _InstrumentOperations
protected java.util.List getOtf(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setOtf(java.util.List otf, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isOtfLoaded()
public int sizeOfOtf(Ice.Current current) throws UnloadedEntityException
sizeOfOtf
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyOtf(Ice.Current current) throws UnloadedEntityException
copyOtf
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateOtf() throws UnloadedEntityException
UnloadedEntityException
public void addOTF(OTF target, Ice.Current current) throws UnloadedEntityException
addOTF
in interface _InstrumentOperations
UnloadedEntityException
public void addAllOTFSet(java.util.List<OTF> targets, Ice.Current current) throws UnloadedEntityException
addAllOTFSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeOTF(OTF target, Ice.Current current) throws UnloadedEntityException
removeOTF
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllOTFSet(java.util.List<OTF> targets, Ice.Current current) throws UnloadedEntityException
removeAllOTFSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearOtf(Ice.Current current) throws UnloadedEntityException
clearOtf
in interface _InstrumentOperations
UnloadedEntityException
public void reloadOtf(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadOtf
in interface _InstrumentOperations
UnloadedEntityException
public void unloadAnnotationLinks(Ice.Current current)
unloadAnnotationLinks
in interface _InstrumentOperations
protected java.util.List getAnnotationLinks(Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
protected void setAnnotationLinks(java.util.List annotationLinks, Ice.Current current) throws UnloadedEntityException
UnloadedEntityException
public boolean isAnnotationLinksLoaded()
public int sizeOfAnnotationLinks(Ice.Current current) throws UnloadedEntityException
sizeOfAnnotationLinks
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List copyAnnotationLinks(Ice.Current current) throws UnloadedEntityException
copyAnnotationLinks
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Iterator iterateAnnotationLinks() throws UnloadedEntityException
UnloadedEntityException
public void addInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current current) throws UnloadedEntityException
addInstrumentAnnotationLink
in interface _InstrumentOperations
UnloadedEntityException
public void addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
addAllInstrumentAnnotationLinkSet
in interface _InstrumentOperations
UnloadedEntityException
public void removeInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current current) throws UnloadedEntityException
removeInstrumentAnnotationLink
in interface _InstrumentOperations
UnloadedEntityException
public void removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current current) throws UnloadedEntityException
removeAllInstrumentAnnotationLinkSet
in interface _InstrumentOperations
UnloadedEntityException
public void clearAnnotationLinks(Ice.Current current) throws UnloadedEntityException
clearAnnotationLinks
in interface _InstrumentOperations
UnloadedEntityException
public void reloadAnnotationLinks(Instrument toCopy, Ice.Current current) throws UnloadedEntityException
reloadAnnotationLinks
in interface _InstrumentOperations
UnloadedEntityException
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current current)
getAnnotationLinksCountPerOwner
in interface _InstrumentOperations
public InstrumentAnnotationLink linkAnnotation(Annotation addition, Ice.Current current) throws UnloadedEntityException
linkAnnotation
in interface _InstrumentOperations
UnloadedEntityException
public void addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException
addInstrumentAnnotationLinkToBoth
in interface _InstrumentOperations
UnloadedEntityException
public java.util.List<InstrumentAnnotationLink> findInstrumentAnnotationLink(Annotation removal, Ice.Current current) throws UnloadedEntityException
findInstrumentAnnotationLink
in interface _InstrumentOperations
UnloadedEntityException
public void unlinkAnnotation(Annotation removal, Ice.Current current) throws UnloadedEntityException
unlinkAnnotation
in interface _InstrumentOperations
UnloadedEntityException
public void removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current current) throws UnloadedEntityException, UnloadedCollectionException
removeInstrumentAnnotationLinkFromBoth
in interface _InstrumentOperations
UnloadedEntityException
UnloadedCollectionException
public java.util.List<Annotation> linkedAnnotationList(Ice.Current current) throws UnloadedEntityException
linkedAnnotationList
in interface _InstrumentOperations
UnloadedEntityException
public void copyObject(ome.util.Filterable model, ome.util.ModelMapper _mapper)
IceMapper
to inject an "ome.model" object into this
"omero.model" object.copyObject
in interface ome.model.ModelBased
public ome.util.Filterable fillObject(ome.util.ReverseModelMapper _mapper)
IceMapper
produce an "ome.model" object from this
"omero.model" object.fillObject
in interface ome.model.ModelBased
public static java.util.List<InstrumentI> cast(java.util.List list)
java.lang.ClassCastException