Uses of Interface
org.modeshape.graph.Graph.ImportInto

Packages that use Graph.ImportInto
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.ImportInto in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.ImportInto
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(File file)
          Import the content from the XML file at the supplied file, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(InputStream stream)
          Import the content from the provided stream of XML data, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(String pathToFile)
          Import the content from the XML file at the supplied file location, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(String resourceName, ClassLoader classLoader)
          Import the content from the XML file at the supplied file location, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Graph.Conjunction<Graph>> Graph.importXmlFrom(URI uri)
          Import the content from the XML file at the supplied URI, specifying via the returned object where the content is to be imported.
 Graph.ImportInto<Next> Graph.ImportInto.skippingRootElement(boolean skip)
          Specify whether the root element in the XML document should be skipped (that is, not be represented by a node).
 Graph.ImportInto<Next> Graph.ImportInto.usingAttributeForName(Name nameAttribute)
          Specify the name of the XML attribute that should be used as the node name.
 Graph.ImportInto<Next> Graph.ImportInto.usingAttributeForName(String nameAttribute)
          Specify the name of the XML attribute that should be used as the node name.
 Graph.ImportInto<Next> Graph.ImportInto.usingAttributeForType(Name typeAttribute)
          Specify the name of the XML attribute that should be used as the node's type.
 Graph.ImportInto<Next> Graph.ImportInto.usingAttributeForType(String typeAttribute)
          Specify the name of the XML attribute that should be used as the node's type.
 



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