Uses of Class
org.jboss.dna.graph.session.GraphSession.Status

Packages that use GraphSession.Status
org.jboss.dna.graph.session A graph session provides a stateful environment in which graph operations can be enqueued and the state and structure of the graph are cached. 
 

Uses of GraphSession.Status in org.jboss.dna.graph.session
 

Methods in org.jboss.dna.graph.session that return GraphSession.Status
 GraphSession.Status GraphSession.PropertyInfo.getStatus()
          Get the status of this property.
static GraphSession.Status GraphSession.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GraphSession.Status[] GraphSession.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.dna.graph.session with parameters of type GraphSession.Status
GraphSession.PropertyInfo(Property property, boolean multiValued, GraphSession.Status status, PropertyPayload payload)
           
 



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