eXo JCR :: Component :: Extension Service 1.16.0-CR2

org.exoplatform.services.jcr.ext.repository
Class RestRepositoryService.Constants.OperationType

java.lang.Object
  extended by 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
static String CREATE_REPOSITORY
          Create new repository operations.
static String CREATE_WORKSPACE
          Create new workspace.
static String DEFAULT_WS_CONFIG
          Default workspace configuration operations.
static String REMOVE_REPOSITORY
          Remove repository operation.
static String REMOVE_WORKSPACE
          Remove workspace operation.
static String REPOSITORIES_LIST
          The list of repositories name operations.
static String REPOSITORY_SERVICE_CONFIGURATION
          Repository service configuration operation.
static String UPDATE_WORKSPACE_CONFIG
          Update workspace configuration operation.
static String WORKSPACES_LIST
          The list of workspaces name operation.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

eXo JCR :: Component :: Extension Service 1.16.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.