Uses of Class
org.modeshape.graph.Graph.CreateAction

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

Uses of Graph.CreateAction in org.modeshape.graph
 

Methods in org.modeshape.graph that return Graph.CreateAction
 Graph.CreateAction<T> Graph.CreateAction.byAppending()
          Create the node if it does not exist by appending or adjusting the same-name-sibling index).
protected  Graph.CreateAction<Graph> Graph.create(Location parent, Name child)
           
protected  Graph.CreateAction<Graph.Batch> Graph.Batch.create(Location parent, Name child)
           
protected abstract  Graph.CreateAction<T> Graph.CreateNodeNamedAction.createWith(T afterConjunction, Location parent, Name nodeName)
           
 Graph.CreateAction<T> Graph.CreateAction.ifAbsent()
          Create the node only if there is no existing node with the same name (ignoring same-name-sibling indexes).
 Graph.CreateAction<T> Graph.CreateNodeNamedAction.nodeNamed(Name name)
           
 Graph.CreateAction<T> Graph.CreateNodeNamedAction.nodeNamed(String name)
           
 Graph.CreateAction<T> Graph.CreateAction.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.CreateAction<T> Graph.CreateAction.orUpdate()
          Create the node if it does not exist, or update any existing node that has the same name (ignoring same-name-sibling indexes).
 



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