public interface ProcessIndexingService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteWithActivitiesSync(List<String> processIds)
Delete processes with waiting for Elastic
|
void |
indexAsync(String processId)
Adds process to the indexing queue (async)
|
void |
indexAsync(String processId,
boolean forceSharkService)
Adds process to the indexing queue (async)
|
void |
indexSync(List<String> processIds,
boolean forceSharkService)
Index list of processes without queue (sync)
|
void |
indexSync(String processId,
boolean forceSharkService)
Index process without queue (sync)
|
void indexAsync(String processId)
processId - id of processvoid indexAsync(String processId, boolean forceSharkService)
processId - id of processforceSharkService - force use shark service to retrieve process datavoid indexSync(String processId, boolean forceSharkService)
processId - id of processforceSharkService - force use shark service to retrieve process datavoid indexSync(List<String> processIds, boolean forceSharkService)
processIds - list of ids of processesforceSharkService - force use shark service to retrieve process dataCopyright © 2024 Suncode. All rights reserved.