Package omero.model
Interface _ShareOperationsNC
-
- All Superinterfaces:
_IObjectOperationsNC
,_SessionOperationsNC
public interface _ShareOperationsNC extends _SessionOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RBool
getActive()
byte[]
getData()
ExperimenterGroup
getGroup()
RLong
getItemCount()
void
setActive(RBool theActive)
void
setData(byte[] theData)
void
setGroup(ExperimenterGroup theGroup)
void
setItemCount(RLong theItemCount)
-
Methods inherited from interface omero.model._IObjectOperationsNC
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from interface omero.model._SessionOperationsNC
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()
-
setGroup
void setGroup(ExperimenterGroup theGroup)
-
getItemCount
RLong getItemCount()
-
setItemCount
void setItemCount(RLong theItemCount)
-
getActive
RBool getActive()
-
setActive
void setActive(RBool theActive)
-
getData
byte[] getData()
-
setData
void setData(byte[] theData)
-
-