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

Packages that use PropertyFactory
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.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.xml Graph content can often be represented in XML, so this part of the ModeShape Graph API defines the classes that provide the binding between graph and XML content. 
org.modeshape.sequencer.xml The classes that make up the XML sequencer. 
 

Uses of PropertyFactory in org.modeshape.cnd
 

Fields in org.modeshape.cnd declared as PropertyFactory
protected  PropertyFactory CndImporter.propertyFactory
           
 

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

Fields in org.modeshape.connector.store.jpa.model.basic declared as PropertyFactory
protected  PropertyFactory BasicRequestProcessor.propertyFactory
           
 

Uses of PropertyFactory in org.modeshape.graph
 

Methods in org.modeshape.graph that return PropertyFactory
 PropertyFactory ExecutionContext.getPropertyFactory()
          Get the factory for creating Property objects.
 

Constructors in org.modeshape.graph with parameters of type PropertyFactory
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 PropertyFactory in org.modeshape.graph.connector.base
 

Fields in org.modeshape.graph.connector.base declared as PropertyFactory
protected  PropertyFactory BaseTransaction.propertyFactory
           
 

Uses of PropertyFactory in org.modeshape.graph.xml
 

Fields in org.modeshape.graph.xml declared as PropertyFactory
protected  PropertyFactory XmlHandler.propertyFactory
          The cached reference to the graph's property factory.
 

Uses of PropertyFactory in org.modeshape.sequencer.xml
 

Fields in org.modeshape.sequencer.xml declared as PropertyFactory
protected  PropertyFactory XmlSequencerHandler.propertyFactory
          The cached reference to the graph's property factory.
 



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