Uses of Interface
org.modeshape.graph.SubgraphNode

Packages that use SubgraphNode
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

Uses of SubgraphNode in org.modeshape.graph
 

Methods in org.modeshape.graph that return SubgraphNode
 SubgraphNode SubgraphNode.getNode(Name childName)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode Subgraph.getNode(Name relativePath)
          Get the node at the supplied location.
 SubgraphNode SubgraphNode.getNode(Path.Segment childSegment)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode SubgraphNode.getNode(Path relativePath)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode SubgraphNode.getNode(String childName)
          Get the node at the supplied path that is relative to this node.
 SubgraphNode Subgraph.getRoot()
          Get the node that is at the root of the subgraph.
 

Uses of SubgraphNode in org.modeshape.jcr
 

Methods in org.modeshape.jcr with parameters of type SubgraphNode
protected  Name JackrabbitXmlNodeTypeReader.XmlImporter.nameFrom(SubgraphNode node)
           
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.
protected  boolean JackrabbitXmlNodeTypeReader.XmlImporter.readBoolean(SubgraphNode node, String propertyName, boolean defaultValue)
           
protected  Name JackrabbitXmlNodeTypeReader.XmlImporter.readName(SubgraphNode node, String propertyName, Name defaultValue)
           
protected  List<Name> JackrabbitXmlNodeTypeReader.XmlImporter.readNames(SubgraphNode node, String propertyName, Name defaultIfNone)
           
protected  String JackrabbitXmlNodeTypeReader.XmlImporter.readString(SubgraphNode node, String propertyName, String defaultValue)
           
protected  List<String> JackrabbitXmlNodeTypeReader.XmlImporter.readStrings(SubgraphNode node, String propertyName)
           
 

Uses of SubgraphNode in org.modeshape.sequencer.teiid
 

Methods in org.modeshape.sequencer.teiid with parameters of type SubgraphNode
 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)
           
protected  Path XmiModelReader.processObject(Path parentPath, SubgraphNode node, SequencerOutput output)
           
protected  List<String> VdbManifest.Reader.properties(SubgraphNode node, String propertyName)
           
protected  String VdbManifest.Reader.property(SubgraphNode node, String propertyName)
           
protected  boolean VdbManifest.Reader.property(SubgraphNode node, String propertyName, boolean defaultValue)
           
protected  long VdbManifest.Reader.property(SubgraphNode node, String propertyName, long defaultValue)
           
 



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