Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.cache.document | |
org.modeshape.jcr.spi.federation |
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 . |
Modifier and Type | Method and Description |
---|---|
PropertyFactory |
ExecutionContext.getPropertyFactory()
Get the factory for creating
Property objects. |
Modifier and Type | Method and Description |
---|---|
ExecutionContext |
ExecutionContext.with(PropertyFactory propertyFactory)
Create a new execution context that mirrors this context but that uses the supplied
factory . |
Constructor and Description |
---|
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,
ReferenceFactory simpleReferenceFactory,
UriFactory uriFactory,
ValueFactory<Object> objectFactory,
Locale locale)
Create an instance of the execution context by supplying all parameters.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyFactory |
SessionNode.DeepCopy.propertyFactory |
Modifier and Type | Method and Description |
---|---|
PropertyFactory |
DocumentTranslator.getPropertyFactory() |
Modifier and Type | Method and Description |
---|---|
protected PropertyFactory |
Connector.propertyFactory() |
Modifier and Type | Class and Description |
---|---|
class |
BasicPropertyFactory
A basic
PropertyFactory implementation. |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.