Class HTTPBackupAgent.Constants.OperationType
java.lang.Object
org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent.Constants.OperationType
- Enclosing class:
HTTPBackupAgent.Constants
Definition the operation types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe backup service info operations.static final StringThe completed backups info operations.static final StringThe completed repository backups info operations.static final StringThe current and completed backups info operation.static final StringThe current and completed backups info operation for specific workspace.static final StringThe current and completed repository backups info operation.static final StringThe current backups info operations.static final StringThe current repository backups info operations.static final StringThe current or completed backup info operations.static final StringThe current or completed repository backup info operations.static final StringThe current restore info operations for specific repository.static final StringThe current restore info operations for specific workspace.static final StringThe current restores info operations.static final StringThe current repository restores info operations.static final StringThe drop workspace operations.static final StringThe get default repository configuration.static final StringThe get default workspace configuration.static final StringRestore operations.static final StringRestore operations from backup set.static final StringRestore repository operations.static final StringRestore repository operations from backup set.static final StringStart backup operation.static final StringStart backup repository operation.static final StringStop backup operations.static final StringStop repository backup operations. -
Method Summary
-
Field Details
-
START_BACKUP
Start backup operation.- See Also:
-
START_BACKUP_REPOSITORY
Start backup repository operation.- See Also:
-
RESTORE
Restore operations.- See Also:
-
RESTORE_BACKUP_SET
Restore operations from backup set.- See Also:
-
RESTORE_REPOSITORY
Restore repository operations.- See Also:
-
RESTORE_REPOSITORY_BACKUP_SET
Restore repository operations from backup set.- See Also:
-
STOP_BACKUP
Stop backup operations.- See Also:
-
STOP_BACKUP_REPOSITORY
Stop repository backup operations.- See Also:
-
CURRENT_AND_COMPLETED_BACKUPS_INFO
The current and completed backups info operation.- See Also:
-
CURRENT_AND_COMPLETED_BACKUPS_REPOSITORY_INFO
The current and completed repository backups info operation.- See Also:
-
CURRENT_AND_COMPLETED_BACKUPS_INFO_ON_WS
The current and completed backups info operation for specific workspace.- See Also:
-
CURRENT_BACKUPS_INFO
The current backups info operations.- See Also:
-
CURRENT_BACKUPS_REPOSITORY_INFO
The current repository backups info operations.- See Also:
-
CURRENT_OR_COMPLETED_BACKUP_INFO
The current or completed backup info operations.- See Also:
-
CURRENT_OR_COMPLETED_BACKUP_REPOSITORY_INFO
The current or completed repository backup info operations.- See Also:
-
CURRENT_RESTORE_INFO_ON_WS
The current restore info operations for specific workspace.- See Also:
-
CURRENT_RESTORE_INFO_ON_REPOSITORY
The current restore info operations for specific repository.- See Also:
-
CURRENT_RESTORES
The current restores info operations.- See Also:
-
CURRENT_RESTORES_REPOSITORY
The current repository restores info operations.- See Also:
-
COMPLETED_BACKUPS_INFO
The completed backups info operations.- See Also:
-
COMPLETED_BACKUPS_REPOSITORY_INFO
The completed repository backups info operations.- See Also:
-
BACKUP_SERVICE_INFO
The backup service info operations.- See Also:
-
DROP_WORKSPACE
The drop workspace operations.- See Also:
-
GET_DEFAULT_WORKSPACE_CONFIG
The get default workspace configuration.- See Also:
-
GET_DEFAULT_REPOSITORY_CONFIG
The get default repository configuration.- See Also:
-