Uses of Interface
org.jboss.dna.graph.property.ValueFactories

Packages that use ValueFactories
org.jboss.dna.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.jboss.dna.graph The JBoss DNA Graph API defines the types that allow you to work with content organized as a graph. 
org.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
org.jboss.dna.repository.sequencer The classes that make up the sequencing service and its configuration. 
 

Uses of ValueFactories in org.jboss.dna.connector.store.jpa.util
 

Methods in org.jboss.dna.connector.store.jpa.util with parameters of type ValueFactories
 Object Serializer.LargeValues.read(ValueFactories valueFactories, byte[] hash, long length)
           
 

Uses of ValueFactories in org.jboss.dna.graph
 

Methods in org.jboss.dna.graph that return ValueFactories
 ValueFactories ExecutionContext.getValueFactories()
          Get the factories that should be used to create values for properties.
 

Uses of ValueFactories in org.jboss.dna.graph.property.basic
 

Classes in org.jboss.dna.graph.property.basic that implement ValueFactories
 class AbstractValueFactories
          Abstract implementation of ValueFactories that implements all the methods other than the get*Factory() methods.
 class DelegatingValueFactories
          A ValueFactories implementation that delegates to another instance, and that is often useful for subclassing.
 class StandardValueFactories
          The standard set of value factories.
 

Constructors in org.jboss.dna.graph.property.basic with parameters of type ValueFactories
BasicPropertyFactory(ValueFactories valueFactories)
           
 

Uses of ValueFactories in org.jboss.dna.repository.sequencer
 

Constructors in org.jboss.dna.repository.sequencer with parameters of type ValueFactories
SequencerOutputMap(ValueFactories factories)
           
 



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