public interface RemoteId extends LocalId
id
property represents the local identifier of the object
within the scope of the specified application instance. When the id
property is valid within the current application instance, the instanceId
property may be null
.
Remote identifiers are used when the application instance that owns the object
cannot be assumed unique, e.g. in replicated and synchronized application instances.LocalId
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getInstanceId()
Returns the instance identifier of the application owning this object.
|
void |
setInstanceId(java.lang.Long id_)
Sets the instance identifier of the application owning this object.
|
java.lang.Long getInstanceId()
null
if the object is only locally identified.setInstanceId(Long)
void setInstanceId(java.lang.Long id_)
id_
- The instance identifiergetInstanceId()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.