Package omero.model
Interface _ShareOperations
-
- All Superinterfaces:
_IObjectOperations
,_SessionOperations
public interface _ShareOperations extends _SessionOperations
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RBool
getActive(Ice.Current __current)
byte[]
getData(Ice.Current __current)
ExperimenterGroup
getGroup(Ice.Current __current)
RLong
getItemCount(Ice.Current __current)
void
setActive(RBool theActive, Ice.Current __current)
void
setData(byte[] theData, Ice.Current __current)
void
setGroup(ExperimenterGroup theGroup, Ice.Current __current)
void
setItemCount(RLong theItemCount, Ice.Current __current)
-
Methods inherited from interface omero.model._IObjectOperations
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._SessionOperations
addAllEventSet, addAllSessionAnnotationLinkSet, addEvent, addSessionAnnotationLink, addSessionAnnotationLinkToBoth, clearAnnotationLinks, clearEvents, copyAnnotationLinks, copyEvents, findSessionAnnotationLink, getAnnotationLinksCountPerOwner, getClosed, getDefaultEventType, getMessage, getNode, getOwner, getStarted, getSudoer, getTimeToIdle, getTimeToLive, getUserAgent, getUserIP, getUuid, getVersion, linkAnnotation, linkedAnnotationList, reloadAnnotationLinks, reloadEvents, removeAllEventSet, removeAllSessionAnnotationLinkSet, removeEvent, removeSessionAnnotationLink, removeSessionAnnotationLinkFromBoth, setClosed, setDefaultEventType, setMessage, setNode, setOwner, setStarted, setSudoer, setTimeToIdle, setTimeToLive, setUserAgent, setUserIP, setUuid, setVersion, sizeOfAnnotationLinks, sizeOfEvents, unlinkAnnotation, unloadAnnotationLinks, unloadEvents
-
-
-
-
Method Detail
-
getGroup
ExperimenterGroup getGroup(Ice.Current __current)
-
setGroup
void setGroup(ExperimenterGroup theGroup, Ice.Current __current)
-
getItemCount
RLong getItemCount(Ice.Current __current)
-
setItemCount
void setItemCount(RLong theItemCount, Ice.Current __current)
-
getActive
RBool getActive(Ice.Current __current)
-
setActive
void setActive(RBool theActive, Ice.Current __current)
-
getData
byte[] getData(Ice.Current __current)
-
setData
void setData(byte[] theData, Ice.Current __current)
-
-