ModeShape Distribution 3.0.0.Alpha6

Uses of Interface
org.modeshape.jcr.value.PropertyFactory

Packages that use PropertyFactory
org.modeshape.jcr   
org.modeshape.jcr.value.basic A set of basic implementations of the various interfaces defined in org.modeshape.jcr.value
 

Uses of PropertyFactory in org.modeshape.jcr
 

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

Methods in org.modeshape.jcr 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.jcr with parameters of type PropertyFactory
ExecutionContext(SecurityContext securityContext, NamespaceRegistry namespaceRegistry, ValueFactories valueFactories, PropertyFactory propertyFactory, MimeTypeDetector mimeTypeDetector, ThreadPoolFactory threadPoolFactory, BinaryStore binaryStore, Map<String,String> data, String processId)
          Create an instance of the execution context by supplying all parameters.
 

Uses of PropertyFactory in org.modeshape.jcr.value.basic
 

Classes in org.modeshape.jcr.value.basic that implement PropertyFactory
 class BasicPropertyFactory
          A basic PropertyFactory implementation.
 


ModeShape Distribution 3.0.0.Alpha6

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