Uses of Class
org.modeshape.graph.request.CreateWorkspaceRequest.CreateConflictBehavior

Packages that use CreateWorkspaceRequest.CreateConflictBehavior
org.modeshape.graph.connector.map The MapRepository class and its supporting classes provide a default implementation of the connector classes for connectors that support the transient or persistent mapping of a UUID to a standard representation of a node
org.modeshape.graph.connector.path The PathRepository class and its supporting classes provide a default read-only implementation of the connector classes for connectors that only support path-based access to a standard representation of a node
org.modeshape.graph.request Sometimes its useful to work with a graph using objects that represent individual commands on the graph. 
 

Uses of CreateWorkspaceRequest.CreateConflictBehavior in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with parameters of type CreateWorkspaceRequest.CreateConflictBehavior
 MapWorkspace MapRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior behavior)
          Attempts to create a workspace with the given name with name-collision behavior determined by the behavior parameter.
 MapWorkspace MapRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior existingWorkspaceBehavior, String nameOfWorkspaceToClone)
          Attempts to create a workspace with the requested name as in the #createWorkspace(ExecutionContext, String, CreateConflictBehavior) method and then clones the content from the given source workspace into the new workspace if the creation was successful.
 

Uses of CreateWorkspaceRequest.CreateConflictBehavior in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path with parameters of type CreateWorkspaceRequest.CreateConflictBehavior
 WritablePathWorkspace WritablePathRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior behavior)
          Attempts to create a workspace with the given name with name-collision behavior determined by the behavior parameter.
 WritablePathWorkspace WritablePathRepository.createWorkspace(ExecutionContext context, String name, CreateWorkspaceRequest.CreateConflictBehavior existingWorkspaceBehavior, String nameOfWorkspaceToClone)
          Attempts to create a workspace with the requested name as in the #createWorkspace(ExecutionContext, String, CreateConflictBehavior) method and then clones the content from the given source workspace into the new workspace if the creation was successful.
 

Uses of CreateWorkspaceRequest.CreateConflictBehavior in org.modeshape.graph.request
 

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

Methods in org.modeshape.graph.request that return CreateWorkspaceRequest.CreateConflictBehavior
 CreateWorkspaceRequest.CreateConflictBehavior CreateWorkspaceRequest.conflictBehavior()
          Get the desired behavior if a workspace already exists with the desired workspace name .
 CreateWorkspaceRequest.CreateConflictBehavior CloneWorkspaceRequest.targetConflictBehavior()
          Get the desired behavior if a workspace already exists with the desired workspace name .
static CreateWorkspaceRequest.CreateConflictBehavior CreateWorkspaceRequest.CreateConflictBehavior.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CreateWorkspaceRequest.CreateConflictBehavior[] CreateWorkspaceRequest.CreateConflictBehavior.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 CreateWorkspaceRequest.CreateConflictBehavior
 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.
 CreateWorkspaceRequest RequestBuilder.createWorkspace(String desiredNameOfNewWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior)
          Add a request 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.createWorkspace(String desiredNameOfNewWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior)
          Add a request 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 CreateWorkspaceRequest.CreateConflictBehavior
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.
CreateWorkspaceRequest(String desiredNameOfNewWorkspace, CreateWorkspaceRequest.CreateConflictBehavior createConflictBehavior)
          Create a request 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.