| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Next - The interface that is to be returned when this create request is completedpublic static interface Graph.CreateAt<Next>

The interface for defining additional properties on a new node.
| Method Summary | |
|---|---|
|  Graph.CreateAt<Next> | and(Iterable<Property> properties)Specify property that should the new node should have. | 
|  Graph.CreateAt<Next> | and(Name propertyName,
    Object... values)Specify a property that should the new node should have. | 
|  Graph.CreateAt<Next> | and(Property property)Specify a property that should the new node should have. | 
|  Graph.CreateAt<Next> | and(Property firstProperty,
    Property... additionalProperties)Specify properties that should the new node should have. | 
|  Graph.CreateAt<Next> | and(String propertyName,
    Object... values)Specify a property that should the new node should have. | 
|  Graph.CreateAt<Next> | and(UUID uuid)Specify the UUID that should the new node should have. | 
|  Location | getLocation()Complete this request, submit it, and return the actual location of the created node. | 
|  Node | getNode()Complete this request, submit it, and return the actual node that was created. | 
|  Graph.CreateAt<Next> | with(Iterable<Property> properties)Specify property that should the new node should have. | 
|  Graph.CreateAt<Next> | with(Name propertyName,
     Object... values)Specify a property that should the new node should have. | 
|  Graph.CreateAt<Next> | with(Property property)Specify a property that should the new node should have. | 
|  Graph.CreateAt<Next> | with(Property firstProperty,
     Property... additionalProperties)Specify properties that should the new node should have. | 
|  Graph.CreateAt<Next> | with(String propertyName,
     Object... values)Specify a property that should the new node should have. | 
|  Graph.CreateAt<Next> | with(UUID uuid)Specify the UUID that should the new node should have. | 
| Methods inherited from interface org.modeshape.graph.Graph.Conjunction | 
|---|
| and | 
| Method Detail | 
|---|
Graph.CreateAt<Next> with(UUID uuid)
and(UUID).
uuid - the UUID
Graph.CreateAt<Next> with(Property property)
and(Property).
property - the property
Graph.CreateAt<Next> with(Iterable<Property> properties)
and(Iterable).
properties - the properties that should be added
Graph.CreateAt<Next> with(String propertyName,
                          Object... values)
and(String, Object...).
propertyName - the name of the propertyvalues - the property values
Graph.CreateAt<Next> with(Name propertyName,
                          Object... values)
and(Name, Object...).
propertyName - the name of the propertyvalues - the property values
Graph.CreateAt<Next> with(Property firstProperty,
                          Property... additionalProperties)
and(Property, Property...).
firstProperty - the first propertyadditionalProperties - the additional property
Graph.CreateAt<Next> and(UUID uuid)
uuid - the UUID
Graph.CreateAt<Next> and(Property property)
property - the property
Graph.CreateAt<Next> and(Iterable<Property> properties)
and(Property) for each of
 the properties in the supplied Iterable.
properties - the properties that should be added
Graph.CreateAt<Next> and(String propertyName,
                         Object... values)
propertyName - the name of the propertyvalues - the property values
Graph.CreateAt<Next> and(Name propertyName,
                         Object... values)
propertyName - the name of the propertyvalues - the property values
Graph.CreateAt<Next> and(Property firstProperty,
                         Property... additionalProperties)
firstProperty - the first propertyadditionalProperties - the additional property
Location getLocation()
Node getNode()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||