@Component public class ProcessIndexingWrapper extends Object
ProcessIndexingService
Constructor and Description |
---|
ProcessIndexingWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction,
String processId)
Appends index function call in
ProcessIndexingService to shark transaction. |
static ProcessIndexingWrapper |
get() |
void |
indexAsync(String processId,
boolean forceSharkService)
Calls index function in
ProcessIndexingService |
public static ProcessIndexingWrapper get()
public void indexAsync(String processId, boolean forceSharkService)
ProcessIndexingService
processId
- id of processforceSharkService
- force use shark service to retrieve process datapublic void appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId)
ProcessIndexingService
to shark transaction.processId
- id of processCopyright © 2025 Suncode. All rights reserved.