| Package | Description |
|---|---|
| org.modeshape.jcr | |
| org.modeshape.jcr.cache.document | |
| org.modeshape.jcr.value |
Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for
representing and working with properties and their values.
|
| 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 |
|---|---|
ReferenceFactory |
ExecutionContext.ContextFactories.getReferenceFactory() |
ReferenceFactory |
ExecutionContext.ContextFactories.getSimpleReferenceFactory() |
ReferenceFactory |
ExecutionContext.ContextFactories.getWeakReferenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionContext |
ExecutionContext.with(ReferenceFactory referenceFactory) |
| 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,
UuidFactory uuidFactory,
ValueFactory<Object> objectFactory)
Create an instance of the execution context by supplying all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ReferenceFactory |
DocumentTranslator.getReferenceFactory() |
ReferenceFactory |
DocumentTranslator.getWeakReferenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReferenceFactory |
ValueFactories.getReferenceFactory()
Get the value factory for
reference properties. |
ReferenceFactory |
ValueFactories.getSimpleReferenceFactory()
Get the value factory for
reference properties. |
ReferenceFactory |
ValueFactories.getWeakReferenceFactory()
Get the value factory for
reference properties. |
ReferenceFactory |
ReferenceFactory.with(ValueFactories valueFactories) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeIdentifierReferenceFactory
A custom ReferenceValueFactory specialization that knows about a particular workspace, used to handle conversion from
Node.getIdentifier() strings, including those that are local (e.g., not
foreign) and thus don't have the source part and workspace part. |
class |
ReferenceValueFactory
The standard
ValueFactory for PropertyType.REFERENCE values. |
| Modifier and Type | Method and Description |
|---|---|
ReferenceFactory |
ReferenceValueFactory.with(ValueFactories valueFactories) |
ReferenceFactory |
NodeIdentifierReferenceFactory.with(ValueFactories valueFactories) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.