Uses of Interface
org.modeshape.graph.Subgraph

Packages that use Subgraph
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 ModeShape uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.modeshape.graph.connector.inmemory The In-Memory Connector represents a connector that maintains a graph in transient in-process memory. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.repository The components and services that make up ModeShape's lower-level graph engine, which is used within its JCR Engine. 
 

Uses of Subgraph in org.modeshape.graph
 

Methods in org.modeshape.graph that return types with arguments of type Subgraph
 Graph.At<Subgraph> Graph.getSubgraphOfDepth(int depth)
          Request to read a subgraph of the specified depth, rooted at a location that will be specified via at(...)
 

Uses of Subgraph in org.modeshape.graph.connector
 

Methods in org.modeshape.graph.connector that return Subgraph
 Subgraph RepositoryContext.getConfiguration(int depth)
          Get a snapshot of the current configuration for the RepositorySource.
 

Uses of Subgraph in org.modeshape.graph.connector.inmemory
 

Methods in org.modeshape.graph.connector.inmemory that return Subgraph
 Subgraph InMemoryRepositorySource.DefaultRepositoryContext.getConfiguration(int depth)
          Get a snapshot of the current configuration for the RepositorySource.
 

Uses of Subgraph in org.modeshape.jcr
 

Methods in org.modeshape.jcr that return Subgraph
 Subgraph JcrRepository.FederatedRepositoryContext.getConfiguration(int depth)
          Get a snapshot of the current configuration for the RepositorySource.
 

Uses of Subgraph in org.modeshape.repository
 

Methods in org.modeshape.repository that return Subgraph
 Subgraph SimpleRepositoryContext.getConfiguration(int depth)
          Get a snapshot of the current configuration for the RepositorySource.
 

Methods in org.modeshape.repository with parameters of type Subgraph
protected  Object RepositoryService.createInstanceFromProperties(Subgraph subgraph, Location location, Problems problems, boolean mustHaveClassName)
          Instantiate the Object described by the supplied properties.
protected  RepositorySource RepositoryService.createRepositorySource(Subgraph subgraph, Location location, Problems problems)
          Instantiate the RepositorySource described by the supplied properties.
 



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