Uses of Class
org.modeshape.graph.connector.path.PathRepository

Packages that use PathRepository
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
 

Uses of PathRepository in org.modeshape.graph.connector.path
 

Subclasses of PathRepository in org.modeshape.graph.connector.path
 class WritablePathRepository
          Extension of PathRepository for repositories that support modification of nodes as well as access to the nodes.
 

Constructors in org.modeshape.graph.connector.path with parameters of type PathRepository
PathRepositoryConnection(PathRepositorySource source, PathRepository repository)
           
PathRequestProcessor(ExecutionContext context, PathRepository repository, Observer observer, boolean updatesAllowed, PathRepositoryTransaction txn)
           
 



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