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. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

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.
 

Methods in org.modeshape.jcr with parameters of type Subgraph
protected  void JackrabbitXmlNodeTypeReader.XmlImporter.parseChildNodeDefinition(Subgraph subgraph, SubgraphNode childDefn, Path parentPath)
          Read the property definition from the graph and create the corresponding CND content in the destination.
protected  void JackrabbitXmlNodeTypeReader.XmlImporter.parseNodeType(Subgraph subgraph, SubgraphNode nodeType, Path parentPath)
          Parse the node type element.
protected  void JackrabbitXmlNodeTypeReader.XmlImporter.parsePropertyDefinition(Subgraph subgraph, SubgraphNode propertyDefn, Path parentPath)
          Read the property definition from the graph and create the corresponding CND content in the destination.
 void JackrabbitXmlNodeTypeReader.read(Subgraph subgraph, Location locationOfParent, String resourceName)
          Import the node types from the supplied location in the specified graph.
 void CndNodeTypeReader.read(Subgraph subgraph, Location locationOfParent, String resourceName)
          Import the node types from the supplied location in the specified graph.
 

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.
 

Uses of Subgraph in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as Subgraph
protected  Subgraph XmiGraphReader.subgraph
           
 

Methods in org.modeshape.sequencer.teiid with parameters of type Subgraph
 Path XmiModelReader.ModelObjectHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.DefaultModelObjectHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.ModelImportHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.AnnotationHandler.process(Path path, SubgraphNode annotation, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.TransformationHandler.process(Path path, SubgraphNode transformation, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.SkipNodeHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 Path XmiModelReader.SkipBranchHandler.process(Path path, SubgraphNode node, Subgraph subgraph, XmiModelReader reader, SequencerOutput output)
           
 

Constructors in org.modeshape.sequencer.teiid with parameters of type Subgraph
CndFromEcore.CndGraphReader(Subgraph subgraph, boolean generateMixins, boolean generateShortNames)
           
XmiGraphReader(Subgraph subgraph, boolean generateShortNames)
           
XmiModelReader(Path parentPath, Name modelName, String pathToModelFile, Subgraph subgraph, boolean generateShortTypeNames, boolean useXmiUuidsAsJcrUuids, VdbModel vdbModel)
          Create a reader for XMI model files.
 



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