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

Methods in org.modeshape.connector.filesystem with parameters of type PropertyFactory
protected  Property StoreProperties.parse(String line, ValueFactories factories, PropertyFactory propFactory)
           
 

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.
 

Methods in org.modeshape.graph with parameters of type PropertyFactory
 ExecutionContext ExecutionContext.with(PropertyFactory propertyFactory)
          Create a new execution context that mirrors this context but that uses the supplied factory.
 

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

Fields in org.modeshape.jcr declared as PropertyFactory
protected  PropertyFactory JackrabbitXmlNodeTypeReader.XmlImporter.propertyFactory
           
 

Methods in org.modeshape.jcr with parameters of type PropertyFactory
protected  Property SystemFunctions.VersionHistoryFunction.createPropertyIfDifferent(Map<Name,Property> properties, Name name, Object expectedValue, PropertyFactory propFactory, ValueFactory<?> valueFactory)
          A utility method that will create a new Property instance if there is not already an existing single-valued property with the supplied name and expected values.
 

Uses of PropertyFactory in org.modeshape.sequencer.teiid
 

Fields in org.modeshape.sequencer.teiid declared as PropertyFactory
protected  PropertyFactory XmiGraphReader.propertyFactory
           
 

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-2011 JBoss, a division of Red Hat. All Rights Reserved.