Package | Description |
---|---|
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.spi.index |
This package contains the interfaces for managing index providers and index definitions.
|
Modifier and Type | Method and Description |
---|---|
IndexManager |
Workspace.getIndexManager()
Returns the
IndexManager object that can be used to programmatically register and unregister index
definitions. |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexManager
An interface for programmatically adding or removing index providers and index definitions.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.