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 Details

    • START_BACKUP

      public static final String START_BACKUP
      Start backup operation.
      See Also:
    • START_BACKUP_REPOSITORY

      public static final String START_BACKUP_REPOSITORY
      Start backup repository operation.
      See Also:
    • RESTORE

      public static final String RESTORE
      Restore operations.
      See Also:
    • RESTORE_BACKUP_SET

      public static final String RESTORE_BACKUP_SET
      Restore operations from backup set.
      See Also:
    • RESTORE_REPOSITORY

      public static final String RESTORE_REPOSITORY
      Restore repository operations.
      See Also:
    • RESTORE_REPOSITORY_BACKUP_SET

      public static final String RESTORE_REPOSITORY_BACKUP_SET
      Restore repository operations from backup set.
      See Also:
    • STOP_BACKUP

      public static final String STOP_BACKUP
      Stop backup operations.
      See Also:
    • STOP_BACKUP_REPOSITORY

      public static final String STOP_BACKUP_REPOSITORY
      Stop repository backup operations.
      See Also:
    • CURRENT_AND_COMPLETED_BACKUPS_INFO

      public static final String CURRENT_AND_COMPLETED_BACKUPS_INFO
      The current and completed backups info operation.
      See Also:
    • 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:
    • 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:
    • CURRENT_BACKUPS_INFO

      public static final String CURRENT_BACKUPS_INFO
      The current backups info operations.
      See Also:
    • CURRENT_BACKUPS_REPOSITORY_INFO

      public static final String CURRENT_BACKUPS_REPOSITORY_INFO
      The current repository backups info operations.
      See Also:
    • CURRENT_OR_COMPLETED_BACKUP_INFO

      public static final String CURRENT_OR_COMPLETED_BACKUP_INFO
      The current or completed backup info operations.
      See Also:
    • 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:
    • CURRENT_RESTORE_INFO_ON_WS

      public static final String CURRENT_RESTORE_INFO_ON_WS
      The current restore info operations for specific workspace.
      See Also:
    • CURRENT_RESTORE_INFO_ON_REPOSITORY

      public static final String CURRENT_RESTORE_INFO_ON_REPOSITORY
      The current restore info operations for specific repository.
      See Also:
    • CURRENT_RESTORES

      public static final String CURRENT_RESTORES
      The current restores info operations.
      See Also:
    • CURRENT_RESTORES_REPOSITORY

      public static final String CURRENT_RESTORES_REPOSITORY
      The current repository restores info operations.
      See Also:
    • COMPLETED_BACKUPS_INFO

      public static final String COMPLETED_BACKUPS_INFO
      The completed backups info operations.
      See Also:
    • COMPLETED_BACKUPS_REPOSITORY_INFO

      public static final String COMPLETED_BACKUPS_REPOSITORY_INFO
      The completed repository backups info operations.
      See Also:
    • BACKUP_SERVICE_INFO

      public static final String BACKUP_SERVICE_INFO
      The backup service info operations.
      See Also:
    • DROP_WORKSPACE

      public static final String DROP_WORKSPACE
      The drop workspace operations.
      See Also:
    • GET_DEFAULT_WORKSPACE_CONFIG

      public static final String GET_DEFAULT_WORKSPACE_CONFIG
      The get default workspace configuration.
      See Also:
    • GET_DEFAULT_REPOSITORY_CONFIG

      public static final String GET_DEFAULT_REPOSITORY_CONFIG
      The get default repository configuration.
      See Also: