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