Uses of Class
org.modeshape.graph.request.LockBranchRequest.LockScope

Packages that use LockBranchRequest.LockScope
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
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. 
 

Uses of LockBranchRequest.LockScope in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type LockBranchRequest.LockScope
 void SimpleJpaRepository.Workspace.lockNode(MapNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          This connector does not support connector-level, persistent locking of nodes.
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph
 

Methods in org.modeshape.graph with parameters of type LockBranchRequest.LockScope
protected abstract  T Graph.LockAction.submit(Location lock, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
           
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.connector.base
 

Methods in org.modeshape.graph.connector.base with parameters of type LockBranchRequest.LockScope
 void Transaction.lockNode(WorkspaceType workspace, NodeType node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 void BaseTransaction.lockNode(WorkspaceType workspace, NodeType node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.connector.map
 

Methods in org.modeshape.graph.connector.map with parameters of type LockBranchRequest.LockScope
 void MapWorkspace.lockNode(MapNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.connector.path
 

Methods in org.modeshape.graph.connector.path with parameters of type LockBranchRequest.LockScope
 void PathWorkspace.lockNode(PathNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Attempts to lock the given node with the given timeout.
 void AbstractWritablePathWorkspace.lockNode(PathNode node, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
           
 

Uses of LockBranchRequest.LockScope in org.modeshape.graph.request
 

Methods in org.modeshape.graph.request that return LockBranchRequest.LockScope
 LockBranchRequest.LockScope LockBranchRequest.lockScope()
          Get whether the lock should include all of the descendants of the node as well as the node itself
static LockBranchRequest.LockScope LockBranchRequest.LockScope.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LockBranchRequest.LockScope[] LockBranchRequest.LockScope.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 LockBranchRequest.LockScope
 LockBranchRequest RequestBuilder.lockBranch(String workspaceName, Location target, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Create a request to lock a branch or node
 BatchRequestBuilder BatchRequestBuilder.lockBranch(String workspaceName, Location target, LockBranchRequest.LockScope lockScope, long lockTimeoutInMillis)
          Create a request to lock a branch or node
 

Constructors in org.modeshape.graph.request with parameters of type LockBranchRequest.LockScope
LockBranchRequest(Location at, String workspaceName, LockBranchRequest.LockScope isDeep, long lockTimeoutInMillis)
          Create a request to lock the node or branch at the supplied location.
 



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