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

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

Methods in org.jboss.dna.graph that return Graph.OnMultiple
 Graph.OnMultiple<Map<Name,Property>> Graph.getProperties(Name... names)
          Request that the properties with the given names be read on the node defined via the on(...)
 Graph.OnMultiple<Property> Graph.getProperty(Name name)
          Request that the property with the given name be read on the node defined via the on(...)
 



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