public abstract class IObject extends Ice.ObjectImpl implements _IObjectOperations, _IObjectOperationsNC
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
__ids |
protected Details |
details
Internal details (permissions, owner, etc.) for
this entity.
|
protected RLong |
id
The database id for this entity.
|
protected boolean |
loaded
An unloaded object contains no state other than id.
|
static long |
serialVersionUID |
Constructor and Description |
---|
IObject() |
IObject(RLong id,
Details details,
boolean loaded) |
Modifier and Type | Method and Description |
---|---|
static Ice.DispatchStatus |
___getDetails(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___getId(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isAnnotated(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isGlobal(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isLink(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isLoaded(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___isMutable(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___proxy(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___setId(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___shallowCopy(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___unload(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___unloadCollections(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
static Ice.DispatchStatus |
___unloadDetails(IObject __obj,
IceInternal.Incoming __inS,
Ice.Current __current) |
Ice.DispatchStatus |
__dispatch(IceInternal.Incoming in,
Ice.Current __current) |
protected void |
__readImpl(IceInternal.BasicStream __is) |
protected void |
__writeImpl(IceInternal.BasicStream __os) |
IObject |
clone() |
Details |
getDetails() |
RLong |
getId() |
java.lang.String |
ice_id() |
java.lang.String |
ice_id(Ice.Current __current) |
java.lang.String[] |
ice_ids() |
java.lang.String[] |
ice_ids(Ice.Current __current) |
boolean |
ice_isA(java.lang.String s) |
boolean |
ice_isA(java.lang.String s,
Ice.Current __current) |
static java.lang.String |
ice_staticId() |
boolean |
isAnnotated()
Allows for the attachment of any omero.model.Annotation
subclasses.
|
boolean |
isGlobal()
Marker interface which means that special rules apply
for both reading and writing these instances.
|
boolean |
isLink()
A link between two other types.
|
boolean |
isLoaded()
Tests if the objects are loaded or not.
|
boolean |
isMutable()
The server will persist changes made to these types.
|
IObject |
proxy()
Return another instance of the same type as this instance
constructed as if by: new InstanceI( this.id.val, false );
|
void |
setId(RLong id) |
IObject |
shallowCopy()
Return another instance of the same type as this instance
with all single-value entities unloaded and all members of
collections also unloaded.
|
void |
unload()
Sets the loaded boolean to false and empties all state
from this entity to make sending it over the network
less costly.
|
void |
unloadCollections()
Each collection can also be unloaded, independently
of the object itself.
|
void |
unloadDetails()
As with collections, the objects under details can link
to many other objects.
|
___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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDetails, getId, isAnnotated, isGlobal, isLink, isLoaded, isMutable, proxy, setId, shallowCopy, unload, unloadCollections, unloadDetails
public static final java.lang.String[] __ids
protected RLong id
protected Details details
protected boolean loaded
public static final long serialVersionUID
public boolean ice_isA(java.lang.String s)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public boolean ice_isA(java.lang.String s, Ice.Current __current)
ice_isA
in interface Ice.Object
ice_isA
in class Ice.ObjectImpl
public java.lang.String[] ice_ids()
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String[] ice_ids(Ice.Current __current)
ice_ids
in interface Ice.Object
ice_ids
in class Ice.ObjectImpl
public java.lang.String ice_id()
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public java.lang.String ice_id(Ice.Current __current)
ice_id
in interface Ice.Object
ice_id
in class Ice.ObjectImpl
public static java.lang.String ice_staticId()
public final Details getDetails()
getDetails
in interface _IObjectOperationsNC
public final RLong getId()
getId
in interface _IObjectOperationsNC
public final boolean isAnnotated()
isAnnotated
in interface _IObjectOperationsNC
public final boolean isGlobal()
isGlobal
in interface _IObjectOperationsNC
public final boolean isLink()
isLink
in interface _IObjectOperationsNC
public final boolean isLoaded()
isLoaded
in interface _IObjectOperationsNC
public final boolean isMutable()
isMutable
in interface _IObjectOperationsNC
public final IObject proxy()
proxy
in interface _IObjectOperationsNC
public final void setId(RLong id)
setId
in interface _IObjectOperationsNC
public final IObject shallowCopy()
shallowCopy
in interface _IObjectOperationsNC
public final void unload()
unload
in interface _IObjectOperationsNC
public final void unloadCollections()
unloadCollections
in interface _IObjectOperationsNC
public final void unloadDetails()
unloadDetails
in interface _IObjectOperationsNC
public static Ice.DispatchStatus ___getId(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___setId(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___getDetails(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___proxy(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___shallowCopy(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unload(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unloadCollections(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___unloadDetails(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isLoaded(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isGlobal(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isLink(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isMutable(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public static Ice.DispatchStatus ___isAnnotated(IObject __obj, IceInternal.Incoming __inS, Ice.Current __current)
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)
__dispatch
in interface Ice.Object
__dispatch
in class Ice.ObjectImpl
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Ice.ObjectImpl
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Ice.ObjectImpl
public IObject clone()
clone
in interface Ice.Object
clone
in class Ice.ObjectImpl