Class HTTPBackupAgent.Constants.OperationType

  • Enclosing class:
    HTTPBackupAgent.Constants

    public static final class HTTPBackupAgent.Constants.OperationType
    extends Object
    Definition the operation types.
    • Field Detail

      • START_BACKUP_REPOSITORY

        public static final String START_BACKUP_REPOSITORY
        Start backup repository operation.
        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_BACKUP_SET

        public static final String RESTORE_REPOSITORY_BACKUP_SET
        Restore repository operations from backup set.
        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_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
      • 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