Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.api |
This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality,
as well as defining the
Repositories interface as a generic abstraction to any container of multiple
JCR Repository instances. |
org.modeshape.jcr.api.sequencer |
Many repositories are used (at least in part) to manage files and other artifacts, including service definitions,
policy files, images, media, documents, presentations, application components, reusable libraries, configuration files,
application installations, databases schemas, management scripts, and so on.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Sequencers.SequencingContext.valueFactory() |
Constructor and Description |
---|
Sequencers.SequencingContext(DateTime now,
ValueFactory jcrValueFactory) |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Session.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Sequencer.Context.valueFactory()
Returns a
ValueFactory instance which can be used to perform additional type conversions,
from what ValueFactory offers |
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.