Skip navigation links
A C D E F G I K L M O P R S T U W X 

A

addMessage(String) - Method in class org.imixs.archive.service.ui.ErrorController
adds an error message to the current message.
addOption() - Method in class org.imixs.archive.service.ui.RestoreController
Adds a new filter option
ArchiveEvent - Class in org.imixs.archive.service.cassandra
The ArchiveEvent provides a CDI observer pattern.
ArchiveEvent(ItemCollection, int) - Constructor for class org.imixs.archive.service.cassandra.ArchiveEvent
 
ArchiveException - Exception in org.imixs.archive.service
ImixsArchiveException is thrown by the Imxis-Archive Service
ArchiveException(String, String) - Constructor for exception org.imixs.archive.service.ArchiveException
 
ArchiveException(String, String, String) - Constructor for exception org.imixs.archive.service.ArchiveException
 
ArchiveException(String, String, String, Exception) - Constructor for exception org.imixs.archive.service.ArchiveException
 
ArchiveException(String, String, Exception) - Constructor for exception org.imixs.archive.service.ArchiveException
 
ArchiveRestService - Class in org.imixs.archive.service.rest
The ArchiveRestService provides a Rest API to be used by external clients.
ArchiveRestService() - Constructor for class org.imixs.archive.service.rest.ArchiveRestService
 

C

calculateSize(XMLDocument) - Method in class org.imixs.archive.service.cassandra.DataService
count total value size...
cancel() - Method in class org.imixs.archive.service.export.ImportService
Stops the current import
cancel() - Method in class org.imixs.archive.service.resync.SyncService
Stops the current sync
cancel() - Method in class org.imixs.archive.service.ui.ClusterDataController
This method cancles the current sync
cancel() - Method in class org.imixs.archive.service.ui.ImportDataController
This method reset the current synpoint to 0 and prepares a new export
CHUNK_SIZE - Variable in class org.imixs.archive.service.cassandra.DocumentSplitter
 
ClusterDataController - Class in org.imixs.archive.service.ui
CID Bean provide cluster configuration.
ClusterDataController() - Constructor for class org.imixs.archive.service.ui.ClusterDataController
 
ClusterService - Class in org.imixs.archive.service.cassandra
The ClusterService provides methods to persist the content of a Imixs Document into a Cassandra keystore.
ClusterService() - Constructor for class org.imixs.archive.service.cassandra.ClusterService
 
COLUMN_DATA - Static variable in class org.imixs.archive.service.cassandra.DataService
 
COLUMN_MD5 - Static variable in class org.imixs.archive.service.cassandra.DataService
 
COLUMN_MODIFIED - Static variable in class org.imixs.archive.service.cassandra.DataService
 
COLUMN_SNAPSHOT - Static variable in class org.imixs.archive.service.cassandra.DataService
 
COLUMN_UNIQUEID - Static variable in class org.imixs.archive.service.cassandra.DataService
 
convertValuesToString(List) - Static method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
This method converts the Values of a vector into a string representation.
createArchiveTableSchema(Session) - Method in class org.imixs.archive.service.cassandra.ClusterService
This helper method creates the ImixsArchive document table schema if not yet exists
createKeySpace(String) - Method in class org.imixs.archive.service.cassandra.ClusterService
This method creates a cassandra keySpace.

D

DataService - Class in org.imixs.archive.service.cassandra
The SnapshotService is used to store a imixs snapshot into the cluster keyspace.
DataService() - Constructor for class org.imixs.archive.service.cassandra.DataService
 
DEFAULT_SCHEDULER_DEFINITION - Static variable in class org.imixs.archive.service.export.ExportService
 
DEFAULT_SCHEDULER_DEFINITION - Static variable in class org.imixs.archive.service.resync.SyncService
 
deleteSnapshot(ItemCollection) - Method in class org.imixs.archive.service.cassandra.DataService
This method deletes a snapshot.
DOCUMENTS_RESOURCE - Static variable in class org.imixs.archive.service.resync.RemoteAPIService
 
DocumentSplitter - Class in org.imixs.archive.service.cassandra
 
DocumentSplitter(byte[]) - Constructor for class org.imixs.archive.service.cassandra.DocumentSplitter
 

E

ENV_ARCHIVE_CLUSTER_CONTACTPOINTS - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_ARCHIVE_CLUSTER_KEYSPACE - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_ARCHIVE_CLUSTER_REPLICATION_CLASS - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_ARCHIVE_CLUSTER_REPLICATION_FACTOR - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_EXPORT_FTP_HOST - Static variable in class org.imixs.archive.service.export.ExportService
 
ENV_EXPORT_FTP_PASSWORD - Static variable in class org.imixs.archive.service.export.ExportService
 
ENV_EXPORT_FTP_PATH - Static variable in class org.imixs.archive.service.export.ExportService
 
ENV_EXPORT_FTP_PORT - Static variable in class org.imixs.archive.service.export.ExportService
 
ENV_EXPORT_FTP_USER - Static variable in class org.imixs.archive.service.export.ExportService
 
ENV_EXPORT_SCHEDULER_DEFINITION - Static variable in class org.imixs.archive.service.export.ExportService
 
ENV_WORKFLOW_SERVICE_AUTHMETHOD - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_WORKFLOW_SERVICE_ENDPOINT - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_WORKFLOW_SERVICE_PASSWORD - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
ENV_WORKFLOW_SERVICE_USER - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
errorCode - Variable in exception org.imixs.archive.service.ArchiveException
 
errorContext - Variable in exception org.imixs.archive.service.ArchiveException
 
ErrorController - Class in org.imixs.archive.service.ui
Session Scoped CID Bean to hold the current error messages.
ErrorController() - Constructor for class org.imixs.archive.service.ui.ErrorController
 
events - Variable in class org.imixs.archive.service.cassandra.DataService
 
existSnapshot(String) - Method in class org.imixs.archive.service.cassandra.DataService
This method test if a snapshot recored with a given ID already exists.
ExportDataController - Class in org.imixs.archive.service.ui
CID Bean provide the export configuration.
ExportDataController() - Constructor for class org.imixs.archive.service.ui.ExportDataController
 
ExportService - Class in org.imixs.archive.service.export
The ExportService exports the workflow data stored in the cassandra cluster into a FTP storage.
ExportService() - Constructor for class org.imixs.archive.service.export.ExportService
 

F

findTimer() - Method in class org.imixs.archive.service.resync.RestoreService
This method returns a timer for a corresponding id if such a timer object exists.
FTP_ERROR - Static variable in class org.imixs.archive.service.export.FTPConnector
 
FTP_ERROR - Static variable in class org.imixs.archive.service.export.ImportService
 
FTPConnector - Class in org.imixs.archive.service.export
The FTPConnector service provides methods to push a snapshot document into an ftp storrage.
FTPConnector() - Constructor for class org.imixs.archive.service.export.FTPConnector
 

G

get(FTPClient, String) - Method in class org.imixs.archive.service.export.FTPConnector
This method reads a snapshot form the current working directry
getContactPoints() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getCurrentSnapshotID() - Method in class org.imixs.archive.service.ui.InspectController
returns the current snapshot id form the workflow instance.
getDiagnostics() - Method in class org.imixs.archive.service.monitoring.MonitoringResource
Prometheus format Example: http_requests_total{method="post",code="200"} 1027 1395066363000 http_requests_total{method="post",code="400"} 3 1395066363000
getDocument() - Method in class org.imixs.archive.service.cassandra.ArchiveEvent
 
getErrorCode() - Method in exception org.imixs.archive.service.ArchiveException
 
getErrorContext() - Method in exception org.imixs.archive.service.ArchiveException
 
getEventType() - Method in class org.imixs.archive.service.cassandra.ArchiveEvent
 
getExportCount() - Method in class org.imixs.archive.service.ui.ExportDataController
 
getExportPoint() - Method in class org.imixs.archive.service.ui.ExportDataController
returns the syncpoint of the current configuration
getExportSize() - Method in class org.imixs.archive.service.ui.ExportDataController
 
getExportSizeUnit() - Method in class org.imixs.archive.service.ui.ExportDataController
 
getImportCount() - Method in class org.imixs.archive.service.ui.ImportDataController
 
getImportPoint() - Method in class org.imixs.archive.service.ui.ImportDataController
returns the syncpoint of the current configuration
getImportSize() - Method in class org.imixs.archive.service.ui.ImportDataController
 
getImportSizeUnit() - Method in class org.imixs.archive.service.ui.ImportDataController
 
getItemCollection(byte[]) - Method in class org.imixs.archive.service.cassandra.DataService
Converts a byte array into a XMLDocument and returns the ItemCollection object.
getKeySpace() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getMessage() - Method in class org.imixs.archive.service.ui.ErrorController
 
getMessages(String) - Method in class org.imixs.archive.service.MessageService
 
getMessages() - Method in class org.imixs.archive.service.ui.ClusterDataController
Returns the message list in reverse order.
getMessages() - Method in class org.imixs.archive.service.ui.ExportDataController
Returns the message list in reverse order.
getMessages() - Method in class org.imixs.archive.service.ui.ImportDataController
Returns the message list in reverse order.
getMessages() - Method in class org.imixs.archive.service.ui.RestoreController
 
getMetadata(String) - Method in class org.imixs.archive.service.rest.ArchiveRestService
Loads the metadata from the archive and returns a HTML representation.
getMetrics() - Method in class org.imixs.archive.service.rest.MetricService
Get resource to export metrics in Prometheus text format Example: documents_total{method="load"} 66 workitems_processed_total{type="workitem",modelversion="auftrag-1.0.0",task="7000",event="10",workflowgroup="Auftrag",workflowstatus="Neuanlage"} 1
getNewSyncPoint() - Method in class org.imixs.archive.service.ui.ResyncController
Returns the newSyncPoint and computes the default value
getNextTimeout() - Method in class org.imixs.archive.service.export.ExportService
Updates the timer details of a running timer service.
getNextTimeout() - Method in class org.imixs.archive.service.ui.ExportDataController
 
getOptions(ItemCollection) - Method in class org.imixs.archive.service.resync.RestoreService
returns the optional embedded Map List of the options, stored in the metadata object.
getOptions() - Method in class org.imixs.archive.service.ui.RestoreController
This methd returns a ItemCollection for each option Example: #{restoreController.options}
getRawData(ItemCollection) - Method in class org.imixs.archive.service.cassandra.DataService
Converts a ItemCollection into a XMLDocument and returns the byte data.
getReplicationClass() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getReplicationFactor() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getRestoreCount() - Method in class org.imixs.archive.service.ui.RestoreController
 
getRestoreErrors() - Method in class org.imixs.archive.service.ui.RestoreController
 
getRestoreFrom() - Method in class org.imixs.archive.service.ui.RestoreController
 
getRestoreSize() - Method in class org.imixs.archive.service.ui.RestoreController
 
getRestoreSizeUnit() - Method in class org.imixs.archive.service.ui.RestoreController
 
getRestoreSyncPoint() - Method in class org.imixs.archive.service.ui.RestoreController
returns the syncpoint of the current configuration
getRestoreTo() - Method in class org.imixs.archive.service.ui.RestoreController
 
getScheduler() - Method in class org.imixs.archive.service.ui.ExportDataController
 
getServiceEndpoint() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getSession() - Method in class org.imixs.archive.service.cassandra.ClusterService
 
getSize(XMLDocument, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
 
getSnapshot(String, String) - Method in class org.imixs.archive.service.rest.ArchiveRestService
Loads a snapshot from the archive and returns a HTML representation.
getSnapshotFileByMD5Checksum(String, String) - Method in class org.imixs.archive.service.rest.ArchiveRestService
Returns a file attachment based on its MD5 Checksum The query parameter 'contentType' can be added to specify the returned content type.
getSnapshotFileByName(String, String, UriInfo) - Method in class org.imixs.archive.service.rest.ArchiveRestService
Returns a file attachment located in the property $file of the specified snapshot The file name will be encoded.
getSnapshotIDs() - Method in class org.imixs.archive.service.ui.InspectController
 
getSnapshotTime(String) - Method in class org.imixs.archive.service.cassandra.DataService
Returns the snapshot time n milis of a $SnapshotID
getStatus() - Method in class org.imixs.archive.service.export.ImportStatusHandler
 
getStatus() - Method in class org.imixs.archive.service.resync.SyncStatusHandler
 
getSyncCount() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getSyncpoint() - Method in class org.imixs.archive.service.rest.MetatdataRestService
Ping test
getSyncPoint() - Method in class org.imixs.archive.service.ui.ClusterDataController
returns the syncpoint of the current configuration
getSyncPoint() - Method in class org.imixs.archive.service.ui.RestoreController
returns the syncpoint of the current configuration
getSyncPoint() - Method in class org.imixs.archive.service.ui.ResyncController
returns the syncpoint of the current configuration
getSyncPointISO(long) - Method in class org.imixs.archive.service.cassandra.DataService
returns the date tiem from a date in iso format
getSyncPointISO() - Method in class org.imixs.archive.service.ui.RestoreController
returns the syncpoint of the current configuration
getSyncSize() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getSyncSizeUnit() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getTime(String) - Method in class org.imixs.archive.service.ui.InspectController
This method returns the snapshot timestamp by a snapshot id.
getUniqueID(String) - Method in class org.imixs.archive.service.cassandra.DataService
Returns the $uniqueID from a $SnapshotID
getUniqueid() - Method in class org.imixs.archive.service.ui.InspectController
 

I

ImixsArchiveApp - Class in org.imixs.archive.service
The Imixs-Archive-Service application setup
ImixsArchiveApp() - Constructor for class org.imixs.archive.service.ImixsArchiveApp
 
ImportDataController - Class in org.imixs.archive.service.ui
CID Bean provide the export configuration.
ImportDataController() - Constructor for class org.imixs.archive.service.ui.ImportDataController
 
ImportService - Class in org.imixs.archive.service.export
The ImportService imports the workflow data form a FTP storage into the cassandra cluster.
ImportService() - Constructor for class org.imixs.archive.service.export.ImportService
 
ImportStatusHandler - Class in org.imixs.archive.service.export
The ImportStatusHandler provides a status flag for the ImportService
ImportStatusHandler() - Constructor for class org.imixs.archive.service.export.ImportStatusHandler
 
init() - Method in class org.imixs.archive.service.rest.MetricService
 
initCluster() - Method in class org.imixs.archive.service.cassandra.ClusterService
This method creates a Cassandra Cluster object.
initialize() - Method in class org.imixs.archive.service.ImixsArchiveApp
Initialize the web application
InspectController - Class in org.imixs.archive.service.ui
CID Bean to inspect a single process instance.
InspectController() - Constructor for class org.imixs.archive.service.ui.InspectController
 
INVALID_DOCUMENT_OBJECT - Static variable in exception org.imixs.archive.service.ArchiveException
 
INVALID_KEYSPACE - Static variable in exception org.imixs.archive.service.ArchiveException
 
INVALID_WORKITEM - Static variable in exception org.imixs.archive.service.ArchiveException
 
isConnected() - Method in class org.imixs.archive.service.ui.ClusterDataController
Returns true if a connection to the specified keySpace was successful
ISO_DATETIME_FORMAT - Static variable in class org.imixs.archive.service.ui.InspectController
 
ISO_DATETIME_FORMAT - Static variable in class org.imixs.archive.service.ui.RestoreController
 
ISO_DATETIME_FORMAT - Static variable in class org.imixs.archive.service.ui.ResyncController
 
isRunning() - Method in class org.imixs.archive.service.export.ImportService
returns true if the service is running
isRunning() - Method in class org.imixs.archive.service.resync.SyncService
returns true if the service is running
isRunning() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
isRunning() - Method in class org.imixs.archive.service.ui.ImportDataController
 
isRunning() - Method in class org.imixs.archive.service.ui.RestoreController
Returns true if a restore is running.
isSnapshotID(String) - Method in class org.imixs.archive.service.cassandra.DataService
This method returns true if the given id is a valid Snapshot id (UUI + timestamp We also need to support the old snapshto format 4832b09a1a-20c38abd-1519421083952
isValidKeyspaceName(String) - Method in class org.imixs.archive.service.cassandra.ClusterService
Test if the keyspace name is valid.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
 
ITEM_EXPORTCOUNT - Static variable in class org.imixs.archive.service.export.ExportService
 
ITEM_EXPORTERRORS - Static variable in class org.imixs.archive.service.export.ExportService
 
ITEM_EXPORTPOINT - Static variable in class org.imixs.archive.service.export.ExportService
 
ITEM_EXPORTSIZE - Static variable in class org.imixs.archive.service.export.ExportService
 
ITEM_IMPORTCOUNT - Static variable in class org.imixs.archive.service.export.ImportService
 
ITEM_IMPORTERRORS - Static variable in class org.imixs.archive.service.export.ImportService
 
ITEM_IMPORTPOINT - Static variable in class org.imixs.archive.service.export.ImportService
 
ITEM_IMPORTSIZE - Static variable in class org.imixs.archive.service.export.ImportService
 
ITEM_MD5_CHECKSUM - Static variable in class org.imixs.archive.service.cassandra.DataService
 
ITEM_RESTORE_FROM - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_RESTORE_OPTIONS - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_RESTORE_SYNCCOUNT - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_RESTORE_SYNCERRORS - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_RESTORE_SYNCPOINT - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_RESTORE_SYNCSIZE - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_RESTORE_TO - Static variable in class org.imixs.archive.service.resync.RestoreService
 
ITEM_SYNCCOUNT - Static variable in class org.imixs.archive.service.resync.SyncService
 
ITEM_SYNCPOINT - Static variable in class org.imixs.archive.service.resync.SyncService
 
ITEM_SYNCSIZE - Static variable in class org.imixs.archive.service.resync.SyncService
 
iterator() - Method in class org.imixs.archive.service.cassandra.DocumentSplitter
 

K

KEYSPACE_REGEX - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 

L

loadFileContent(String) - Method in class org.imixs.archive.service.cassandra.DataService
This helper method loades the content of a document defned by its MD5 checksum.
loadFileData(FileData) - Method in class org.imixs.archive.service.cassandra.DataService
This helper method loades the content of a document defned by a FileData object.
loadMetadata() - Method in class org.imixs.archive.service.cassandra.DataService
This method loads the metadata object represended by an ItemCollection.
loadSnapshot(String) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads a snapshot form the cassandra cluster.
loadSnapshot(String, boolean) - Method in class org.imixs.archive.service.cassandra.DataService
Thist method loads a snapshot form the cassandra cluster.
loadSnapshotIDs() - Method in class org.imixs.archive.service.ui.InspectController
This method loads all existing snapshot ids of a given unqiueid The result list is sorted creation date descending (newest snapshot first) The method also verifies the actual snapshot in the workflow instance and creats an indicator
loadSnapshotsByDate(LocalDate) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads all exsting snapshotIDs for a given date.
loadSnapshotsByUnqiueID(String, int) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads all existing snapshotIDs for a given unqiueID.
logMessage(String, String) - Method in class org.imixs.archive.service.MessageService
logs a new message into the message log

M

MD5_ERROR - Static variable in exception org.imixs.archive.service.ArchiveException
 
MESSAGE_TOPIC - Static variable in class org.imixs.archive.service.export.ExportService
 
MESSAGE_TOPIC - Static variable in class org.imixs.archive.service.export.ImportService
 
MESSAGE_TOPIC - Static variable in class org.imixs.archive.service.resync.RestoreService
 
MESSAGE_TOPIC - Static variable in class org.imixs.archive.service.resync.SyncService
 
MessageService - Class in org.imixs.archive.service
This service provides a message log which can be used to monitor the timer status.
MessageService() - Constructor for class org.imixs.archive.service.MessageService
 
MetatdataRestService - Class in org.imixs.archive.service.rest
The MetatdataRestService is used to read and update the current syncpoint stored in the metdata object.
MetatdataRestService() - Constructor for class org.imixs.archive.service.rest.MetatdataRestService
 
MetricService - Class in org.imixs.archive.service.rest
The Imixs MetricSerivce is a monitoring resource for Prometheus.
MetricService() - Constructor for class org.imixs.archive.service.rest.MetricService
 
MISSING_CONTACTPOINT - Static variable in exception org.imixs.archive.service.ArchiveException
 
MonitoringResource - Class in org.imixs.archive.service.monitoring
This is a monitoring resource for Prometheus This class exports metries in prometheus text format.
MonitoringResource() - Constructor for class org.imixs.archive.service.monitoring.MonitoringResource
 

O

ON_ARCHIVE - Static variable in class org.imixs.archive.service.cassandra.ArchiveEvent
 
ON_DELETE - Static variable in class org.imixs.archive.service.cassandra.ArchiveEvent
 
ON_RESTORE - Static variable in class org.imixs.archive.service.cassandra.ArchiveEvent
 
onDocumentEvent(ArchiveEvent) - Method in class org.imixs.archive.service.rest.MetricService
DocumentEvent listener to generate a metric.
onProcessingEvent(ArchiveEvent) - Method in class org.imixs.archive.service.rest.MetricService
ProcessingEvent listener to generate a metric.
options - Variable in class org.imixs.archive.service.ui.RestoreController
 
org.imixs.archive.service - package org.imixs.archive.service
 
org.imixs.archive.service.cassandra - package org.imixs.archive.service.cassandra
 
org.imixs.archive.service.export - package org.imixs.archive.service.export
 
org.imixs.archive.service.monitoring - package org.imixs.archive.service.monitoring
 
org.imixs.archive.service.rest - package org.imixs.archive.service.rest
 
org.imixs.archive.service.resync - package org.imixs.archive.service.resync
 
org.imixs.archive.service.ui - package org.imixs.archive.service.ui
 

P

ping() - Method in class org.imixs.archive.service.rest.PingRestService
Ping test
PingRestService - Class in org.imixs.archive.service.rest
The WorkflowService Handler supports methods to manage user accounts to access the Imixs-Microservice platform.
PingRestService() - Constructor for class org.imixs.archive.service.rest.PingRestService
 
postSnapshot(XMLDocument) - Method in class org.imixs.archive.service.rest.ArchiveRestService
The method writes the data of a snapshot into the cassandra cluster The method returns the snapshot data.
printHead(BufferedWriter, String, String) - Static method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
This method prints the generic HTML Header for HTML output, including a default CSS definition for table layout.
printXMLItemCollectionHTML(BufferedWriter, XMLDocument) - Static method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
This Method prints a single XMLItemCollection in html format.
put(ItemCollection) - Method in class org.imixs.archive.service.export.FTPConnector
This method transfers a snapshot to a ftp server.

R

readSnapshotIDByUniqueID(String) - Method in class org.imixs.archive.service.resync.RemoteAPIService
This method read the current snapshot id for a given UnqiueID.
readSyncData(long) - Method in class org.imixs.archive.service.resync.RemoteAPIService
This method read sync data.
registerInJMX() - Method in class org.imixs.archive.service.monitoring.MonitoringResource
 
RemoteAPIService - Class in org.imixs.archive.service.resync
The RemoteService is used to access the remote API from the worklfow instance.
RemoteAPIService() - Constructor for class org.imixs.archive.service.resync.RemoteAPIService
 
removeOption(String) - Method in class org.imixs.archive.service.ui.RestoreController
Removes an option by name
reset() - Method in class org.imixs.archive.service.export.ExportService
THis method reset the export sync data and returns an updated metaData object
reset() - Method in class org.imixs.archive.service.ui.ErrorController
reset the current error message
reset() - Method in class org.imixs.archive.service.ui.ExportDataController
This method reset the current synpoint to 0 and prepares a new export
RestoreController - Class in org.imixs.archive.service.ui
CID Bean for the resync service.
RestoreController() - Constructor for class org.imixs.archive.service.ui.RestoreController
 
RestoreService - Class in org.imixs.archive.service.resync
The RestoreService restores the workflow data stored in the cassandra cluster into a Imixs-Workflow instance.
RestoreService() - Constructor for class org.imixs.archive.service.resync.RestoreService
 
restoreSnapshot(ItemCollection) - Method in class org.imixs.archive.service.resync.RemoteAPIService
 
restoreSnapshot(String) - Method in class org.imixs.archive.service.ui.InspectController
This method loads all existing snapshot ids of a given unqiueid
ResyncController - Class in org.imixs.archive.service.ui
CID Bean for the resync service.
ResyncController() - Constructor for class org.imixs.archive.service.ui.ResyncController
 

S

saveMetadata(ItemCollection) - Method in class org.imixs.archive.service.cassandra.DataService
This method saves the metadata represented by an ItemCollection.
saveSnapshot(ItemCollection) - Method in class org.imixs.archive.service.cassandra.DataService
This method saves a ItemCollection into a specific KeySpace.
setCurrentSnapshotID(String) - Method in class org.imixs.archive.service.ui.InspectController
 
setErrorCode(String) - Method in exception org.imixs.archive.service.ArchiveException
 
setErrorContext(String) - Method in exception org.imixs.archive.service.ArchiveException
 
setMessage(String) - Method in class org.imixs.archive.service.ui.ErrorController
 
setNewSyncPoint(String) - Method in class org.imixs.archive.service.ui.ResyncController
 
setOptions(List<ItemCollection>, ItemCollection) - Method in class org.imixs.archive.service.resync.RestoreService
Convert a List of ItemCollections back into a List of Map elements
setOptions(List<ItemCollection>) - Method in class org.imixs.archive.service.ui.RestoreController
 
setRestoreFrom(String) - Method in class org.imixs.archive.service.ui.RestoreController
 
setRestoreTo(String) - Method in class org.imixs.archive.service.ui.RestoreController
 
setSnapshotIDs(List<String>) - Method in class org.imixs.archive.service.ui.InspectController
 
setStatus(byte) - Method in class org.imixs.archive.service.export.ImportStatusHandler
 
setStatus(byte) - Method in class org.imixs.archive.service.resync.SyncStatusHandler
 
setUniqueid(String) - Method in class org.imixs.archive.service.ui.InspectController
 
SNAPSHOT_RESOURCE - Static variable in class org.imixs.archive.service.resync.RemoteAPIService
 
SNAPSHOT_SYNCPOINT_RESOURCE - Static variable in class org.imixs.archive.service.resync.RemoteAPIService
 
start() - Method in class org.imixs.archive.service.export.ImportService
This method initializes a new timer for the import ....
start(long, long, List<Map>) - Method in class org.imixs.archive.service.resync.RestoreService
Starts a new restore process with a EJB TimerService The Timer will be started imediatly with a intervall duration defined by the constante TIMER_INTERVAL_DURATION The meta data for the restore process is stored in the metadata object.
start() - Method in class org.imixs.archive.service.resync.SyncService
This method initializes a new timer for the sync ....
start() - Method in class org.imixs.archive.service.ui.ClusterDataController
This method starts a restore process
start() - Method in class org.imixs.archive.service.ui.ImportDataController
This method starts a restore process
startExport() - Method in class org.imixs.archive.service.ui.ExportDataController
This method starts a restore process
startRestore() - Method in class org.imixs.archive.service.ui.RestoreController
This method starts a restore process
startScheduler() - Method in class org.imixs.archive.service.export.ExportService
This method initializes the scheduler.
STATEMENT_SELECT_DOCUMENTS - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_DOCUMENTS_DATA - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_MD5 - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_METADATA - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_SNAPSHOT - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_SNAPSHOT_ID - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_SNAPSHOTS_BY_MODIFIED - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_SELECT_SNAPSHOTS_BY_UNIQUEID - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_UPSET_DOCUMENTS - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_UPSET_DOCUMENTS_DATA - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_UPSET_SNAPSHOTS - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_UPSET_SNAPSHOTS_BY_DOCUMENT - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_UPSET_SNAPSHOTS_BY_MODIFIED - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STATEMENT_UPSET_SNAPSHOTS_BY_UNIQUEID - Static variable in class org.imixs.archive.service.cassandra.DataService
 
STAUS_CANCELED - Static variable in class org.imixs.archive.service.export.ImportStatusHandler
 
STAUS_CANCELED - Static variable in class org.imixs.archive.service.resync.SyncStatusHandler
 
STAUS_RUNNING - Static variable in class org.imixs.archive.service.export.ImportStatusHandler
 
STAUS_RUNNING - Static variable in class org.imixs.archive.service.resync.SyncStatusHandler
 
STAUS_STOPPED - Static variable in class org.imixs.archive.service.export.ImportStatusHandler
 
STAUS_STOPPED - Static variable in class org.imixs.archive.service.resync.SyncStatusHandler
 
stopExport() - Method in class org.imixs.archive.service.ui.ExportDataController
This method starts a restore process
stopScheduler() - Method in class org.imixs.archive.service.export.ExportService
This method stops the scheduler.
SYNC_ERROR - Static variable in exception org.imixs.archive.service.ArchiveException
 
SyncService - Class in org.imixs.archive.service.resync
The SyncService synchronizes the data of a Imixs-Worklfow instance with the cassandra cluster.
SyncService() - Constructor for class org.imixs.archive.service.resync.SyncService
 
SyncStatusHandler - Class in org.imixs.archive.service.resync
The ImportStatusHandler provides a status flag for the ImportService
SyncStatusHandler() - Constructor for class org.imixs.archive.service.resync.SyncStatusHandler
 

T

TABLE_SCHEMA_DOCUMENTS - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
TABLE_SCHEMA_DOCUMENTS_DATA - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
TABLE_SCHEMA_SNAPSHOTS - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
TABLE_SCHEMA_SNAPSHOTS_BY_DOCUMENT - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
TABLE_SCHEMA_SNAPSHOTS_BY_MODIFIED - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
TABLE_SCHEMA_SNAPSHOTS_BY_UNIQUEID - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
TIMER_ID_EXPORTSERVICE - Static variable in class org.imixs.archive.service.export.ExportService
 
TIMER_ID_IMPORTSERVICE - Static variable in class org.imixs.archive.service.export.ImportService
 
TIMER_ID_RESTORESERVICE - Static variable in class org.imixs.archive.service.resync.RestoreService
 
TIMER_ID_SYNCSERVICE - Static variable in class org.imixs.archive.service.resync.SyncService
 
TIMER_INTERVAL_DURATION - Static variable in class org.imixs.archive.service.resync.RestoreService
 

U

updateSyncPoint() - Method in class org.imixs.archive.service.ui.ResyncController
This method updates the current synpoint
userFriendlyBytes(long) - Method in class org.imixs.archive.service.MessageService
Computes the file size into a user friendly format

W

writeTo(XMLDocument, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
 

X

XMLItemCollectionWriter - Class in org.imixs.archive.service.rest
This class translates a XMLDocument into a HTML representation.
XMLItemCollectionWriter() - Constructor for class org.imixs.archive.service.rest.XMLItemCollectionWriter
 
A C D E F G I K L M O P R S T U W X 
Skip navigation links

Copyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.