Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.federation | |
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 |
---|---|
DateTimeFactory |
ExecutionContext.ContextFactories.getDateFactory() |
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.
|
Constructor and Description |
---|
ConnectorChangeSetImpl(Connectors connectors,
Connectors.PathMappings mappings,
String sessionId,
String processId,
String repositoryKey,
ChangeBus bus,
DateTimeFactory timeFactory,
String journalId) |
Modifier and Type | Method and Description |
---|---|
DateTimeFactory |
ValueFactories.getDateFactory()
Get the value factory for
date properties. |
DateTimeFactory |
DateTimeFactory.with(ValueFactories valueFactories) |
Modifier and Type | Class and Description |
---|---|
class |
ModeShapeDateTimeValueFactory
The standard
ValueFactory for PropertyType.DATE values. |
Modifier and Type | Method and Description |
---|---|
DateTimeFactory |
ModeShapeDateTimeValueFactory.with(ValueFactories valueFactories) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.