Package | Description |
---|---|
org.modeshape.jcr.spi.index |
This package contains the interfaces for managing index providers and index definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexFeedback.scan(String workspaceName,
IndexFeedback.IndexingCallback callback)
Signal that all of the repository content in the specified workspace should be scanned.
|
void |
IndexFeedback.scan(String workspaceName,
IndexFeedback.IndexingCallback callback,
Path path)
Signal that a portion of the repository content at/under the given path in the specified workspace should be scanned.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.