@Deprecated
public interface SynchronizationService
extends com.appiancorp.services.ContextSensitiveService
ObjectTypeMapping
ObjectTypeMapping
,
Forum
Modifier and Type | Field and Description |
---|---|
static boolean |
doesRemoteIDExist$UPDATES
Deprecated.
|
static boolean |
getNextRemoteId$UPDATES
Deprecated.
|
static boolean |
setRemoteId$UPDATES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
doesRemoteIDExist(java.lang.Long typeOfObject_,
java.lang.Long remoteId_)
Deprecated.
Determine whether a remote id exists.
|
RemoteId |
getNextRemoteId(java.lang.Long typeOfObject_)
Deprecated.
Get the next available remote id.
|
void |
setRemoteId(java.lang.Long typeOfObject_,
java.lang.Long localId_,
java.lang.Long newInstanceId_,
java.lang.Long remoteId_)
Deprecated.
Set the remote id of a target object.
|
static final boolean setRemoteId$UPDATES
static final boolean doesRemoteIDExist$UPDATES
static final boolean getNextRemoteId$UPDATES
void setRemoteId(java.lang.Long typeOfObject_, java.lang.Long localId_, java.lang.Long newInstanceId_, java.lang.Long remoteId_)
null
.typeOfObject_
- The type of the target object.localId_
- The local id of the target object.newInstanceId_
- The instance id to be assigned to the target object.remoteId_
- The remote id to be assigned to the target object.ServiceException
- if any system-level error occursboolean doesRemoteIDExist(java.lang.Long typeOfObject_, java.lang.Long remoteId_)
typeOfObject_
- The type of the object.remoteId_
- The remote ID for which to check.true
if the remote id already exists;
false
otherwise.ServiceException
- if any system-level error occursRemoteId getNextRemoteId(java.lang.Long typeOfObject_)
typeOfObject_
- The type of the object.ServiceException
- if any system-level error occursCopyright © 2003-2024 Appian Corporation. All Rights Reserved.