Package omero.model
Interface _LightPathOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_LightPathTie
,LightPath
,LightPathI
public interface _LightPathOperations extends _IObjectOperations
-
-
Method Summary
-
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)
-
unloadExcitationFilterLink
void unloadExcitationFilterLink(Ice.Current __current)
-
sizeOfExcitationFilterLink
int sizeOfExcitationFilterLink(Ice.Current __current)
-
copyExcitationFilterLink
java.util.List<LightPathExcitationFilterLink> copyExcitationFilterLink(Ice.Current __current)
-
addLightPathExcitationFilterLink
void addLightPathExcitationFilterLink(LightPathExcitationFilterLink target, Ice.Current __current)
-
addAllLightPathExcitationFilterLinkSet
void addAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current __current)
-
removeLightPathExcitationFilterLink
void removeLightPathExcitationFilterLink(LightPathExcitationFilterLink theTarget, Ice.Current __current)
-
removeAllLightPathExcitationFilterLinkSet
void removeAllLightPathExcitationFilterLinkSet(java.util.List<LightPathExcitationFilterLink> targets, Ice.Current __current)
-
clearExcitationFilterLink
void clearExcitationFilterLink(Ice.Current __current)
-
reloadExcitationFilterLink
void reloadExcitationFilterLink(LightPath toCopy, Ice.Current __current)
-
getLightPathExcitationFilterLink
LightPathExcitationFilterLink getLightPathExcitationFilterLink(int index, Ice.Current __current)
-
setLightPathExcitationFilterLink
LightPathExcitationFilterLink setLightPathExcitationFilterLink(int index, LightPathExcitationFilterLink theElement, Ice.Current __current)
-
getPrimaryLightPathExcitationFilterLink
LightPathExcitationFilterLink getPrimaryLightPathExcitationFilterLink(Ice.Current __current)
-
setPrimaryLightPathExcitationFilterLink
LightPathExcitationFilterLink setPrimaryLightPathExcitationFilterLink(LightPathExcitationFilterLink theElement, Ice.Current __current)
-
getExcitationFilterLinkCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getExcitationFilterLinkCountPerOwner(Ice.Current __current)
-
linkExcitationFilter
LightPathExcitationFilterLink linkExcitationFilter(Filter addition, Ice.Current __current)
-
addLightPathExcitationFilterLinkToBoth
void addLightPathExcitationFilterLinkToBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current __current)
-
findLightPathExcitationFilterLink
java.util.List<LightPathExcitationFilterLink> findLightPathExcitationFilterLink(Filter removal, Ice.Current __current)
-
unlinkExcitationFilter
void unlinkExcitationFilter(Filter removal, Ice.Current __current)
-
removeLightPathExcitationFilterLinkFromBoth
void removeLightPathExcitationFilterLinkFromBoth(LightPathExcitationFilterLink link, boolean bothSides, Ice.Current __current)
-
linkedExcitationFilterList
java.util.List<Filter> linkedExcitationFilterList(Ice.Current __current)
-
getDichroic
Dichroic getDichroic(Ice.Current __current)
-
setDichroic
void setDichroic(Dichroic theDichroic, Ice.Current __current)
-
unloadEmissionFilterLink
void unloadEmissionFilterLink(Ice.Current __current)
-
sizeOfEmissionFilterLink
int sizeOfEmissionFilterLink(Ice.Current __current)
-
copyEmissionFilterLink
java.util.List<LightPathEmissionFilterLink> copyEmissionFilterLink(Ice.Current __current)
-
addLightPathEmissionFilterLink
void addLightPathEmissionFilterLink(LightPathEmissionFilterLink target, Ice.Current __current)
-
addAllLightPathEmissionFilterLinkSet
void addAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current __current)
-
removeLightPathEmissionFilterLink
void removeLightPathEmissionFilterLink(LightPathEmissionFilterLink theTarget, Ice.Current __current)
-
removeAllLightPathEmissionFilterLinkSet
void removeAllLightPathEmissionFilterLinkSet(java.util.List<LightPathEmissionFilterLink> targets, Ice.Current __current)
-
clearEmissionFilterLink
void clearEmissionFilterLink(Ice.Current __current)
-
reloadEmissionFilterLink
void reloadEmissionFilterLink(LightPath toCopy, Ice.Current __current)
-
getEmissionFilterLinkCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getEmissionFilterLinkCountPerOwner(Ice.Current __current)
-
linkEmissionFilter
LightPathEmissionFilterLink linkEmissionFilter(Filter addition, Ice.Current __current)
-
addLightPathEmissionFilterLinkToBoth
void addLightPathEmissionFilterLinkToBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current __current)
-
findLightPathEmissionFilterLink
java.util.List<LightPathEmissionFilterLink> findLightPathEmissionFilterLink(Filter removal, Ice.Current __current)
-
unlinkEmissionFilter
void unlinkEmissionFilter(Filter removal, Ice.Current __current)
-
removeLightPathEmissionFilterLinkFromBoth
void removeLightPathEmissionFilterLinkFromBoth(LightPathEmissionFilterLink link, boolean bothSides, Ice.Current __current)
-
linkedEmissionFilterList
java.util.List<Filter> linkedEmissionFilterList(Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<LightPathAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addLightPathAnnotationLink
void addLightPathAnnotationLink(LightPathAnnotationLink target, Ice.Current __current)
-
addAllLightPathAnnotationLinkSet
void addAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current __current)
-
removeLightPathAnnotationLink
void removeLightPathAnnotationLink(LightPathAnnotationLink theTarget, Ice.Current __current)
-
removeAllLightPathAnnotationLinkSet
void removeAllLightPathAnnotationLinkSet(java.util.List<LightPathAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(LightPath toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
LightPathAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addLightPathAnnotationLinkToBoth
void addLightPathAnnotationLinkToBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findLightPathAnnotationLink
java.util.List<LightPathAnnotationLink> findLightPathAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeLightPathAnnotationLinkFromBoth
void removeLightPathAnnotationLinkFromBoth(LightPathAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-