|
ModeShape Distribution 3.0.0.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyFactory | |
|---|---|
| org.modeshape.jcr | |
| org.modeshape.jcr.cache.document | |
| 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,
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.cache.document |
|---|
| Fields in org.modeshape.jcr.cache.document declared as PropertyFactory | |
|---|---|
protected PropertyFactory |
SessionNode.DeepCopy.propertyFactory
|
| 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.CR2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||