Uses of Class
org.imixs.archive.service.ArchiveException
Packages that use ArchiveException
Package
Description
-
Uses of ArchiveException in org.imixs.archive.service
Methods in org.imixs.archive.service that throw ArchiveExceptionModifier and TypeMethodDescriptionvoidRemoteAPIService.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.RemoteAPIService.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 ArchiveExceptionModifier and TypeMethodDescriptionprotected 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 -
Uses of ArchiveException in org.imixs.archive.service.resync
Methods in org.imixs.archive.service.resync that throw ArchiveException