public interface _ObjectiveOperations extends _IObjectOperations
Modifier and Type | Method and Description |
---|---|
void |
addAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets,
Ice.Current __current) |
void |
addObjectiveAnnotationLink(ObjectiveAnnotationLink target,
Ice.Current __current) |
void |
addObjectiveAnnotationLinkToBoth(ObjectiveAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
clearAnnotationLinks(Ice.Current __current) |
java.util.List<ObjectiveAnnotationLink> |
copyAnnotationLinks(Ice.Current __current) |
java.util.List<ObjectiveAnnotationLink> |
findObjectiveAnnotationLink(Annotation removal,
Ice.Current __current) |
java.util.Map<java.lang.Long,java.lang.Long> |
getAnnotationLinksCountPerOwner(Ice.Current __current) |
RDouble |
getCalibratedMagnification(Ice.Current __current) |
Correction |
getCorrection(Ice.Current __current) |
Immersion |
getImmersion(Ice.Current __current) |
Instrument |
getInstrument(Ice.Current __current) |
RBool |
getIris(Ice.Current __current) |
RDouble |
getLensNA(Ice.Current __current) |
RString |
getLotNumber(Ice.Current __current) |
RString |
getManufacturer(Ice.Current __current) |
RString |
getModel(Ice.Current __current) |
RDouble |
getNominalMagnification(Ice.Current __current) |
RString |
getSerialNumber(Ice.Current __current) |
RInt |
getVersion(Ice.Current __current) |
Length |
getWorkingDistance(Ice.Current __current) |
ObjectiveAnnotationLink |
linkAnnotation(Annotation addition,
Ice.Current __current) |
java.util.List<Annotation> |
linkedAnnotationList(Ice.Current __current) |
void |
reloadAnnotationLinks(Objective toCopy,
Ice.Current __current) |
void |
removeAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets,
Ice.Current __current) |
void |
removeObjectiveAnnotationLink(ObjectiveAnnotationLink theTarget,
Ice.Current __current) |
void |
removeObjectiveAnnotationLinkFromBoth(ObjectiveAnnotationLink link,
boolean bothSides,
Ice.Current __current) |
void |
setCalibratedMagnification(RDouble theCalibratedMagnification,
Ice.Current __current) |
void |
setCorrection(Correction theCorrection,
Ice.Current __current) |
void |
setImmersion(Immersion theImmersion,
Ice.Current __current) |
void |
setInstrument(Instrument theInstrument,
Ice.Current __current) |
void |
setIris(RBool theIris,
Ice.Current __current) |
void |
setLensNA(RDouble theLensNA,
Ice.Current __current) |
void |
setLotNumber(RString theLotNumber,
Ice.Current __current) |
void |
setManufacturer(RString theManufacturer,
Ice.Current __current) |
void |
setModel(RString theModel,
Ice.Current __current) |
void |
setNominalMagnification(RDouble theNominalMagnification,
Ice.Current __current) |
void |
setSerialNumber(RString theSerialNumber,
Ice.Current __current) |
void |
setVersion(RInt theVersion,
Ice.Current __current) |
void |
setWorkingDistance(Length theWorkingDistance,
Ice.Current __current) |
int |
sizeOfAnnotationLinks(Ice.Current __current) |
void |
unlinkAnnotation(Annotation removal,
Ice.Current __current) |
void |
unloadAnnotationLinks(Ice.Current __current) |
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
RInt getVersion(Ice.Current __current)
void setVersion(RInt theVersion, Ice.Current __current)
RString getManufacturer(Ice.Current __current)
void setManufacturer(RString theManufacturer, Ice.Current __current)
RString getModel(Ice.Current __current)
void setModel(RString theModel, Ice.Current __current)
RString getLotNumber(Ice.Current __current)
void setLotNumber(RString theLotNumber, Ice.Current __current)
RString getSerialNumber(Ice.Current __current)
void setSerialNumber(RString theSerialNumber, Ice.Current __current)
RDouble getNominalMagnification(Ice.Current __current)
void setNominalMagnification(RDouble theNominalMagnification, Ice.Current __current)
RDouble getCalibratedMagnification(Ice.Current __current)
void setCalibratedMagnification(RDouble theCalibratedMagnification, Ice.Current __current)
RDouble getLensNA(Ice.Current __current)
void setLensNA(RDouble theLensNA, Ice.Current __current)
Immersion getImmersion(Ice.Current __current)
void setImmersion(Immersion theImmersion, Ice.Current __current)
Correction getCorrection(Ice.Current __current)
void setCorrection(Correction theCorrection, Ice.Current __current)
Length getWorkingDistance(Ice.Current __current)
void setWorkingDistance(Length theWorkingDistance, Ice.Current __current)
RBool getIris(Ice.Current __current)
void setIris(RBool theIris, Ice.Current __current)
Instrument getInstrument(Ice.Current __current)
void setInstrument(Instrument theInstrument, Ice.Current __current)
void unloadAnnotationLinks(Ice.Current __current)
int sizeOfAnnotationLinks(Ice.Current __current)
java.util.List<ObjectiveAnnotationLink> copyAnnotationLinks(Ice.Current __current)
void addObjectiveAnnotationLink(ObjectiveAnnotationLink target, Ice.Current __current)
void addAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets, Ice.Current __current)
void removeObjectiveAnnotationLink(ObjectiveAnnotationLink theTarget, Ice.Current __current)
void removeAllObjectiveAnnotationLinkSet(java.util.List<ObjectiveAnnotationLink> targets, Ice.Current __current)
void clearAnnotationLinks(Ice.Current __current)
void reloadAnnotationLinks(Objective toCopy, Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
ObjectiveAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
void addObjectiveAnnotationLinkToBoth(ObjectiveAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<ObjectiveAnnotationLink> findObjectiveAnnotationLink(Annotation removal, Ice.Current __current)
void unlinkAnnotation(Annotation removal, Ice.Current __current)
void removeObjectiveAnnotationLinkFromBoth(ObjectiveAnnotationLink link, boolean bothSides, Ice.Current __current)
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)