public interface ProcessIndexingService
| Modifier and Type | Method and Description |
|---|---|
void |
deleteWithActivitiesAsync(String processId)
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 datavoid deleteWithActivitiesAsync(String processId)
processId - id of processCopyright © 2022 Suncode. All rights reserved.