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 Summary
Fields Modifier and Type Field Description static StringCREATE_REPOSITORYCreate new repository operations.static StringCREATE_WORKSPACECreate new workspace.static StringDEFAULT_WS_CONFIGDefault workspace configuration operations.static StringREMOVE_REPOSITORYRemove repository operation.static StringREMOVE_WORKSPACERemove workspace operation.static StringREPOSITORIES_LISTThe list of repositories name operations.static StringREPOSITORY_SERVICE_CONFIGURATIONRepository service configuration operation.static StringUPDATE_WORKSPACE_CONFIGUpdate workspace configuration operation.static StringWORKSPACES_LISTThe list of workspaces name operation.
-
-
-
Field Detail
-
REPOSITORY_SERVICE_CONFIGURATION
public static final String REPOSITORY_SERVICE_CONFIGURATION
Repository service configuration operation.- See Also:
- Constant Field Values
-
DEFAULT_WS_CONFIG
public static final String DEFAULT_WS_CONFIG
Default workspace configuration operations.- See Also:
- Constant Field Values
-
CREATE_REPOSITORY
public static final String CREATE_REPOSITORY
Create new repository operations.- See Also:
- Constant Field Values
-
CREATE_WORKSPACE
public static final String CREATE_WORKSPACE
Create new workspace.- See Also:
- Constant Field Values
-
REMOVE_REPOSITORY
public static final String REMOVE_REPOSITORY
Remove repository operation.- See Also:
- Constant Field Values
-
REMOVE_WORKSPACE
public static final String REMOVE_WORKSPACE
Remove workspace operation.- See Also:
- Constant Field Values
-
REPOSITORIES_LIST
public static final String REPOSITORIES_LIST
The list of repositories name operations.- See Also:
- Constant Field Values
-
WORKSPACES_LIST
public static final String WORKSPACES_LIST
The list of workspaces name operation.- See Also:
- Constant Field Values
-
UPDATE_WORKSPACE_CONFIG
public static final String UPDATE_WORKSPACE_CONFIG
Update workspace configuration operation.- See Also:
- Constant Field Values
-
-