public interface GlobalId extends LocalId
Long
Id both
locally and remotely. The local identifier is immediately available through
the LocalId interface, whereas the remote identifier is available through
the RemoteId
interface.
The remote identifier may be null
if the object can only be
identified locally.Modifier and Type | Method and Description |
---|---|
RemoteId |
getRemoteId()
Returns the
RemoteId of this object's instance identifier,
null if the object is only locally identified. |
void |
setRemoteId(RemoteId id_)
Sets this object's remote identifier.
|
RemoteId getRemoteId()
RemoteId
of this object's instance identifier,
null
if the object is only locally identified.setRemoteId(RemoteId)
void setRemoteId(RemoteId id_)
id_
- remove Id to setgetRemoteId()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.