org.exoplatform.services.jcr.ext.replication.test
Class ReplicationTestService.Constants.OperationType

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.replication.test.ReplicationTestService.Constants.OperationType
Enclosing class:
ReplicationTestService.Constants

public final class ReplicationTestService.Constants.OperationType
extends java.lang.Object

Definition the operation types.


Field Summary
static java.lang.String ADD_BINARY_PROPERTY_ONLY
          Add only binary property to existing node.
static java.lang.String ADD_EMPTY_NODE
          Add empty node.
static java.lang.String ADD_NEW_VERSION
          Add new version to versionable node.
static java.lang.String ADD_NT_FILE
          Add nt:file operation.
static java.lang.String ADD_STRING_PROPETY_ONLY
          Add only string property to existing node.
static java.lang.String ADD_VERSIONODE
          Add the versionable node.
static java.lang.String ALLOW_CONNECT
          Allow the connect the cluster node.
static java.lang.String ALLOW_CONNECT_FORCED
          The forced allow the connect the cluster node.
static java.lang.String CECK_LOCK
          Check the lock on node.
static java.lang.String CHECK_COPY_MOVE_NODE
          Check the copy or move node.
static java.lang.String CHECK_DELETE
          Check the deleted node.
static java.lang.String CHECK_NT_FILE
          Check nt:file operation.
static java.lang.String CHECK_VERSION_NODE
          Check the versionable node.
static java.lang.String COMPARE_DATA
          Compare data in workspace.
static java.lang.String CREATE_BASE_NODE
          Create the base node.
static java.lang.String CREATE_CONTENT
          Create content in workspace.
static java.lang.String DELETE
          Delete the node.
static java.lang.String DISCONNECT_CLUSTER_NODE
          Disconnect the cluster node.
static java.lang.String DISCONNECT_CLUSTER_NODE_BY_ID
          Disconnect by ID the cluster node.
static java.lang.String RESTORE_BASE_VERSION
          Restore the base version.
static java.lang.String RESTORE_RPEVIOUS_VERSION
          Restore the previous version.
static java.lang.String SESSION_MOVE
          The move node by session.
static java.lang.String SET_LOCK
          Set the lock to node.
static java.lang.String START_BACKUP
          Start backup.
static java.lang.String START_THREAD_UPDATER
          Start the thread updater.
static java.lang.String WORKSPACE_COPY
          The copy node by workspace.
static java.lang.String WORKSPACE_IS_READ_ONLY
          Check 'read-only' the workspace.
static java.lang.String WORKSPASE_MOVE
          The move node by workspace.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD_NT_FILE

public static final java.lang.String ADD_NT_FILE
Add nt:file operation.

See Also:
Constant Field Values

CHECK_NT_FILE

public static final java.lang.String CHECK_NT_FILE
Check nt:file operation.

See Also:
Constant Field Values

START_BACKUP

public static final java.lang.String START_BACKUP
Start backup.

See Also:
Constant Field Values

SET_LOCK

public static final java.lang.String SET_LOCK
Set the lock to node.

See Also:
Constant Field Values

CECK_LOCK

public static final java.lang.String CECK_LOCK
Check the lock on node.

See Also:
Constant Field Values

ADD_VERSIONODE

public static final java.lang.String ADD_VERSIONODE
Add the versionable node.

See Also:
Constant Field Values

CHECK_VERSION_NODE

public static final java.lang.String CHECK_VERSION_NODE
Check the versionable node.

See Also:
Constant Field Values

ADD_NEW_VERSION

public static final java.lang.String ADD_NEW_VERSION
Add new version to versionable node.

See Also:
Constant Field Values

RESTORE_RPEVIOUS_VERSION

public static final java.lang.String RESTORE_RPEVIOUS_VERSION
Restore the previous version.

See Also:
Constant Field Values

RESTORE_BASE_VERSION

public static final java.lang.String RESTORE_BASE_VERSION
Restore the base version.

See Also:
Constant Field Values

DELETE

public static final java.lang.String DELETE
Delete the node.

See Also:
Constant Field Values

CHECK_DELETE

public static final java.lang.String CHECK_DELETE
Check the deleted node.

See Also:
Constant Field Values

WORKSPACE_COPY

public static final java.lang.String WORKSPACE_COPY
The copy node by workspace.

See Also:
Constant Field Values

WORKSPASE_MOVE

public static final java.lang.String WORKSPASE_MOVE
The move node by workspace.

See Also:
Constant Field Values

SESSION_MOVE

public static final java.lang.String SESSION_MOVE
The move node by session.

See Also:
Constant Field Values

CHECK_COPY_MOVE_NODE

public static final java.lang.String CHECK_COPY_MOVE_NODE
Check the copy or move node.

See Also:
Constant Field Values

DISCONNECT_CLUSTER_NODE

public static final java.lang.String DISCONNECT_CLUSTER_NODE
Disconnect the cluster node.

See Also:
Constant Field Values

DISCONNECT_CLUSTER_NODE_BY_ID

public static final java.lang.String DISCONNECT_CLUSTER_NODE_BY_ID
Disconnect by ID the cluster node.

See Also:
Constant Field Values

ALLOW_CONNECT

public static final java.lang.String ALLOW_CONNECT
Allow the connect the cluster node.

See Also:
Constant Field Values

ALLOW_CONNECT_FORCED

public static final java.lang.String ALLOW_CONNECT_FORCED
The forced allow the connect the cluster node.

See Also:
Constant Field Values

WORKSPACE_IS_READ_ONLY

public static final java.lang.String WORKSPACE_IS_READ_ONLY
Check 'read-only' the workspace.

See Also:
Constant Field Values

CREATE_CONTENT

public static final java.lang.String CREATE_CONTENT
Create content in workspace.

See Also:
Constant Field Values

COMPARE_DATA

public static final java.lang.String COMPARE_DATA
Compare data in workspace.

See Also:
Constant Field Values

START_THREAD_UPDATER

public static final java.lang.String START_THREAD_UPDATER
Start the thread updater.

See Also:
Constant Field Values

CREATE_BASE_NODE

public static final java.lang.String CREATE_BASE_NODE
Create the base node.

See Also:
Constant Field Values

ADD_EMPTY_NODE

public static final java.lang.String ADD_EMPTY_NODE
Add empty node.

See Also:
Constant Field Values

ADD_STRING_PROPETY_ONLY

public static final java.lang.String ADD_STRING_PROPETY_ONLY
Add only string property to existing node.

See Also:
Constant Field Values

ADD_BINARY_PROPERTY_ONLY

public static final java.lang.String ADD_BINARY_PROPERTY_ONLY
Add only binary property to existing node.

See Also:
Constant Field Values


Copyright © 2012 eXo Platform SAS. All Rights Reserved.