Uses of Interface
org.jboss.dna.graph.Graph.Create

Packages that use Graph.Create
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
 

Uses of Graph.Create in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return Graph.Create
 Graph.Create<Next> Graph.Create.and(Iterable<Property> properties)
          Specify property that should the new node should have.
 Graph.Create<Next> Graph.Create.and(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.Create<Next> Graph.Create.and(Property property)
          Specify a property that should the new node should have.
 Graph.Create<Next> Graph.Create.and(Property firstProperty, Property... additionalProperties)
          Specify properties that should the new node should have.
 Graph.Create<Next> Graph.Create.and(String propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.Create<Next> Graph.Create.and(UUID uuid)
          Specify the UUID that should the new node should have.
 Graph.Create<Next> Graph.Create.byAppending()
          Create the node if it does not exist by appending or adjusting the same-name-sibling index).
 Graph.Create<Graph> Graph.create(Path at)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph> Graph.create(Path at, Iterable<Property> properties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at, Iterable<Property> properties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph> Graph.create(Path at, Property property)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at, Property property)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph> Graph.create(Path at, Property firstProperty, Property... additionalProperties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(Path at, Property firstProperty, Property... additionalProperties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph> Graph.create(String atPath)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(String atPath)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph> Graph.create(String atPath, Property property)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(String atPath, Property property)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph> Graph.create(String atPath, Property firstProperty, Property... additionalProperties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Graph.Batch> Graph.Batch.create(String atPath, Property firstProperty, Property... additionalProperties)
          Begin the request to create a node located at the supplied path.
 Graph.Create<Next> Graph.Create.ifAbsent()
          Create the node only if there is no existing node with the same name (ignoring same-name-sibling indexes).
 Graph.Create<Next> Graph.CreateNodeNamed.nodeNamed(Name nodeName)
          Specify the name of the node that is to be created.
 Graph.Create<Next> Graph.CreateNodeNamed.nodeNamed(String nodeName)
          Specify the name of the node that is to be created.
 Graph.Create<Next> Graph.Create.orReplace()
          Create the node if it does not exist, or replace any existing node that has the same name (ignoring same-name-sibling indexes).
 Graph.Create<Next> Graph.Create.orUpdate()
          Create the node if it does not exist, or update any existing node that has the same name (ignoring same-name-sibling indexes).
 Graph.Create<Next> Graph.Create.with(Iterable<Property> properties)
          Specify property that should the new node should have.
 Graph.Create<Next> Graph.Create.with(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.Create<Next> Graph.Create.with(Property property)
          Specify a property that should the new node should have.
 Graph.Create<Next> Graph.Create.with(Property firstProperty, Property... additionalProperties)
          Specify properties that should the new node should have.
 Graph.Create<Next> Graph.Create.with(String propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.Create<Next> Graph.Create.with(UUID uuid)
          Specify the UUID that should the new node should have.
 



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