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

Packages that use Graph.On
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.On in org.jboss.dna.graph
 

Subinterfaces of Graph.On in org.jboss.dna.graph
static interface Graph.OnMultiple<Next>
          The interface for defining the node upon which a request operates, including a method that accepts multiple locations.
static interface Graph.SetValues<Next>
          A component used to set the values on a property.
 

Methods in org.jboss.dna.graph that return Graph.On
 Graph.On<T> Graph.RemoveValueAction.from(Name name)
           
 Graph.On<T> Graph.RemoveValueAction.from(String name)
           
 Graph.On<Collection<Property>> Graph.getProperties()
          Request that the properties be read on the node defined via the on(...)
 Graph.On<Map<Name,Property>> Graph.getPropertiesByName()
          Request that the properties be read on the node defined via the on(...)
 Graph.On<Property> Graph.getProperty(String name)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperties()
          Request that the properties be read on the node defined via the on(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperty(Name name)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.On<Graph.BatchConjunction> Graph.Batch.readProperty(String propertyName)
          Request that the property with the given name be read on the node defined via the on(...)
 Graph.On<Graph.Conjunction<Graph>> Graph.remove(Name... propertyNames)
          Remove properties from the node at the given location.
 Graph.On<Graph.BatchConjunction> Graph.Batch.remove(Name... propertyNames)
          Remove properties from the node at the given location.
 Graph.On<Graph.Conjunction<Graph>> Graph.remove(String... propertyNames)
          Remove properties from the node at the given location.
 Graph.On<Graph.BatchConjunction> Graph.Batch.remove(String... propertyNames)
          Remove properties from the node at the given location.
 Graph.On<Graph.Conjunction<Graph>> Graph.set(Property... properties)
          Set the properties on a node.
 Graph.On<Graph.BatchConjunction> Graph.Batch.set(Property... properties)
          Set the properties on a node.
 Graph.On<T> Graph.AddValueAction.to(Name name)
           
 Graph.On<T> Graph.AddValueAction.to(String name)
           
 



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