public interface ProcessIndexingService
Modifier and Type | Method and Description |
---|---|
void |
deleteWithActivitiesAsync(List<String> processIds)
Delete process with the indexing queue (async)
|
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 indexAsync(String processId)
processId
- id of processvoid indexAsync(String processId, boolean forceSharkService)
processId
- id of processforceSharkService
- force use shark service to retrieve process dataCopyright © 2023 Suncode. All rights reserved.