Uses of Class
org.imixs.archive.service.ArchiveException
-
Packages that use ArchiveException Package Description org.imixs.archive.service org.imixs.archive.service.cassandra org.imixs.archive.service.restore org.imixs.archive.service.resync -
-
Uses of ArchiveException in org.imixs.archive.service
Methods in org.imixs.archive.service that throw ArchiveException Modifier and Type Method Description voidRemoteAPIService. deleteSnapshot(String id)org.imixs.workflow.ItemCollectionSyncService. pullSnapshot(org.imixs.workflow.ItemCollection eventLogEntry, org.imixs.melman.DocumentClient documentClient, org.imixs.melman.EventLogClient eventLogClient)This method lookups the event log entries and pushes new snapshots into the archive service.StringRemoteAPIService. readSnapshotIDByUniqueID(String uniqueid)This method read the current snapshot id for a given UnqiueID.org.imixs.workflow.xml.XMLDataCollectionRemoteAPIService. readSyncData(long syncPoint)This method read sync data.voidRemoteAPIService. restoreSnapshot(org.imixs.workflow.ItemCollection snapshot) -
Uses of ArchiveException in org.imixs.archive.service.cassandra
Methods in org.imixs.archive.service.cassandra that throw ArchiveException Modifier and Type Method Description protected com.datastax.driver.core.SessionClusterService. createKeySpace(String keySpace)This method creates a cassandra keySpace.voidDataService. deleteSnapshot(String snapshotID)This method deletes a single snapshot instance.org.imixs.workflow.ItemCollectionDataService. getItemCollection(byte[] source)Converts a byte array into a XMLDocument and returns the ItemCollection object.byte[]DataService. getRawData(org.imixs.workflow.ItemCollection itemCol)Converts a ItemCollection into a XMLDocument and returns the byte data.protected com.datastax.driver.core.ClusterClusterService. initCluster()This method creates a Cassandra Cluster object.byte[]DataService. loadFileContent(String md5)This helper method loads the content of a document defned by its MD5 checksum.org.imixs.workflow.FileDataDataService. loadFileData(org.imixs.workflow.FileData fileData)This helper method loades the content of a document defned by a FileData object.org.imixs.workflow.ItemCollectionDataService. loadMetadata()This method loads the metadata object represended by an ItemCollection.org.imixs.workflow.ItemCollectionDataService. loadSnapshot(String snapshotID)This method loads a snapshot form the cassandra cluster.org.imixs.workflow.ItemCollectionDataService. loadSnapshot(String snapshotID, boolean mergeDocuments)Thist method loads a snapshot form the cassandra cluster.voidDataService. saveMetadata(org.imixs.workflow.ItemCollection metadata)This method saves the metadata represented by an ItemCollection.voidDataService. saveSnapshot(org.imixs.workflow.ItemCollection snapshot)This method saves a ItemCollection into a specific KeySpace. -
Uses of ArchiveException in org.imixs.archive.service.restore
Methods in org.imixs.archive.service.restore that throw ArchiveException Modifier and Type Method Description voidRestoreService. cancel()Stops the current restore processvoidRestoreService. start(long restoreFrom, long restoreTo, List<Map> options)Starts a new restore process with a EJB TimerService -
Uses of ArchiveException in org.imixs.archive.service.resync
Methods in org.imixs.archive.service.resync that throw ArchiveException Modifier and Type Method Description voidResyncService. cancel()Stops the current syncvoidResyncService. start()This method initializes a new timer for the sync ....
-