| Package | Description |
|---|---|
| com.valtech.aem.saas.api.indexing |
| Modifier and Type | Method and Description |
|---|---|
Optional<IndexUpdateResponseDTO> |
IndexUpdateService.deleteIndexedUrl(@NonNull String url,
@NonNull String repositoryPath)
Adds an 'delete index' job to the indexing queue in saas admin.
|
Optional<IndexUpdateResponseDTO> |
IndexUpdateService.indexContent(@NonNull IndexContentPayloadDTO indexContentPayloadDto)
Adds an 'add index content' job to the indexing queue in saas admin.
|
Optional<IndexUpdateResponseDTO> |
IndexUpdateService.indexUrl(@NonNull String url,
@NonNull String repositoryPath)
Schedules an 'add index content' job to the indexing queue in saas admin.
|
Copyright © 2023. All rights reserved.