Package omero.model
Interface _InstrumentOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_InstrumentTie
,Instrument
,InstrumentI
public interface _InstrumentOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
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<InstrumentAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<Detector>
copyDetector(Ice.Current __current)
java.util.List<Dichroic>
copyDichroic(Ice.Current __current)
java.util.List<Filter>
copyFilter(Ice.Current __current)
java.util.List<FilterSet>
copyFilterSet(Ice.Current __current)
java.util.List<LightSource>
copyLightSource(Ice.Current __current)
java.util.List<Objective>
copyObjective(Ice.Current __current)
java.util.List<OTF>
copyOtf(Ice.Current __current)
java.util.List<InstrumentAnnotationLink>
findInstrumentAnnotationLink(Annotation removal, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
Microscope
getMicroscope(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
InstrumentAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
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 theTarget, Ice.Current __current)
void
removeDichroic(Dichroic theTarget, Ice.Current __current)
void
removeFilter(Filter theTarget, Ice.Current __current)
void
removeFilterSet(FilterSet theTarget, Ice.Current __current)
void
removeInstrumentAnnotationLink(InstrumentAnnotationLink theTarget, Ice.Current __current)
void
removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current __current)
void
removeLightSource(LightSource theTarget, Ice.Current __current)
void
removeObjective(Objective theTarget, Ice.Current __current)
void
removeOTF(OTF theTarget, Ice.Current __current)
void
setMicroscope(Microscope theMicroscope, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
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)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unloadAnnotationLinks(Ice.Current __current)
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
unloadObjective(Ice.Current __current)
void
unloadOtf(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)
-
getMicroscope
Microscope getMicroscope(Ice.Current __current)
-
setMicroscope
void setMicroscope(Microscope theMicroscope, Ice.Current __current)
-
unloadDetector
void unloadDetector(Ice.Current __current)
-
sizeOfDetector
int sizeOfDetector(Ice.Current __current)
-
copyDetector
java.util.List<Detector> copyDetector(Ice.Current __current)
-
addDetector
void addDetector(Detector target, Ice.Current __current)
-
addAllDetectorSet
void addAllDetectorSet(java.util.List<Detector> targets, Ice.Current __current)
-
removeDetector
void removeDetector(Detector theTarget, Ice.Current __current)
-
removeAllDetectorSet
void removeAllDetectorSet(java.util.List<Detector> targets, Ice.Current __current)
-
clearDetector
void clearDetector(Ice.Current __current)
-
reloadDetector
void reloadDetector(Instrument toCopy, Ice.Current __current)
-
unloadObjective
void unloadObjective(Ice.Current __current)
-
sizeOfObjective
int sizeOfObjective(Ice.Current __current)
-
copyObjective
java.util.List<Objective> copyObjective(Ice.Current __current)
-
addObjective
void addObjective(Objective target, Ice.Current __current)
-
addAllObjectiveSet
void addAllObjectiveSet(java.util.List<Objective> targets, Ice.Current __current)
-
removeObjective
void removeObjective(Objective theTarget, Ice.Current __current)
-
removeAllObjectiveSet
void removeAllObjectiveSet(java.util.List<Objective> targets, Ice.Current __current)
-
clearObjective
void clearObjective(Ice.Current __current)
-
reloadObjective
void reloadObjective(Instrument toCopy, Ice.Current __current)
-
unloadLightSource
void unloadLightSource(Ice.Current __current)
-
sizeOfLightSource
int sizeOfLightSource(Ice.Current __current)
-
copyLightSource
java.util.List<LightSource> copyLightSource(Ice.Current __current)
-
addLightSource
void addLightSource(LightSource target, Ice.Current __current)
-
addAllLightSourceSet
void addAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current __current)
-
removeLightSource
void removeLightSource(LightSource theTarget, Ice.Current __current)
-
removeAllLightSourceSet
void removeAllLightSourceSet(java.util.List<LightSource> targets, Ice.Current __current)
-
clearLightSource
void clearLightSource(Ice.Current __current)
-
reloadLightSource
void reloadLightSource(Instrument toCopy, Ice.Current __current)
-
unloadFilter
void unloadFilter(Ice.Current __current)
-
sizeOfFilter
int sizeOfFilter(Ice.Current __current)
-
copyFilter
java.util.List<Filter> copyFilter(Ice.Current __current)
-
addFilter
void addFilter(Filter target, Ice.Current __current)
-
addAllFilterSet
void addAllFilterSet(java.util.List<Filter> targets, Ice.Current __current)
-
removeFilter
void removeFilter(Filter theTarget, Ice.Current __current)
-
removeAllFilterSet
void removeAllFilterSet(java.util.List<Filter> targets, Ice.Current __current)
-
clearFilter
void clearFilter(Ice.Current __current)
-
reloadFilter
void reloadFilter(Instrument toCopy, Ice.Current __current)
-
unloadDichroic
void unloadDichroic(Ice.Current __current)
-
sizeOfDichroic
int sizeOfDichroic(Ice.Current __current)
-
copyDichroic
java.util.List<Dichroic> copyDichroic(Ice.Current __current)
-
addDichroic
void addDichroic(Dichroic target, Ice.Current __current)
-
addAllDichroicSet
void addAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current __current)
-
removeDichroic
void removeDichroic(Dichroic theTarget, Ice.Current __current)
-
removeAllDichroicSet
void removeAllDichroicSet(java.util.List<Dichroic> targets, Ice.Current __current)
-
clearDichroic
void clearDichroic(Ice.Current __current)
-
reloadDichroic
void reloadDichroic(Instrument toCopy, Ice.Current __current)
-
unloadFilterSet
void unloadFilterSet(Ice.Current __current)
-
sizeOfFilterSet
int sizeOfFilterSet(Ice.Current __current)
-
copyFilterSet
java.util.List<FilterSet> copyFilterSet(Ice.Current __current)
-
addFilterSet
void addFilterSet(FilterSet target, Ice.Current __current)
-
addAllFilterSetSet
void addAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current __current)
-
removeFilterSet
void removeFilterSet(FilterSet theTarget, Ice.Current __current)
-
removeAllFilterSetSet
void removeAllFilterSetSet(java.util.List<FilterSet> targets, Ice.Current __current)
-
clearFilterSet
void clearFilterSet(Ice.Current __current)
-
reloadFilterSet
void reloadFilterSet(Instrument toCopy, Ice.Current __current)
-
unloadOtf
void unloadOtf(Ice.Current __current)
-
sizeOfOtf
int sizeOfOtf(Ice.Current __current)
-
copyOtf
java.util.List<OTF> copyOtf(Ice.Current __current)
-
addOTF
void addOTF(OTF target, Ice.Current __current)
-
addAllOTFSet
void addAllOTFSet(java.util.List<OTF> targets, Ice.Current __current)
-
removeOTF
void removeOTF(OTF theTarget, Ice.Current __current)
-
removeAllOTFSet
void removeAllOTFSet(java.util.List<OTF> targets, Ice.Current __current)
-
clearOtf
void clearOtf(Ice.Current __current)
-
reloadOtf
void reloadOtf(Instrument toCopy, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<InstrumentAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addInstrumentAnnotationLink
void addInstrumentAnnotationLink(InstrumentAnnotationLink target, Ice.Current __current)
-
addAllInstrumentAnnotationLinkSet
void addAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current __current)
-
removeInstrumentAnnotationLink
void removeInstrumentAnnotationLink(InstrumentAnnotationLink theTarget, Ice.Current __current)
-
removeAllInstrumentAnnotationLinkSet
void removeAllInstrumentAnnotationLinkSet(java.util.List<InstrumentAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Instrument toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
InstrumentAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addInstrumentAnnotationLinkToBoth
void addInstrumentAnnotationLinkToBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findInstrumentAnnotationLink
java.util.List<InstrumentAnnotationLink> findInstrumentAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeInstrumentAnnotationLinkFromBoth
void removeInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-