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 voidaddAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)voidaddChannelAnnotationLink(ChannelAnnotationLink target, Ice.Current __current)voidaddChannelAnnotationLinkToBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)voidclearAnnotationLinks(Ice.Current __current)java.util.List<ChannelAnnotationLink>copyAnnotationLinks(Ice.Current __current)java.util.List<ChannelAnnotationLink>findChannelAnnotationLink(Annotation removal, Ice.Current __current)RIntgetAlpha(Ice.Current __current)java.util.Map<java.lang.Long,java.lang.Long>getAnnotationLinksCountPerOwner(Ice.Current __current)RIntgetBlue(Ice.Current __current)RIntgetGreen(Ice.Current __current)LogicalChannelgetLogicalChannel(Ice.Current __current)RStringgetLookupTable(Ice.Current __current)PixelsgetPixels(Ice.Current __current)RIntgetRed(Ice.Current __current)StatsInfogetStatsInfo(Ice.Current __current)RIntgetVersion(Ice.Current __current)ChannelAnnotationLinklinkAnnotation(Annotation addition, Ice.Current __current)java.util.List<Annotation>linkedAnnotationList(Ice.Current __current)voidreloadAnnotationLinks(Channel toCopy, Ice.Current __current)voidremoveAllChannelAnnotationLinkSet(java.util.List<ChannelAnnotationLink> targets, Ice.Current __current)voidremoveChannelAnnotationLink(ChannelAnnotationLink theTarget, Ice.Current __current)voidremoveChannelAnnotationLinkFromBoth(ChannelAnnotationLink link, boolean bothSides, Ice.Current __current)voidsetAlpha(RInt theAlpha, Ice.Current __current)voidsetBlue(RInt theBlue, Ice.Current __current)voidsetGreen(RInt theGreen, Ice.Current __current)voidsetLogicalChannel(LogicalChannel theLogicalChannel, Ice.Current __current)voidsetLookupTable(RString theLookupTable, Ice.Current __current)voidsetPixels(Pixels thePixels, Ice.Current __current)voidsetRed(RInt theRed, Ice.Current __current)voidsetStatsInfo(StatsInfo theStatsInfo, 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)
-
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)
-
-