public interface ActivityIndexingService
Modifier and Type | Method and Description |
---|---|
void |
appendIndexAllActivitiesAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction,
String processId,
boolean forceSharkService)
Appends all activities in process to queue (async) as shark transaction synchronization.
|
void |
appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction,
String processId,
String activityId)
Appends adding activity indexing to queue (async) as shark transaction synchronization.
|
void |
appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction,
String processId,
String activityId,
boolean forceSharkService)
Appends adding activity indexing to queue (async) as shark transaction synchronization.
|
void |
indexAsync(String processId,
String activityId)
Adds activity to the indexing queue (async)
|
void |
indexAsync(String processId,
String activityId,
boolean forceSharkService)
Adds activity to the indexing queue (async)
|
void |
indexSync(Map<String,List<String>> activityIds,
boolean forceSharkService)
Index map of activities without queue (sync)
|
void |
indexSync(String processId,
String activityId,
boolean forceSharkService,
boolean checkProcessing)
Index activity without queue (sync)
|
void indexAsync(String processId, String activityId)
processId
- id of processactivityId
- id of activityvoid indexAsync(String processId, String activityId, boolean forceSharkService)
processId
- id of processactivityId
- id of activityforceSharkService
- force use shark service to retrieve activity datavoid appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId, String activityId)
sharkTransaction
- shark transactionprocessId
- id of processactivityId
- id of activityvoid appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId, String activityId, boolean forceSharkService)
sharkTransaction
- shark transactionprocessId
- id of processactivityId
- id of activityforceSharkService
- force use shark service to retrieve activity datavoid appendIndexAllActivitiesAsync(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, String activityId, boolean forceSharkService, boolean checkProcessing)
processId
- id of processactivityId
- id of activityforceSharkService
- force use shark service to retrieve activity datacheckProcessing
- checking if the activity has no processing statusCopyright © 2025 Suncode. All rights reserved.