Package omero.model
Class _ShareTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.model.IObject
-
- omero.model.Session
-
- omero.model.Share
-
- omero.model._ShareTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IObjectOperations
,_IObjectOperationsNC
,_SessionOperations
,_SessionOperationsNC
,_ShareOperations
,_ShareOperationsNC
public class _ShareTie extends Share implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.model.Session
annotationLinksCountPerOwner, annotationLinksLoaded, annotationLinksSeq, closed, defaultEventType, eventsLoaded, eventsSeq, message, node, owner, started, sudoer, timeToIdle, timeToLive, userAgent, userIP, uuid, version
-
-
Constructor Summary
Constructors Constructor Description _ShareTie()
_ShareTie(_ShareOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addAllEventSet(java.util.List<Event> targets, Ice.Current __current)
void
addAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
void
addEvent(Event target, Ice.Current __current)
void
addSessionAnnotationLink(SessionAnnotationLink target, Ice.Current __current)
void
addSessionAnnotationLinkToBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
void
clearAnnotationLinks(Ice.Current __current)
void
clearEvents(Ice.Current __current)
java.util.List<SessionAnnotationLink>
copyAnnotationLinks(Ice.Current __current)
java.util.List<Event>
copyEvents(Ice.Current __current)
boolean
equals(java.lang.Object rhs)
java.util.List<SessionAnnotationLink>
findSessionAnnotationLink(Annotation removal, Ice.Current __current)
RBool
getActive(Ice.Current __current)
java.util.Map<java.lang.Long,java.lang.Long>
getAnnotationLinksCountPerOwner(Ice.Current __current)
RTime
getClosed(Ice.Current __current)
byte[]
getData(Ice.Current __current)
RString
getDefaultEventType(Ice.Current __current)
Details
getDetails(Ice.Current __current)
ExperimenterGroup
getGroup(Ice.Current __current)
RLong
getId(Ice.Current __current)
RLong
getItemCount(Ice.Current __current)
RString
getMessage(Ice.Current __current)
Node
getNode(Ice.Current __current)
Experimenter
getOwner(Ice.Current __current)
RTime
getStarted(Ice.Current __current)
Experimenter
getSudoer(Ice.Current __current)
RLong
getTimeToIdle(Ice.Current __current)
RLong
getTimeToLive(Ice.Current __current)
RString
getUserAgent(Ice.Current __current)
RString
getUserIP(Ice.Current __current)
Deprecated.RString
getUuid(Ice.Current __current)
RInt
getVersion(Ice.Current __current)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
boolean
isAnnotated(Ice.Current __current)
Allows for the attachment of any omero.model.Annotation subclasses.boolean
isGlobal(Ice.Current __current)
Marker interface which means that special rules apply for both reading and writing these instances.boolean
isLink(Ice.Current __current)
A link between two other types.boolean
isLoaded(Ice.Current __current)
Tests if the objects are loaded or not.boolean
isMutable(Ice.Current __current)
The server will persist changes made to these types.SessionAnnotationLink
linkAnnotation(Annotation addition, Ice.Current __current)
java.util.List<Annotation>
linkedAnnotationList(Ice.Current __current)
IObject
proxy(Ice.Current __current)
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );void
reloadAnnotationLinks(Session toCopy, Ice.Current __current)
void
reloadEvents(Session toCopy, Ice.Current __current)
void
removeAllEventSet(java.util.List<Event> targets, Ice.Current __current)
void
removeAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
void
removeEvent(Event theTarget, Ice.Current __current)
void
removeSessionAnnotationLink(SessionAnnotationLink theTarget, Ice.Current __current)
void
removeSessionAnnotationLinkFromBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
void
setActive(RBool theActive, Ice.Current __current)
void
setClosed(RTime theClosed, Ice.Current __current)
void
setData(byte[] theData, Ice.Current __current)
void
setDefaultEventType(RString theDefaultEventType, Ice.Current __current)
void
setGroup(ExperimenterGroup theGroup, Ice.Current __current)
void
setId(RLong id, Ice.Current __current)
void
setItemCount(RLong theItemCount, Ice.Current __current)
void
setMessage(RString theMessage, Ice.Current __current)
void
setNode(Node theNode, Ice.Current __current)
void
setOwner(Experimenter theOwner, Ice.Current __current)
void
setStarted(RTime theStarted, Ice.Current __current)
void
setSudoer(Experimenter theSudoer, Ice.Current __current)
void
setTimeToIdle(RLong theTimeToIdle, Ice.Current __current)
void
setTimeToLive(RLong theTimeToLive, Ice.Current __current)
void
setUserAgent(RString theUserAgent, Ice.Current __current)
void
setUserIP(RString theUserIP, Ice.Current __current)
Deprecated.void
setUuid(RString theUuid, Ice.Current __current)
void
setVersion(RInt theVersion, Ice.Current __current)
IObject
shallowCopy(Ice.Current __current)
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.int
sizeOfAnnotationLinks(Ice.Current __current)
int
sizeOfEvents(Ice.Current __current)
void
unlinkAnnotation(Annotation removal, Ice.Current __current)
void
unload(Ice.Current __current)
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.void
unloadAnnotationLinks(Ice.Current __current)
void
unloadCollections(Ice.Current __current)
Each collection can also be unloaded, independently of the object itself.void
unloadDetails(Ice.Current __current)
As with collections, the objects under details can link to many other objects.void
unloadEvents(Ice.Current __current)
-
Methods inherited from class omero.model.Share
___getActive, ___getData, ___getGroup, ___getItemCount, ___setActive, ___setData, ___setGroup, ___setItemCount, __dispatch, __readImpl, __writeImpl, clone, getActive, getData, getGroup, getItemCount, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, setActive, setData, setGroup, setItemCount
-
Methods inherited from class omero.model.Session
___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, 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
-
Methods inherited from class omero.model.IObject
___getDetails, ___getId, ___isAnnotated, ___isGlobal, ___isLink, ___isLoaded, ___isMutable, ___proxy, ___setId, ___shallowCopy, ___unload, ___unloadCollections, ___unloadDetails, getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_ShareTie
public _ShareTie()
-
_ShareTie
public _ShareTie(_ShareOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getDetails
public Details getDetails(Ice.Current __current)
- Specified by:
getDetails
in interface_IObjectOperations
-
getId
public RLong getId(Ice.Current __current)
- Specified by:
getId
in interface_IObjectOperations
-
isAnnotated
public boolean isAnnotated(Ice.Current __current)
Description copied from interface:_IObjectOperations
Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are: - linkAnnotation(Annotation) -- Specified by:
isAnnotated
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isGlobal
public boolean isGlobal(Ice.Current __current)
Description copied from interface:_IObjectOperations
Marker interface which means that special rules apply for both reading and writing these instances.- Specified by:
isGlobal
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLink
public boolean isLink(Ice.Current __current)
Description copied from interface:_IObjectOperations
A link between two other types. Methods provided: - getParent() - getChild()- Specified by:
isLink
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isLoaded
public boolean isLoaded(Ice.Current __current)
Description copied from interface:_IObjectOperations
Tests if the objects are loaded or not. If this value is false, then any method call on this instance other than getId or setId will result in an exception.- Specified by:
isLoaded
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
isMutable
public boolean isMutable(Ice.Current __current)
Description copied from interface:_IObjectOperations
The server will persist changes made to these types. Methods provided: - getVersion() - setVersion()- Specified by:
isMutable
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
proxy
public IObject proxy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );- Specified by:
proxy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
setId
public void setId(RLong id, Ice.Current __current)
- Specified by:
setId
in interface_IObjectOperations
-
shallowCopy
public IObject shallowCopy(Ice.Current __current)
Description copied from interface:_IObjectOperations
Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.- Specified by:
shallowCopy
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unload
public void unload(Ice.Current __current)
Description copied from interface:_IObjectOperations
Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.- Specified by:
unload
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadCollections
public void unloadCollections(Ice.Current __current)
Description copied from interface:_IObjectOperations
Each collection can also be unloaded, independently of the object itself. To unload all collections, use: object.unloadCollections(); This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities. Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.- Specified by:
unloadCollections
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
unloadDetails
public void unloadDetails(Ice.Current __current)
Description copied from interface:_IObjectOperations
As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.- Specified by:
unloadDetails
in interface_IObjectOperations
- Parameters:
__current
- The Current object for the invocation.
-
addAllEventSet
public void addAllEventSet(java.util.List<Event> targets, Ice.Current __current)
- Specified by:
addAllEventSet
in interface_SessionOperations
-
addAllSessionAnnotationLinkSet
public void addAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
- Specified by:
addAllSessionAnnotationLinkSet
in interface_SessionOperations
-
addEvent
public void addEvent(Event target, Ice.Current __current)
- Specified by:
addEvent
in interface_SessionOperations
-
addSessionAnnotationLink
public void addSessionAnnotationLink(SessionAnnotationLink target, Ice.Current __current)
- Specified by:
addSessionAnnotationLink
in interface_SessionOperations
-
addSessionAnnotationLinkToBoth
public void addSessionAnnotationLinkToBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
addSessionAnnotationLinkToBoth
in interface_SessionOperations
-
clearAnnotationLinks
public void clearAnnotationLinks(Ice.Current __current)
- Specified by:
clearAnnotationLinks
in interface_SessionOperations
-
clearEvents
public void clearEvents(Ice.Current __current)
- Specified by:
clearEvents
in interface_SessionOperations
-
copyAnnotationLinks
public java.util.List<SessionAnnotationLink> copyAnnotationLinks(Ice.Current __current)
- Specified by:
copyAnnotationLinks
in interface_SessionOperations
-
copyEvents
public java.util.List<Event> copyEvents(Ice.Current __current)
- Specified by:
copyEvents
in interface_SessionOperations
-
findSessionAnnotationLink
public java.util.List<SessionAnnotationLink> findSessionAnnotationLink(Annotation removal, Ice.Current __current)
- Specified by:
findSessionAnnotationLink
in interface_SessionOperations
-
getAnnotationLinksCountPerOwner
public java.util.Map<java.lang.Long,java.lang.Long> getAnnotationLinksCountPerOwner(Ice.Current __current)
- Specified by:
getAnnotationLinksCountPerOwner
in interface_SessionOperations
-
getClosed
public RTime getClosed(Ice.Current __current)
- Specified by:
getClosed
in interface_SessionOperations
-
getDefaultEventType
public RString getDefaultEventType(Ice.Current __current)
- Specified by:
getDefaultEventType
in interface_SessionOperations
-
getMessage
public RString getMessage(Ice.Current __current)
- Specified by:
getMessage
in interface_SessionOperations
-
getNode
public Node getNode(Ice.Current __current)
- Specified by:
getNode
in interface_SessionOperations
-
getOwner
public Experimenter getOwner(Ice.Current __current)
- Specified by:
getOwner
in interface_SessionOperations
-
getStarted
public RTime getStarted(Ice.Current __current)
- Specified by:
getStarted
in interface_SessionOperations
-
getSudoer
public Experimenter getSudoer(Ice.Current __current)
- Specified by:
getSudoer
in interface_SessionOperations
-
getTimeToIdle
public RLong getTimeToIdle(Ice.Current __current)
- Specified by:
getTimeToIdle
in interface_SessionOperations
-
getTimeToLive
public RLong getTimeToLive(Ice.Current __current)
- Specified by:
getTimeToLive
in interface_SessionOperations
-
getUserAgent
public RString getUserAgent(Ice.Current __current)
- Specified by:
getUserAgent
in interface_SessionOperations
-
getUserIP
@Deprecated public RString getUserIP(Ice.Current __current)
Deprecated.- Specified by:
getUserIP
in interface_SessionOperations
-
getUuid
public RString getUuid(Ice.Current __current)
- Specified by:
getUuid
in interface_SessionOperations
-
getVersion
public RInt getVersion(Ice.Current __current)
- Specified by:
getVersion
in interface_SessionOperations
-
linkAnnotation
public SessionAnnotationLink linkAnnotation(Annotation addition, Ice.Current __current)
- Specified by:
linkAnnotation
in interface_SessionOperations
-
linkedAnnotationList
public java.util.List<Annotation> linkedAnnotationList(Ice.Current __current)
- Specified by:
linkedAnnotationList
in interface_SessionOperations
-
reloadAnnotationLinks
public void reloadAnnotationLinks(Session toCopy, Ice.Current __current)
- Specified by:
reloadAnnotationLinks
in interface_SessionOperations
-
reloadEvents
public void reloadEvents(Session toCopy, Ice.Current __current)
- Specified by:
reloadEvents
in interface_SessionOperations
-
removeAllEventSet
public void removeAllEventSet(java.util.List<Event> targets, Ice.Current __current)
- Specified by:
removeAllEventSet
in interface_SessionOperations
-
removeAllSessionAnnotationLinkSet
public void removeAllSessionAnnotationLinkSet(java.util.List<SessionAnnotationLink> targets, Ice.Current __current)
- Specified by:
removeAllSessionAnnotationLinkSet
in interface_SessionOperations
-
removeEvent
public void removeEvent(Event theTarget, Ice.Current __current)
- Specified by:
removeEvent
in interface_SessionOperations
-
removeSessionAnnotationLink
public void removeSessionAnnotationLink(SessionAnnotationLink theTarget, Ice.Current __current)
- Specified by:
removeSessionAnnotationLink
in interface_SessionOperations
-
removeSessionAnnotationLinkFromBoth
public void removeSessionAnnotationLinkFromBoth(SessionAnnotationLink link, boolean bothSides, Ice.Current __current)
- Specified by:
removeSessionAnnotationLinkFromBoth
in interface_SessionOperations
-
setClosed
public void setClosed(RTime theClosed, Ice.Current __current)
- Specified by:
setClosed
in interface_SessionOperations
-
setDefaultEventType
public void setDefaultEventType(RString theDefaultEventType, Ice.Current __current)
- Specified by:
setDefaultEventType
in interface_SessionOperations
-
setMessage
public void setMessage(RString theMessage, Ice.Current __current)
- Specified by:
setMessage
in interface_SessionOperations
-
setNode
public void setNode(Node theNode, Ice.Current __current)
- Specified by:
setNode
in interface_SessionOperations
-
setOwner
public void setOwner(Experimenter theOwner, Ice.Current __current)
- Specified by:
setOwner
in interface_SessionOperations
-
setStarted
public void setStarted(RTime theStarted, Ice.Current __current)
- Specified by:
setStarted
in interface_SessionOperations
-
setSudoer
public void setSudoer(Experimenter theSudoer, Ice.Current __current)
- Specified by:
setSudoer
in interface_SessionOperations
-
setTimeToIdle
public void setTimeToIdle(RLong theTimeToIdle, Ice.Current __current)
- Specified by:
setTimeToIdle
in interface_SessionOperations
-
setTimeToLive
public void setTimeToLive(RLong theTimeToLive, Ice.Current __current)
- Specified by:
setTimeToLive
in interface_SessionOperations
-
setUserAgent
public void setUserAgent(RString theUserAgent, Ice.Current __current)
- Specified by:
setUserAgent
in interface_SessionOperations
-
setUserIP
@Deprecated public void setUserIP(RString theUserIP, Ice.Current __current)
Deprecated.- Specified by:
setUserIP
in interface_SessionOperations
-
setUuid
public void setUuid(RString theUuid, Ice.Current __current)
- Specified by:
setUuid
in interface_SessionOperations
-
setVersion
public void setVersion(RInt theVersion, Ice.Current __current)
- Specified by:
setVersion
in interface_SessionOperations
-
sizeOfAnnotationLinks
public int sizeOfAnnotationLinks(Ice.Current __current)
- Specified by:
sizeOfAnnotationLinks
in interface_SessionOperations
-
sizeOfEvents
public int sizeOfEvents(Ice.Current __current)
- Specified by:
sizeOfEvents
in interface_SessionOperations
-
unlinkAnnotation
public void unlinkAnnotation(Annotation removal, Ice.Current __current)
- Specified by:
unlinkAnnotation
in interface_SessionOperations
-
unloadAnnotationLinks
public void unloadAnnotationLinks(Ice.Current __current)
- Specified by:
unloadAnnotationLinks
in interface_SessionOperations
-
unloadEvents
public void unloadEvents(Ice.Current __current)
- Specified by:
unloadEvents
in interface_SessionOperations
-
getActive
public RBool getActive(Ice.Current __current)
- Specified by:
getActive
in interface_ShareOperations
-
getData
public byte[] getData(Ice.Current __current)
- Specified by:
getData
in interface_ShareOperations
-
getGroup
public ExperimenterGroup getGroup(Ice.Current __current)
- Specified by:
getGroup
in interface_ShareOperations
-
getItemCount
public RLong getItemCount(Ice.Current __current)
- Specified by:
getItemCount
in interface_ShareOperations
-
setActive
public void setActive(RBool theActive, Ice.Current __current)
- Specified by:
setActive
in interface_ShareOperations
-
setData
public void setData(byte[] theData, Ice.Current __current)
- Specified by:
setData
in interface_ShareOperations
-
setGroup
public void setGroup(ExperimenterGroup theGroup, Ice.Current __current)
- Specified by:
setGroup
in interface_ShareOperations
-
setItemCount
public void setItemCount(RLong theItemCount, Ice.Current __current)
- Specified by:
setItemCount
in interface_ShareOperations
-
-