Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ARCHIVE_SERVICE_AUTHMETHOD - Static variable in class org.imixs.archive.core.SnapshotService
- ARCHIVE_SERVICE_DEADLOCK - Static variable in class org.imixs.archive.core.SnapshotService
- ARCHIVE_SERVICE_ENDPOINT - Static variable in class org.imixs.archive.core.SnapshotService
- ARCHIVE_SERVICE_INTERVAL - Static variable in class org.imixs.archive.core.SnapshotService
- ARCHIVE_SERVICE_PASSWORD - Static variable in class org.imixs.archive.core.SnapshotService
- ARCHIVE_SERVICE_USER - Static variable in class org.imixs.archive.core.SnapshotService
- ArchiveRemoteService - Class in org.imixs.archive.core.cassandra
-
The ArchiveRemoteService provides a method to load a file form a remote cassandra archive.
- ArchiveRemoteService() - Constructor for class org.imixs.archive.core.cassandra.ArchiveRemoteService
B
- BACKUP_SERVICE_ENDPOINT - Static variable in class org.imixs.archive.core.SnapshotService
C
- copyItemList(String, ItemCollection, ItemCollection) - Method in class org.imixs.archive.plugins.SplitAndJoinPlugin
-
This Method copies the fields defined in 'items' into the targetWorkitem.
E
- errorCode - Variable in exception org.imixs.archive.core.SnapshotException
- errorContext - Variable in exception org.imixs.archive.core.SnapshotException
- EVENTLOG_TOPIC_ADD - Static variable in class org.imixs.archive.core.SnapshotService
- EVENTLOG_TOPIC_BACKUP - Static variable in class org.imixs.archive.core.SnapshotService
- EVENTLOG_TOPIC_REMOVE - Static variable in class org.imixs.archive.core.SnapshotService
F
- findAllSnapshots(String) - Method in class org.imixs.archive.core.SnapshotService
-
This method returns all existing Snapshot-workitems for a given $UNIQUEID.
- findSnapshot(ItemCollection) - Method in class org.imixs.archive.core.SnapshotService
-
This method loads the snapshot for a given origin workItem .
G
- getDocumentsBySyncPoint(long) - Method in class org.imixs.archive.core.api.SnapshotRestService
-
This method returns the next workitem from a given syncpoint.
- getErrorCode() - Method in exception org.imixs.archive.core.SnapshotException
- getErrorContext() - Method in exception org.imixs.archive.core.SnapshotException
- getWorkItemFile(String, String) - Method in class org.imixs.archive.core.SnapshotService
-
This method returns the fileData from a snapshot by a given origin workItem uniqueid.
- getWorkItemFile(String, String, UriInfo) - Method in class org.imixs.archive.core.api.SnapshotRestService
-
This method wraps the WorkflowRestService method 'getWorkItemFile' and verifies the target id which can be either a $snapshotid or the deprecated $blobWorkitemid.
I
- INVALID_DATA - Static variable in exception org.imixs.archive.core.SnapshotException
- ITEM_BACKUPRESTORE - Static variable in class org.imixs.archive.core.SnapshotService
- ITEM_FILEDATA_FILE_COUNT - Static variable in class org.imixs.archive.core.SnapshotService
- ITEM_FILEDATA_FILE_NAMES - Static variable in class org.imixs.archive.core.SnapshotService
- ITEM_MD5_CHECKSUM - Static variable in class org.imixs.archive.core.SnapshotService
- ITEM_SNAPSHOT_OVERWRITEFILECONTENT - Static variable in class org.imixs.archive.core.SnapshotService
L
- loadFileFromArchive(FileData) - Method in class org.imixs.archive.core.cassandra.ArchiveRemoteService
-
This method loads the file content for a given md5 checksum directly from the cassandra archive using the resource
N
- NOSNAPSHOT - Static variable in class org.imixs.archive.core.SnapshotService
O
- onDelete(DocumentEvent) - Method in class org.imixs.archive.core.SnapshotService
-
All existing snapshot-workitems will be deleted when the workitem is removed.
- onSave(DocumentEvent) - Method in class org.imixs.archive.core.SnapshotService
-
The snapshot-workitem is created immediately after the workitem was processed and before the workitem is saved.
- org.imixs.archive.core - package org.imixs.archive.core
- org.imixs.archive.core.api - package org.imixs.archive.core.api
- org.imixs.archive.core.cassandra - package org.imixs.archive.core.cassandra
- org.imixs.archive.plugins - package org.imixs.archive.plugins
P
- ping() - Method in class org.imixs.archive.core.api.SnapshotRestService
-
Ping service
- postSnapshot(XMLDocument) - Method in class org.imixs.archive.core.api.SnapshotRestService
-
The method restores a snapshot provided in xml format.
- PROPERTY_SNAPSHOT_HISTORY - Static variable in class org.imixs.archive.core.SnapshotService
- PROPERTY_SNAPSHOT_OVERWRITEFILECONTENT - Static variable in class org.imixs.archive.core.SnapshotService
- PROPERTY_SNAPSHOT_WORKITEMLOB_SUPPORT - Static variable in class org.imixs.archive.core.SnapshotService
R
- REGEX_URL_PATTERN - Static variable in class org.imixs.archive.core.SnapshotService
S
- setErrorCode(String) - Method in exception org.imixs.archive.core.SnapshotException
- setErrorContext(String) - Method in exception org.imixs.archive.core.SnapshotException
- SKIPSNAPSHOT - Static variable in class org.imixs.archive.core.SnapshotService
- SnapshotException - Exception in org.imixs.archive.core
-
An SnapshotException is a runtime exception which is thrown by a SnapshotService if data is not read or writable.
- SnapshotException(String) - Constructor for exception org.imixs.archive.core.SnapshotException
- SnapshotException(String, Exception) - Constructor for exception org.imixs.archive.core.SnapshotException
- SnapshotException(String, String) - Constructor for exception org.imixs.archive.core.SnapshotException
- SnapshotException(String, String, Exception) - Constructor for exception org.imixs.archive.core.SnapshotException
- SnapshotException(String, String, String) - Constructor for exception org.imixs.archive.core.SnapshotException
- SnapshotException(String, String, String, Exception) - Constructor for exception org.imixs.archive.core.SnapshotException
- SNAPSHOTID - Static variable in class org.imixs.archive.core.SnapshotService
- SnapshotRestService - Class in org.imixs.archive.core.api
-
The SnapshotRestService provides a Rest API to access the snapshot data.
- SnapshotRestService() - Constructor for class org.imixs.archive.core.api.SnapshotRestService
- SnapshotService - Class in org.imixs.archive.core
-
This service component provides a mechanism to transfer the content of a workitem into a snapshot workitem.
- SnapshotService() - Constructor for class org.imixs.archive.core.SnapshotService
- SplitAndJoinPlugin - Class in org.imixs.archive.plugins
-
This plugin extends the behavior of the Imixs-Engine Split&Join Plugin.
- SplitAndJoinPlugin() - Constructor for class org.imixs.archive.plugins.SplitAndJoinPlugin
T
- TYPE_PRAFIX - Static variable in class org.imixs.archive.core.SnapshotService
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form