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 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)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.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)MicroscopegetMicroscope(Ice.Current __current)RIntgetVersion(Ice.Current __current)InstrumentAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)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 theTarget, Ice.Current __current)voidremoveDichroic(Dichroic theTarget, Ice.Current __current)voidremoveFilter(Filter theTarget, Ice.Current __current)voidremoveFilterSet(FilterSet theTarget, Ice.Current __current)voidremoveInstrumentAnnotationLink(InstrumentAnnotationLink theTarget, Ice.Current __current)voidremoveInstrumentAnnotationLinkFromBoth(InstrumentAnnotationLink link, boolean bothSides, Ice.Current __current)voidremoveLightSource(LightSource theTarget, Ice.Current __current)voidremoveObjective(Objective theTarget, Ice.Current __current)voidremoveOTF(OTF theTarget, Ice.Current __current)voidsetMicroscope(Microscope theMicroscope, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)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)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunloadAnnotationLinks(Ice.Current __current)voidunloadDetector(Ice.Current __current)voidunloadDichroic(Ice.Current __current)voidunloadFilter(Ice.Current __current)voidunloadFilterSet(Ice.Current __current)voidunloadLightSource(Ice.Current __current)voidunloadObjective(Ice.Current __current)voidunloadOtf(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)
-
-