|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CopyBranchRequest | |
|---|---|
| org.modeshape.connector.jcr | The JCR connector provides access to a JCR repository instance running in the same process (and accessible via JNDI). |
| org.modeshape.graph.connector.base | This package defines a series of classes that can serve as base classes for a connector implementation. |
| 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. |
| org.modeshape.graph.request.processor | This portion of the ModeShape Graph API defines the processor for requests. |
| org.modeshape.search.lucene | An implementation of the SearchEngine interface that uses the Lucene library. |
| Uses of CopyBranchRequest in org.modeshape.connector.jcr |
|---|
| Methods in org.modeshape.connector.jcr with parameters of type CopyBranchRequest | |
|---|---|
void |
JcrRequestProcessor.process(CopyBranchRequest request)
Process a request to copy a branch into another location. |
| Uses of CopyBranchRequest in org.modeshape.graph.connector.base |
|---|
| Methods in org.modeshape.graph.connector.base with parameters of type CopyBranchRequest | |
|---|---|
void |
Processor.process(CopyBranchRequest request)
Process a request to copy a branch into another location. |
| Uses of CopyBranchRequest in org.modeshape.graph.connector.map |
|---|
| Methods in org.modeshape.graph.connector.map with parameters of type CopyBranchRequest | |
|---|---|
void |
MapRequestProcessor.process(CopyBranchRequest request)
Process a request to copy a branch into another location. |
| Uses of CopyBranchRequest in org.modeshape.graph.connector.path |
|---|
| Methods in org.modeshape.graph.connector.path with parameters of type CopyBranchRequest | |
|---|---|
void |
PathRequestProcessor.process(CopyBranchRequest request)
|
| Uses of CopyBranchRequest in org.modeshape.graph.request |
|---|
| Methods in org.modeshape.graph.request that return CopyBranchRequest | |
|---|---|
CopyBranchRequest |
CopyBranchRequest.clone()
This method does not clone the results. |
CopyBranchRequest |
RequestBuilder.copyBranch(Location from,
String fromWorkspace,
Location into,
String intoWorkspace,
Name nameForCopy,
NodeConflictBehavior conflictBehavior)
Add a request to copy a branch to another. |
| Uses of CopyBranchRequest in org.modeshape.graph.request.processor |
|---|
| Methods in org.modeshape.graph.request.processor with parameters of type CopyBranchRequest | |
|---|---|
abstract void |
RequestProcessor.process(CopyBranchRequest request)
Process a request to copy a branch into another location. |
void |
LoggingRequestProcessor.process(CopyBranchRequest request)
Process a request to copy a branch into another location. |
| Uses of CopyBranchRequest in org.modeshape.search.lucene |
|---|
| Methods in org.modeshape.search.lucene with parameters of type CopyBranchRequest | |
|---|---|
void |
LuceneSearchProcessor.process(CopyBranchRequest request)
Process a request to copy a branch into another location. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||