public class RemoteAPIService extends Object
To access the API the services uses the Imixs-Melman DocumentClient.
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENTS_RESOURCE |
static String |
SNAPSHOT_RESOURCE |
static String |
SNAPSHOT_SYNCPOINT_RESOURCE |
| Constructor and Description |
|---|
RemoteAPIService() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteSnapshot(String id) |
String |
readSnapshotIDByUniqueID(String uniqueid)
This method read the current snapshot id for a given UnqiueID.
|
org.imixs.workflow.xml.XMLDataCollection |
readSyncData(long syncPoint)
This method read sync data.
|
void |
restoreSnapshot(org.imixs.workflow.ItemCollection snapshot) |
public static final String SNAPSHOT_RESOURCE
public static final String DOCUMENTS_RESOURCE
public static final String SNAPSHOT_SYNCPOINT_RESOURCE
public org.imixs.workflow.xml.XMLDataCollection readSyncData(long syncPoint)
throws ArchiveException
ArchiveExceptionpublic String readSnapshotIDByUniqueID(String uniqueid) throws ArchiveException
ArchiveExceptionpublic void restoreSnapshot(org.imixs.workflow.ItemCollection snapshot)
throws ArchiveException
ArchiveExceptionpublic void deleteSnapshot(String id) throws ArchiveException
ArchiveExceptionCopyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.