|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnlockBranchRequest | |
---|---|
org.jboss.dna.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.jboss.dna.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.jboss.dna.graph.request | Sometimes its useful to work with a graph using objects that represent individual commands on the graph. |
org.jboss.dna.graph.request.processor | This portion of the JBoss DNA Graph API defines the processor for requests . |
org.jboss.dna.search.lucene |
Uses of UnlockBranchRequest in org.jboss.dna.graph.connector.map |
---|
Methods in org.jboss.dna.graph.connector.map with parameters of type UnlockBranchRequest | |
---|---|
void |
MapRequestProcessor.process(UnlockBranchRequest request)
|
Uses of UnlockBranchRequest in org.jboss.dna.graph.connector.path |
---|
Methods in org.jboss.dna.graph.connector.path with parameters of type UnlockBranchRequest | |
---|---|
void |
PathRequestProcessor.process(UnlockBranchRequest request)
|
Uses of UnlockBranchRequest in org.jboss.dna.graph.request |
---|
Methods in org.jboss.dna.graph.request that return UnlockBranchRequest | |
---|---|
UnlockBranchRequest |
UnlockBranchRequest.clone()
This method does not clone the results. |
UnlockBranchRequest |
RequestBuilder.unlockBranch(String workspaceName,
Location target)
Create a request to unlock a branch or node The lock on the node should be removed. |
Uses of UnlockBranchRequest in org.jboss.dna.graph.request.processor |
---|
Methods in org.jboss.dna.graph.request.processor with parameters of type UnlockBranchRequest | |
---|---|
void |
RequestProcessor.process(UnlockBranchRequest request)
Process a request to unlock a node or branch within a workspace The default implementation of this method does nothing, as most connectors will not support locking. |
void |
LoggingRequestProcessor.process(UnlockBranchRequest request)
Process a request to unlock a node or branch within a workspace The default implementation of this method does nothing, as most connectors will not support locking. |
Uses of UnlockBranchRequest in org.jboss.dna.search.lucene |
---|
Methods in org.jboss.dna.search.lucene with parameters of type UnlockBranchRequest | |
---|---|
void |
LuceneSearchProcessor.process(UnlockBranchRequest request)
Process a request to unlock a node or branch within a workspace The default implementation of this method does nothing, as most connectors will not support locking. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |