Class HTTPBackupAgent.Constants.OperationType
- java.lang.Object
-
- org.exoplatform.services.jcr.ext.backup.server.HTTPBackupAgent.Constants.OperationType
-
- Enclosing class:
- HTTPBackupAgent.Constants
public static final class HTTPBackupAgent.Constants.OperationType extends Object
Definition the operation types.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBACKUP_SERVICE_INFOThe backup service info operations.static StringCOMPLETED_BACKUPS_INFOThe completed backups info operations.static StringCOMPLETED_BACKUPS_REPOSITORY_INFOThe completed repository backups info operations.static StringCURRENT_AND_COMPLETED_BACKUPS_INFOThe current and completed backups info operation.static StringCURRENT_AND_COMPLETED_BACKUPS_INFO_ON_WSThe current and completed backups info operation for specific workspace.static StringCURRENT_AND_COMPLETED_BACKUPS_REPOSITORY_INFOThe current and completed repository backups info operation.static StringCURRENT_BACKUPS_INFOThe current backups info operations.static StringCURRENT_BACKUPS_REPOSITORY_INFOThe current repository backups info operations.static StringCURRENT_OR_COMPLETED_BACKUP_INFOThe current or completed backup info operations.static StringCURRENT_OR_COMPLETED_BACKUP_REPOSITORY_INFOThe current or completed repository backup info operations.static StringCURRENT_RESTORE_INFO_ON_REPOSITORYThe current restore info operations for specific repository.static StringCURRENT_RESTORE_INFO_ON_WSThe current restore info operations for specific workspace.static StringCURRENT_RESTORESThe current restores info operations.static StringCURRENT_RESTORES_REPOSITORYThe current repository restores info operations.static StringDROP_WORKSPACEThe drop workspace operations.static StringGET_DEFAULT_REPOSITORY_CONFIGThe get default repository configuration.static StringGET_DEFAULT_WORKSPACE_CONFIGThe get default workspace configuration.static StringRESTORERestore operations.static StringRESTORE_BACKUP_SETRestore operations from backup set.static StringRESTORE_REPOSITORYRestore repository operations.static StringRESTORE_REPOSITORY_BACKUP_SETRestore repository operations from backup set.static StringSTART_BACKUPStart backup operation.static StringSTART_BACKUP_REPOSITORYStart backup repository operation.static StringSTOP_BACKUPStop backup operations.static StringSTOP_BACKUP_REPOSITORYStop repository backup operations.
-
-
-
Field Detail
-
START_BACKUP
public static final String START_BACKUP
Start backup operation.- See Also:
- Constant Field Values
-
START_BACKUP_REPOSITORY
public static final String START_BACKUP_REPOSITORY
Start backup repository operation.- See Also:
- Constant Field Values
-
RESTORE
public static final String RESTORE
Restore operations.- See Also:
- Constant Field Values
-
RESTORE_BACKUP_SET
public static final String RESTORE_BACKUP_SET
Restore operations from backup set.- See Also:
- Constant Field Values
-
RESTORE_REPOSITORY
public static final String RESTORE_REPOSITORY
Restore repository operations.- See Also:
- Constant Field Values
-
RESTORE_REPOSITORY_BACKUP_SET
public static final String RESTORE_REPOSITORY_BACKUP_SET
Restore repository operations from backup set.- See Also:
- Constant Field Values
-
STOP_BACKUP
public static final String STOP_BACKUP
Stop backup operations.- See Also:
- Constant Field Values
-
STOP_BACKUP_REPOSITORY
public static final String STOP_BACKUP_REPOSITORY
Stop repository backup operations.- See Also:
- Constant Field Values
-
CURRENT_AND_COMPLETED_BACKUPS_INFO
public static final String CURRENT_AND_COMPLETED_BACKUPS_INFO
The current and completed backups info operation.- See Also:
- Constant Field Values
-
CURRENT_AND_COMPLETED_BACKUPS_REPOSITORY_INFO
public static final String CURRENT_AND_COMPLETED_BACKUPS_REPOSITORY_INFO
The current and completed repository backups info operation.- See Also:
- Constant Field Values
-
CURRENT_AND_COMPLETED_BACKUPS_INFO_ON_WS
public static final String CURRENT_AND_COMPLETED_BACKUPS_INFO_ON_WS
The current and completed backups info operation for specific workspace.- See Also:
- Constant Field Values
-
CURRENT_BACKUPS_INFO
public static final String CURRENT_BACKUPS_INFO
The current backups info operations.- See Also:
- Constant Field Values
-
CURRENT_BACKUPS_REPOSITORY_INFO
public static final String CURRENT_BACKUPS_REPOSITORY_INFO
The current repository backups info operations.- See Also:
- Constant Field Values
-
CURRENT_OR_COMPLETED_BACKUP_INFO
public static final String CURRENT_OR_COMPLETED_BACKUP_INFO
The current or completed backup info operations.- See Also:
- Constant Field Values
-
CURRENT_OR_COMPLETED_BACKUP_REPOSITORY_INFO
public static final String CURRENT_OR_COMPLETED_BACKUP_REPOSITORY_INFO
The current or completed repository backup info operations.- See Also:
- Constant Field Values
-
CURRENT_RESTORE_INFO_ON_WS
public static final String CURRENT_RESTORE_INFO_ON_WS
The current restore info operations for specific workspace.- See Also:
- Constant Field Values
-
CURRENT_RESTORE_INFO_ON_REPOSITORY
public static final String CURRENT_RESTORE_INFO_ON_REPOSITORY
The current restore info operations for specific repository.- See Also:
- Constant Field Values
-
CURRENT_RESTORES
public static final String CURRENT_RESTORES
The current restores info operations.- See Also:
- Constant Field Values
-
CURRENT_RESTORES_REPOSITORY
public static final String CURRENT_RESTORES_REPOSITORY
The current repository restores info operations.- See Also:
- Constant Field Values
-
COMPLETED_BACKUPS_INFO
public static final String COMPLETED_BACKUPS_INFO
The completed backups info operations.- See Also:
- Constant Field Values
-
COMPLETED_BACKUPS_REPOSITORY_INFO
public static final String COMPLETED_BACKUPS_REPOSITORY_INFO
The completed repository backups info operations.- See Also:
- Constant Field Values
-
BACKUP_SERVICE_INFO
public static final String BACKUP_SERVICE_INFO
The backup service info operations.- See Also:
- Constant Field Values
-
DROP_WORKSPACE
public static final String DROP_WORKSPACE
The drop workspace operations.- See Also:
- Constant Field Values
-
GET_DEFAULT_WORKSPACE_CONFIG
public static final String GET_DEFAULT_WORKSPACE_CONFIG
The get default workspace configuration.- See Also:
- Constant Field Values
-
GET_DEFAULT_REPOSITORY_CONFIG
public static final String GET_DEFAULT_REPOSITORY_CONFIG
The get default repository configuration.- See Also:
- Constant Field Values
-
-