|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneWorkspaceRequest.CloneConflictBehavior | |
---|---|
org.jboss.dna.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.jboss.dna.graph.request |
---|
Fields in org.jboss.dna.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.jboss.dna.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.jboss.dna.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.jboss.dna.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |