Class RestRepositoryService.Constants.OperationType

java.lang.Object
org.exoplatform.services.jcr.ext.repository.RestRepositoryService.Constants.OperationType
Enclosing class:
RestRepositoryService.Constants

public static final class RestRepositoryService.Constants.OperationType extends Object
Definition the operation types.
  • Field Details

    • REPOSITORY_SERVICE_CONFIGURATION

      public static final String REPOSITORY_SERVICE_CONFIGURATION
      Repository service configuration operation.
      See Also:
    • DEFAULT_WS_CONFIG

      public static final String DEFAULT_WS_CONFIG
      Default workspace configuration operations.
      See Also:
    • CREATE_REPOSITORY

      public static final String CREATE_REPOSITORY
      Create new repository operations.
      See Also:
    • CREATE_WORKSPACE

      public static final String CREATE_WORKSPACE
      Create new workspace.
      See Also:
    • REMOVE_REPOSITORY

      public static final String REMOVE_REPOSITORY
      Remove repository operation.
      See Also:
    • REMOVE_WORKSPACE

      public static final String REMOVE_WORKSPACE
      Remove workspace operation.
      See Also:
    • REPOSITORIES_LIST

      public static final String REPOSITORIES_LIST
      The list of repositories name operations.
      See Also:
    • WORKSPACES_LIST

      public static final String WORKSPACES_LIST
      The list of workspaces name operation.
      See Also:
    • UPDATE_WORKSPACE_CONFIG

      public static final String UPDATE_WORKSPACE_CONFIG
      Update workspace configuration operation.
      See Also: