Package omero.model
Interface _DichroicOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_DichroicTie,Dichroic,DichroicI
public interface _DichroicOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets, Ice.Current __current)voidaddDichroicAnnotationLink(DichroicAnnotationLink target, Ice.Current __current)voidaddDichroicAnnotationLinkToBoth(DichroicAnnotationLink link, boolean bothSides, Ice.Current __current)voidclearAnnotationLinks(Ice.Current __current)java.util.List<DichroicAnnotationLink>copyAnnotationLinks(Ice.Current __current)java.util.List<DichroicAnnotationLink>findDichroicAnnotationLink(Annotation removal, Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current __current)InstrumentgetInstrument(Ice.Current __current)RStringgetLotNumber(Ice.Current __current)RStringgetManufacturer(Ice.Current __current)RStringgetModel(Ice.Current __current)RStringgetSerialNumber(Ice.Current __current)RIntgetVersion(Ice.Current __current)DichroicAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)voidreloadAnnotationLinks(Dichroic toCopy, Ice.Current __current)voidremoveAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets, Ice.Current __current)voidremoveDichroicAnnotationLink(DichroicAnnotationLink theTarget, Ice.Current __current)voidremoveDichroicAnnotationLinkFromBoth(DichroicAnnotationLink link, boolean bothSides, Ice.Current __current)voidsetInstrument(Instrument theInstrument, Ice.Current __current)voidsetLotNumber(RString theLotNumber, Ice.Current __current)voidsetManufacturer(RString theManufacturer, Ice.Current __current)voidsetModel(RString theModel, Ice.Current __current)voidsetSerialNumber(RString theSerialNumber, Ice.Current __current)voidsetVersion(RInt theVersion, Ice.Current __current)intsizeOfAnnotationLinks(Ice.Current __current)voidunlinkAnnotation(Annotation removal, Ice.Current __current)voidunloadAnnotationLinks(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)
-
getManufacturer
RString getManufacturer(Ice.Current __current)
-
setManufacturer
void setManufacturer(RString theManufacturer, Ice.Current __current)
-
getModel
RString getModel(Ice.Current __current)
-
setModel
void setModel(RString theModel, Ice.Current __current)
-
getLotNumber
RString getLotNumber(Ice.Current __current)
-
setLotNumber
void setLotNumber(RString theLotNumber, Ice.Current __current)
-
getSerialNumber
RString getSerialNumber(Ice.Current __current)
-
setSerialNumber
void setSerialNumber(RString theSerialNumber, Ice.Current __current)
-
getInstrument
Instrument getInstrument(Ice.Current __current)
-
setInstrument
void setInstrument(Instrument theInstrument, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<DichroicAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addDichroicAnnotationLink
void addDichroicAnnotationLink(DichroicAnnotationLink target, Ice.Current __current)
-
addAllDichroicAnnotationLinkSet
void addAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets, Ice.Current __current)
-
removeDichroicAnnotationLink
void removeDichroicAnnotationLink(DichroicAnnotationLink theTarget, Ice.Current __current)
-
removeAllDichroicAnnotationLinkSet
void removeAllDichroicAnnotationLinkSet(java.util.List<DichroicAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Dichroic toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
DichroicAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addDichroicAnnotationLinkToBoth
void addDichroicAnnotationLinkToBoth(DichroicAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findDichroicAnnotationLink
java.util.List<DichroicAnnotationLink> findDichroicAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeDichroicAnnotationLinkFromBoth
void removeDichroicAnnotationLinkFromBoth(DichroicAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-