Class RestRepositoryService.Constants.OperationType
java.lang.Object
org.exoplatform.services.jcr.ext.repository.RestRepositoryService.Constants.OperationType
- Enclosing class:
- RestRepositoryService.Constants
Definition the operation types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCreate new repository operations.static final StringCreate new workspace.static final StringDefault workspace configuration operations.static final StringRemove repository operation.static final StringRemove workspace operation.static final StringThe list of repositories name operations.static final StringRepository service configuration operation.static final StringUpdate workspace configuration operation.static final StringThe list of workspaces name operation. -
Method Summary
-
Field Details
-
REPOSITORY_SERVICE_CONFIGURATION
Repository service configuration operation.- See Also:
-
DEFAULT_WS_CONFIG
Default workspace configuration operations.- See Also:
-
CREATE_REPOSITORY
Create new repository operations.- See Also:
-
CREATE_WORKSPACE
Create new workspace.- See Also:
-
REMOVE_REPOSITORY
Remove repository operation.- See Also:
-
REMOVE_WORKSPACE
Remove workspace operation.- See Also:
-
REPOSITORIES_LIST
The list of repositories name operations.- See Also:
-
WORKSPACES_LIST
The list of workspaces name operation.- See Also:
-
UPDATE_WORKSPACE_CONFIG
Update workspace configuration operation.- See Also:
-