public interface EnsureOakIndexManager
| Modifier and Type | Method and Description |
|---|---|
int |
ensure(boolean force,
String ensureDefinitionsPath)
Applies un-applied Ensure Oak Index definitions whose ensure-definition.path @Property is a parameter.
|
int |
ensureAll(boolean force)
Applies all un-applied Ensure Oak Index definitions.
|
@Description(value="Ensure all Ensure Oak Index Definitions")
int ensureAll(@Name(value="force")
boolean force)
force - true to re-apply Ensure Oak Indexes that have been marked as applied, false to skip.@Description(value="Ensure select Ensure Oak Index Definitions")
int ensure(@Name(value="force")
boolean force,
@Name(value="ensureDefinitionsPath")
String ensureDefinitionsPath)
force - true to re-apply Ensure Oak Indexes that have been marked as applied, false to skip.ensureDefinitionsPath - the path of the Ensure Oak Index Definitions to apply.Copyright © 2013–2020 Adobe. All rights reserved.