|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyFactory | |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.federation.spi | This package provides a Service Provider Interface (SPI) for connectors to external systems. |
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,
PropertyFactory propertyFactory,
ThreadPoolFactory threadPoolFactory,
BinaryStore binaryStore,
Map<String,String> data,
String processId,
TextDecoder decoder,
TextEncoder encoder,
StringFactory stringFactory,
BinaryFactory binaryFactory,
ValueFactory<Boolean> booleanFactory,
DateTimeFactory dateFactory,
ValueFactory<BigDecimal> decimalFactory,
ValueFactory<Double> doubleFactory,
ValueFactory<Long> longFactory,
NameFactory nameFactory,
PathFactory pathFactory,
ReferenceFactory referenceFactory,
ReferenceFactory weakReferenceFactory,
UriFactory uriFactory,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
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
|
Methods in org.modeshape.jcr.cache.document that return PropertyFactory | |
---|---|
PropertyFactory |
DocumentTranslator.getPropertyFactory()
|
Uses of PropertyFactory in org.modeshape.jcr.federation.spi |
---|
Methods in org.modeshape.jcr.federation.spi that return PropertyFactory | |
---|---|
protected PropertyFactory |
Connector.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.2.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |