public interface ProcessIndexingService
Modifier and Type | Method and Description |
---|---|
void |
appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction,
String processId)
Appends adding process indexing to queue (async) as shark transaction synchronization.
|
void |
appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction,
String processId,
boolean forceSharkService)
Appends adding process indexing to queue (async) as shark transaction synchronization.
|
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 appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId)
sharkTransaction
- shark transactionprocessId
- id of processvoid appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId, boolean forceSharkService)
sharkTransaction
- shark transactionprocessId
- 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 © 2025 Suncode. All rights reserved.