Package | Description |
---|---|
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
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.
|
Modifier and Type | Method and Description |
---|---|
TypeSystem.TypeFactory<?> |
TypeSystem.getBinaryFactory()
Get the type factory for binary objects.
|
TypeSystem.TypeFactory<Boolean> |
TypeSystem.getBooleanFactory()
Get the type factory for boolean types.
|
TypeSystem.TypeFactory<?> |
TypeSystem.getDateTimeFactory()
Get the type factory for date-time objects.
|
TypeSystem.TypeFactory<BigDecimal> |
TypeSystem.getDecimalFactory()
Get the type factory for decimal types.
|
TypeSystem.TypeFactory<Double> |
TypeSystem.getDoubleFactory()
Get the type factory for double types.
|
TypeSystem.TypeFactory<Long> |
TypeSystem.getLongFactory()
Get the type factory for long types.
|
TypeSystem.TypeFactory<?> |
TypeSystem.getPathFactory()
Get the type factory for path objects.
|
TypeSystem.TypeFactory<?> |
TypeSystem.getReferenceFactory()
Get the type factory for references objects.
|
TypeSystem.TypeFactory<String> |
TypeSystem.getStringFactory()
Get the type factory for string types.
|
TypeSystem.TypeFactory<?> |
TypeSystem.getTypeFactory(Object prototype)
Get the type factory for the type denoted by the supplied prototype value.
|
TypeSystem.TypeFactory<?> |
TypeSystem.getTypeFactory(String typeName)
Get the type factory given the name of the type.
|
Modifier and Type | Class and Description |
---|---|
protected class |
ValueTypeSystem.Factory<T> |
Modifier and Type | Method and Description |
---|---|
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getBinaryFactory() |
TypeSystem.TypeFactory<Boolean> |
ValueTypeSystem.getBooleanFactory() |
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getDateTimeFactory() |
TypeSystem.TypeFactory<BigDecimal> |
ValueTypeSystem.getDecimalFactory() |
TypeSystem.TypeFactory<Double> |
ValueTypeSystem.getDoubleFactory() |
TypeSystem.TypeFactory<Long> |
ValueTypeSystem.getLongFactory() |
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getPathFactory() |
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getReferenceFactory() |
TypeSystem.TypeFactory<String> |
ValueTypeSystem.getStringFactory() |
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getTypeFactory(Object prototype) |
TypeSystem.TypeFactory<?> |
ValueTypeSystem.getTypeFactory(String typeName) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.