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.filesystem The classes that make up the connector that accesses the files and directories on a local file system and exposes them as content in a repository. 
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. 
org.modeshape.jcr The ModeShape implementation of the JCR API. 
org.modeshape.sequencer.teiid The classes that make up the JCR Compact Node Definition (CND) file sequencer. 
 

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.filesystem
 

Methods in org.modeshape.connector.filesystem with parameters of type ValueFactories
protected  Property StoreProperties.parse(String line, ValueFactories factories, PropertyFactory propFactory, NamespaceRegistry namespaces, Map<Name,Property> result)
           
 

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, TextExtractor textExtractor, ClassLoaderFactory classLoaderFactory, Map<String,String> data, String processId)
          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.
 

Uses of ValueFactories in org.modeshape.jcr
 

Fields in org.modeshape.jcr declared as ValueFactories
protected  ValueFactories JackrabbitXmlNodeTypeReader.XmlImporter.valueFactories
           
 

Uses of ValueFactories in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as ValueFactories
protected  ValueFactories XmiGraphReader.valueFactories
           
 



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