Uses of Interface
org.modeshape.graph.Graph.LockTimeout

Packages that use Graph.LockTimeout
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.LockTimeout in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.LockTimeout
 Graph.LockTimeout<T> Graph.LockAction.andItsDescendants()
           
 Graph.LockTimeout<T> Graph.LockAction.only()
           
 

Methods in org.modeshape.graph that return types with arguments of type Graph.LockTimeout
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(Location at)
          Request to lock the node at the given location.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Location at)
          Request to lock the node at the given location.
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(Node at)
          Request to lock the specified node.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Node at)
          Request to lock the specified node.
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(Path at)
          Request to lock the node at the given path.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Path at)
          Request to lock the node at the given path.
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(Property idProperty)
          Request to lock the node with the given unique identification property.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Property idProperty)
          Request to lock the node with the given unique identification property.
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(Property firstIdProperty, Property... additionalIdProperties)
          Request to lock the node with the given identification properties.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(Property firstIdProperty, Property... additionalIdProperties)
          Request to lock the node with the given identification properties.
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(String atPath)
          Request to lock the node at the given path.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(String atPath)
          Request to lock the node at the given path.
 Graph.LockScope<Graph.LockTimeout<Graph.Conjunction<Graph>>> Graph.lock(UUID at)
          Request to lock the node with the given UUID.
 Graph.LockScope<Graph.LockTimeout<Graph.BatchConjunction>> Graph.Batch.lock(UUID at)
          Request to lock the node with the given UUID.
 



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