Uses of Class
org.modeshape.graph.request.CloneWorkspaceRequest.CloneConflictBehavior

Packages that use CloneWorkspaceRequest.CloneConflictBehavior
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

Uses of CloneWorkspaceRequest.CloneConflictBehavior in org.modeshape.graph.request
 

Fields in org.modeshape.graph.request declared as CloneWorkspaceRequest.CloneConflictBehavior
static CloneWorkspaceRequest.CloneConflictBehavior CloneWorkspaceRequest.DEFAULT_CLONE_CONFLICT_BEHAVIOR
          The default CloneWorkspaceRequest.CloneConflictBehavior that will be used if it is unspecified.
 

Methods in org.modeshape.graph.request that return CloneWorkspaceRequest.CloneConflictBehavior
 CloneWorkspaceRequest.CloneConflictBehavior CloneWorkspaceRequest.cloneConflictBehavior()
          Get the desired behavior if the cloned workspace does not exist.
static CloneWorkspaceRequest.CloneConflictBehavior CloneWorkspaceRequest.CloneConflictBehavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CloneWorkspaceRequest.CloneConflictBehavior[] CloneWorkspaceRequest.CloneConflictBehavior.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.modeshape.graph.request with parameters of type CloneWorkspaceRequest.CloneConflictBehavior
 CloneWorkspaceRequest RequestBuilder.cloneWorkspace(String nameOfWorkspaceToBeCloned, String desiredNameOfTargetWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior, CloneWorkspaceRequest.CloneConflictBehavior cloneConflictBehavior)
          Add a request to clone an existing workspace to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
 BatchRequestBuilder BatchRequestBuilder.cloneWorkspace(String nameOfWorkspaceToBeCloned, String desiredNameOfTargetWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior, CloneWorkspaceRequest.CloneConflictBehavior cloneConflictBehavior)
          Add a request to clone an existing workspace to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
 

Constructors in org.modeshape.graph.request with parameters of type CloneWorkspaceRequest.CloneConflictBehavior
CloneWorkspaceRequest(String nameOfWorkspaceToBeCloned, String desiredNameOfTargetWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior, CloneWorkspaceRequest.CloneConflictBehavior cloneConflictBehavior)
          Create a request to clone an existing workspace to create a new workspace, and specify the behavior should a workspace already exists with a name that matches the desired name for the new workspace.
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.