Uses of Interface
org.jboss.dna.graph.Subgraph

Packages that use Subgraph
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.connector JBoss DNA uses connectors to access information from external systems (such as databases, other repositories, services, applications, etc.) and create graph representations of that information. 
org.jboss.dna.repository The components and services that make up the JBoss DNA repository engine. 
 

Uses of Subgraph in org.jboss.dna.graph
 

Methods in org.jboss.dna.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.jboss.dna.graph.connector
 

Methods in org.jboss.dna.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.jboss.dna.repository
 

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



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