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

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

Uses of Graph.CreateAt in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.CreateAt
 Graph.CreateAt<Next> Graph.CreateAt.and(Iterable<Property> properties)
          Specify property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.and(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.and(Property property)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.and(Property firstProperty, Property... additionalProperties)
          Specify properties that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.and(String propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.and(UUID uuid)
          Specify the UUID that should the new node should have.
 Graph.CreateAt<Graph> Graph.createAt(Path at)
          Begin the request to create a node located at the supplied path, and return an interface used to either add properties for the new node, or complete/submit the request and return the location, node, or graph.
 Graph.CreateAt<Graph> Graph.createAt(String atPath)
          Begin the request to create a node located at the supplied path, and return an interface used to either add properties for the new node, or complete/submit the request and return the location, node, or graph.
 Graph.CreateAt<Next> Graph.CreateAt.with(Iterable<Property> properties)
          Specify property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.with(Name propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.with(Property property)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.with(Property firstProperty, Property... additionalProperties)
          Specify properties that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.with(String propertyName, Object... values)
          Specify a property that should the new node should have.
 Graph.CreateAt<Next> Graph.CreateAt.with(UUID uuid)
          Specify the UUID that should the new node should have.
 



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