public interface RemoteStringId extends LocalStringId
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.LocalStringId
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getInstanceId()
Returns the instance identifier of the applicaiton owning this object.
|
void |
setInstanceId(java.lang.Long id_)
Sets the instance identifier of the application owning this object.
|
getStringId, setStringId
java.lang.Long getInstanceId()
null
if the object is only locally identified.setInstanceId(Long)
void setInstanceId(java.lang.Long id_)
id_
- the instance identifier.getInstanceId()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.