Uses of Interface
org.modeshape.graph.property.ValueFactories

Packages that use ValueFactories
org.modeshape.cnd Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. 
org.modeshape.connector.store.jpa.model.basic The classes that define the "basic" storage model for the JPA connector. 
org.modeshape.connector.store.jpa.model.simple The classes that define the "simple" storage model for the JPA connector. 
org.modeshape.connector.store.jpa.util The classes that define the utility JPA entities that are not part of any storage model. 
org.modeshape.graph The ModeShape Graph API defines the types that allow you to work with content organized as a graph. 
org.modeshape.graph.connector.base This package defines a series of classes that can serve as base classes for a connector implementation. 
org.modeshape.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
 

Uses of ValueFactories in org.modeshape.cnd
 

Fields in org.modeshape.cnd declared as ValueFactories
protected  ValueFactories CndImporter.valueFactories
           
 

Uses of ValueFactories in org.modeshape.connector.store.jpa.model.basic
 

Methods in org.modeshape.connector.store.jpa.model.basic with parameters of type ValueFactories
 Object BasicRequestProcessor.LargeValueSerializer.read(ValueFactories valueFactories, byte[] hash, long length)
          
 Object BasicRequestProcessor.RecordingLargeValues.read(ValueFactories valueFactories, byte[] hash, long length)
          
 Object BasicRequestProcessor.SkippedLargeValues.read(ValueFactories valueFactories, byte[] hash, long length)
          
 

Uses of ValueFactories in org.modeshape.connector.store.jpa.model.simple
 

Methods in org.modeshape.connector.store.jpa.model.simple with parameters of type ValueFactories
 Object SimpleJpaRepository.LargeValueSerializer.read(ValueFactories valueFactories, byte[] hash, long length)
          
 

Uses of ValueFactories in org.modeshape.connector.store.jpa.util
 

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

Uses of ValueFactories in org.modeshape.graph
 

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

Constructors in org.modeshape.graph with parameters of type ValueFactories
ExecutionContext(SecurityContext securityContext, NamespaceRegistry namespaceRegistry, ValueFactories valueFactories, PropertyFactory propertyFactory, MimeTypeDetector mimeTypeDetector, ClassLoaderFactory classLoaderFactory)
          Create an instance of the execution context by supplying all parameters.
 

Uses of ValueFactories in org.modeshape.graph.connector.base
 

Fields in org.modeshape.graph.connector.base declared as ValueFactories
protected  ValueFactories BaseTransaction.valueFactories
           
 

Uses of ValueFactories in org.modeshape.graph.property
 

Fields in org.modeshape.graph.property declared as ValueFactories
protected  ValueFactories ValueTypeSystem.valueFactories
           
 

Constructors in org.modeshape.graph.property with parameters of type ValueFactories
ValueTypeSystem(ValueFactories valueFactories)
          Create a type system using the supplied value factories.
 



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