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 SnapshotRestService is used to inspect the data of a snapshot.
ArchiveRestService() - Constructor for class org.imixs.archive.service.rest.ArchiveRestService
 

C

calculateSize(XMLDocument) - Static method in class org.imixs.archive.service.cassandra.DataService
count total value size...
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.scheduler.SyncService
 
deleteSnapshot(ItemCollection, Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method deletes a snapshot.
DOCUMENTS_RESOURCE - Static variable in class org.imixs.archive.service.scheduler.RemoteAPIService
 

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_ARCHIVE_SCHEDULER_DEFINITION - Static variable in class org.imixs.archive.service.cassandra.ClusterService
 
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, Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method test if a snapshot recored with a given ID already exists.

F

findTimer() - Method in class org.imixs.archive.service.scheduler.RestoreService
This method returns a timer for a corresponding id if such a timer object exists.

G

getArchiveSession(Cluster) - Method in class org.imixs.archive.service.cassandra.ClusterService
Returns a cassandra session for the archive KeySpace.
getCluster() - Method in class org.imixs.archive.service.cassandra.ClusterService
This method creates a Cassandra Cluster object.
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
 
getEnv(String, String) - Static method in class org.imixs.archive.service.cassandra.ClusterService
Returns a environment variable.
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
 
getItemCollection(byte[]) - Static 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() - Method in class org.imixs.archive.service.MessageService
 
getMessages() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getMessages() - Method in class org.imixs.archive.service.ui.RestoreController
 
getMetadata() - Method in class org.imixs.archive.service.rest.ArchiveRestService
Loads the metadata from the archive and returns a HTML representation.
getMetadataXML() - Method in class org.imixs.archive.service.rest.ArchiveRestService
Loads the metadata from the archive and returns a XML representation (also in web browser)
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.scheduler.SyncService
Updates the timer details of a running timer service.
getNextTimeout() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getOptions(ItemCollection) - Method in class org.imixs.archive.service.scheduler.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) - Static 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.ClusterDataController
 
getServiceEndpoint() - Method in class org.imixs.archive.service.ui.ClusterDataController
 
getSize(XMLDocument, Class<?>, Type, Annotation[], MediaType) - Method in class org.imixs.archive.service.rest.XMLItemCollectionWriter
 
getSnapshot(String) - Method in class org.imixs.archive.service.rest.ArchiveRestService
Loads a snapshot from the archive and returns a HTML representation.
getSnapshotIDs() - Method in class org.imixs.archive.service.ui.InspectController
 
getSnapshotTime(String) - Static method in class org.imixs.archive.service.cassandra.DataService
Returns the snapshot time n milis of a $SnapshotID
getSnapshotXML(String) - Method in class org.imixs.archive.service.rest.ArchiveRestService
Loads a snapshot from the archive and returns a XML representation (also in web browser)
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() - 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) - Static 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
 
init() - Method in class org.imixs.archive.service.rest.MetricService
 
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.ui.RestoreController
Returns true if a restore is running.
isSnapshotID(String) - Static 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_MD5_CHECKSUM - Static variable in class org.imixs.archive.service.cassandra.DataService
 
ITEM_RESTORE_FROM - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_RESTORE_OPTIONS - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_RESTORE_SYNCCOUNT - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_RESTORE_SYNCERRORS - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_RESTORE_SYNCPOINT - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_RESTORE_SYNCSIZE - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_RESTORE_TO - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
ITEM_SYNCCOUNT - Static variable in class org.imixs.archive.service.scheduler.SyncService
 
ITEM_SYNCPOINT - Static variable in class org.imixs.archive.service.scheduler.SyncService
 
ITEM_SYNCSIZE - Static variable in class org.imixs.archive.service.scheduler.SyncService
 

K

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

L

loadMetadata(Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads the metadata object represended by an ItemCollection.
loadSnapshot(String, Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads a snapshot form the cassandra cluster.
loadSnapshot(String, boolean, Session) - 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(Date, Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads all exsting snapshotIDs for a given date.
loadSnapshotsByUnqiueID(String, Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method loads all exsting snapshotIDs for a given unqiueID.
logMessage(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
 
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.monitoring - package org.imixs.archive.service.monitoring
 
org.imixs.archive.service.rest - package org.imixs.archive.service.rest
 
org.imixs.archive.service.scheduler - package org.imixs.archive.service.scheduler
 
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
 
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.

R

readSnapshotIDByUniqueID(String) - Static method in class org.imixs.archive.service.scheduler.RemoteAPIService
This method read the current snapshot id for a given UnqiueID.
readSyncData(long) - Static method in class org.imixs.archive.service.scheduler.RemoteAPIService
This method read sync data.
registerInJMX() - Method in class org.imixs.archive.service.monitoring.MonitoringResource
 
RemoteAPIService - Class in org.imixs.archive.service.scheduler
The RemoteService is used to access the remote API from the worklfow instance.
RemoteAPIService() - Constructor for class org.imixs.archive.service.scheduler.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.ui.ErrorController
reset the current error message
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.scheduler
The RestoreService restores the workflow data stored in the cassandra cluster into the workflow system.
RestoreService() - Constructor for class org.imixs.archive.service.scheduler.RestoreService
 
restoreSnapshot(ItemCollection) - Static method in class org.imixs.archive.service.scheduler.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, Session) - Method in class org.imixs.archive.service.cassandra.DataService
This method saves the metadata represented by an ItemCollection.
saveSnapshot(ItemCollection, Session) - 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
 
setMessages(List<String>) - Method in class org.imixs.archive.service.MessageService
 
setNewSyncPoint(String) - Method in class org.imixs.archive.service.ui.ResyncController
 
setOptions(List<ItemCollection>, ItemCollection) - Method in class org.imixs.archive.service.scheduler.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
 
setUniqueid(String) - Method in class org.imixs.archive.service.ui.InspectController
 
SNAPSHOT_RESOURCE - Static variable in class org.imixs.archive.service.scheduler.RemoteAPIService
 
SNAPSHOT_SYNCPOINT_RESOURCE - Static variable in class org.imixs.archive.service.scheduler.RemoteAPIService
 
start(long, long, List<Map>) - Method in class org.imixs.archive.service.scheduler.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.
startRestore() - Method in class org.imixs.archive.service.ui.RestoreController
This method starts a restore process
startScheduler() - Method in class org.imixs.archive.service.scheduler.SyncService
This method initializes the scheduler.
STATEMENT_SELECT_DOCUMENT - 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_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
 
SYNC_ERROR - Static variable in exception org.imixs.archive.service.ArchiveException
 
SyncService - Class in org.imixs.archive.service.scheduler
The SyncService synchronizes the workflow data with the data stored in the cassandra cluster.
SyncService() - Constructor for class org.imixs.archive.service.scheduler.SyncService
 

T

TABLE_SCHEMA_DOCUMENTS - 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_RESTORESERVICE - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 
TIMER_ID_SYNCSERVICE - Static variable in class org.imixs.archive.service.scheduler.SyncService
 
TIMER_INTERVAL_DURATION - Static variable in class org.imixs.archive.service.scheduler.RestoreService
 

U

updateSyncPoint() - Method in class org.imixs.archive.service.ui.ResyncController
This method updates the current synpoint
userFriendlyBytes(long) - Static 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–2019 Imixs Software Solutions GmbH. All rights reserved.