public interface GlobalStringId extends LocalStringId
String
Id both
locally and remotely. The local identifier is immediately available through
the LocalStringId interface, whereas the remote identifier is available
through RemoteStringId
interface.
The remote identifier may be null if the object can only be identified
locally.LocalStringId
,
RemoteStringId
Modifier and Type | Method and Description |
---|---|
RemoteStringId |
getRemoteId()
Returns the remote id of this object's instance identifier,
null if the object is only locally identified. |
void |
setRemoteStringId(RemoteStringId id_)
Sets this object's remote identifier.
|
getStringId, setStringId
RemoteStringId getRemoteId()
null
if the object is only locally identified.void setRemoteStringId(RemoteStringId id_)
id_
- Remote Id to setgetRemoteId()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.