Package | Description |
---|---|
org.modeshape.jcr.value.basic |
A set of basic implementations of the various interfaces defined in
org.modeshape.jcr.value . |
org.modeshape.jcr.value.binary |
Modifier and Type | Class and Description |
---|---|
class |
BooleanValueFactory
The standard
ValueFactory for PropertyType.BOOLEAN values. |
class |
DecimalValueFactory
The standard
ValueFactory for PropertyType.DECIMAL values. |
class |
DoubleValueFactory
The standard
ValueFactory for PropertyType.DOUBLE values. |
class |
JodaDateTimeValueFactory
The standard
ValueFactory for PropertyType.DATE values. |
class |
LongValueFactory
The standard
ValueFactory for PropertyType.LONG values. |
class |
NameValueFactory
The standard
ValueFactory for PropertyType.NAME values. |
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 |
ObjectValueFactory
The standard
ValueFactory for PropertyType.OBJECT values. |
class |
PathValueFactory
The standard
ValueFactory for PropertyType.NAME values. |
class |
ReferenceValueFactory
The standard
ValueFactory for PropertyType.REFERENCE values. |
class |
StringValueFactory
The standard
ValueFactory for PropertyType.STRING values. |
class |
UriValueFactory
The standard
ValueFactory for PropertyType.URI values. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryStoreValueFactory
An abstract
BinaryFactory implementation that contains many general methods that are likely to be appropriate for many
concrete implementations. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.