Uses of Class
org.imixs.archive.service.ArchiveException

Packages that use ArchiveException
  • Uses of ArchiveException in org.imixs.archive.service

    Modifier and Type
    Method
    Description
    void
    RemoteAPIService.deleteSnapshot(String id, org.imixs.melman.DocumentClient documentClient)
     
    org.imixs.workflow.ItemCollection
    SyncService.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, org.imixs.melman.DocumentClient documentClient)
    This method read the current snapshot id for a given UnqiueID.
    org.imixs.workflow.xml.XMLDataCollection
    RemoteAPIService.readSyncData(long syncPoint, org.imixs.melman.DocumentClient documentClient)
    This method read sync data.
    void
    RemoteAPIService.restoreSnapshot(org.imixs.workflow.ItemCollection snapshot, org.imixs.melman.DocumentClient documentClient)
     
  • Uses of ArchiveException in org.imixs.archive.service.cassandra

    Modifier and Type
    Method
    Description
    protected com.datastax.driver.core.Session
    ClusterService.createKeySpace(String keySpace)
    This method creates a cassandra keySpace.
    void
    DataService.deleteSnapshot(String snapshotID)
    This method deletes a single snapshot instance.
    org.imixs.workflow.ItemCollection
    DataService.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.Cluster
    ClusterService.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.FileData
    DataService.loadFileData(org.imixs.workflow.FileData fileData)
    This helper method loades the content of a document defned by a FileData object.
    org.imixs.workflow.ItemCollection
    DataService.loadMetadata()
    This method loads the metadata object represended by an ItemCollection.
    org.imixs.workflow.ItemCollection
    DataService.loadSnapshot(String snapshotID)
    This method loads a snapshot form the cassandra cluster.
    org.imixs.workflow.ItemCollection
    DataService.loadSnapshot(String snapshotID, boolean mergeDocuments)
    Thist method loads a snapshot form the cassandra cluster.
    void
    DataService.saveMetadata(org.imixs.workflow.ItemCollection metadata)
    This method saves the metadata represented by an ItemCollection.
    void
    DataService.saveSnapshot(org.imixs.workflow.ItemCollection snapshot)
    This method saves a ItemCollection into a specific KeySpace.
  • Uses of ArchiveException in org.imixs.archive.service.restore

    Modifier and Type
    Method
    Description
    void
    RestoreScheduler.cancel()
    Stops the current restore process
    void
    RestoreScheduler.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

    Modifier and Type
    Method
    Description
    void
    ResyncService.cancel()
    Stops the current sync
    void
    ResyncService.start()
    This method initializes a new timer for the sync ....