Package omero.model
Interface _ChannelOperations
-
- All Superinterfaces:
_IObjectOperations
- All Known Implementing Classes:
_ChannelTie
,Channel
,ChannelI
public interface _ChannelOperations extends _IObjectOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)
void
addChannelAnnotationLink(ChannelAnnotationLink target, Ice.Current __current)
void
addChannelAnnotationLinkToBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
java.util.List<ChannelAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<ChannelAnnotationLink>
findChannelAnnotationLink(Annotation removal, Ice.Current __current)
RInt
getAlpha(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RInt
getBlue(Ice.Current __current)
RInt
getGreen(Ice.Current __current)
LogicalChannel
getLogicalChannel(Ice.Current __current)
RString
getLookupTable(Ice.Current __current)
Pixels
getPixels(Ice.Current __current)
RInt
getRed(Ice.Current __current)
StatsInfo
getStatsInfo(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
ChannelAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
void
reloadAnnotationLinks(Channel toCopy, Ice.Current __current)
void
removeAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)
void
removeChannelAnnotationLink(ChannelAnnotationLink theTarget, Ice.Current __current)
void
removeChannelAnnotationLinkFromBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)
void
setAlpha(RInt theAlpha, Ice.Current __current)
void
setBlue(RInt theBlue, Ice.Current __current)
void
setGreen(RInt theGreen, Ice.Current __current)
void
setLogicalChannel(LogicalChannel theLogicalChannel, Ice.Current __current)
void
setLookupTable(RString theLookupTable, Ice.Current __current)
void
setPixels(Pixels thePixels, Ice.Current __current)
void
setRed(RInt theRed, Ice.Current __current)
void
setStatsInfo(StatsInfo theStatsInfo, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
int
sizeOfAnnotationLinks(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unloadAnnotationLinks(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)
-
getStatsInfo
StatsInfo getStatsInfo(Ice.Current __current)
-
setStatsInfo
void setStatsInfo(StatsInfo theStatsInfo, Ice.Current __current)
-
getRed
RInt getRed(Ice.Current __current)
-
setRed
void setRed(RInt theRed, Ice.Current __current)
-
getGreen
RInt getGreen(Ice.Current __current)
-
setGreen
void setGreen(RInt theGreen, Ice.Current __current)
-
getBlue
RInt getBlue(Ice.Current __current)
-
setBlue
void setBlue(RInt theBlue, Ice.Current __current)
-
getAlpha
RInt getAlpha(Ice.Current __current)
-
setAlpha
void setAlpha(RInt theAlpha, Ice.Current __current)
-
getLookupTable
RString getLookupTable(Ice.Current __current)
-
setLookupTable
void setLookupTable(RString theLookupTable, Ice.Current __current)
-
getLogicalChannel
LogicalChannel getLogicalChannel(Ice.Current __current)
-
setLogicalChannel
void setLogicalChannel(LogicalChannel theLogicalChannel, Ice.Current __current)
-
getPixels
Pixels getPixels(Ice.Current __current)
-
setPixels
void setPixels(Pixels thePixels, Ice.Current __current)
-
unloadAnnotationLinks
void unloadAnnotationLinks(Ice.Current __current)
-
sizeOfAnnotationLinks
int sizeOfAnnotationLinks(Ice.Current __current)
-
copyAnnotationLinks
java.util.List<ChannelAnnotationLink> copyAnnotationLinks(Ice.Current __current)
-
addChannelAnnotationLink
void addChannelAnnotationLink(ChannelAnnotationLink target, Ice.Current __current)
-
addAllChannelAnnotationLinkSet
void addAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)
-
removeChannelAnnotationLink
void removeChannelAnnotationLink(ChannelAnnotationLink theTarget, Ice.Current __current)
-
removeAllChannelAnnotationLinkSet
void removeAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)
-
clearAnnotationLinks
void clearAnnotationLinks(Ice.Current __current)
-
reloadAnnotationLinks
void reloadAnnotationLinks(Channel toCopy, Ice.Current __current)
-
getAnnotationLinksCountPerOwner
java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
-
linkAnnotation
ChannelAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
-
addChannelAnnotationLinkToBoth
void addChannelAnnotationLinkToBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)
-
findChannelAnnotationLink
java.util.List<ChannelAnnotationLink> findChannelAnnotationLink(Annotation removal, Ice.Current __current)
-
unlinkAnnotation
void unlinkAnnotation(Annotation removal, Ice.Current __current)
-
removeChannelAnnotationLinkFromBoth
void removeChannelAnnotationLinkFromBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)
-
linkedAnnotationList
java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
-
-