Class ProcessIndexingWrapper
java.lang.Object
com.suncode.pwfl.workflow.process.indexer.ProcessIndexingWrapper
Helper class to wrap functions in
ProcessIndexingService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendIndexAsync
(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId) Appends index function call inProcessIndexingService
to shark transaction.static ProcessIndexingWrapper
get()
void
indexAsync
(String processId, boolean forceSharkService) Calls index function inProcessIndexingService
-
Constructor Details
-
ProcessIndexingWrapper
public ProcessIndexingWrapper()
-
-
Method Details
-
get
- Returns:
- Instance of class
-
indexAsync
Calls index function inProcessIndexingService
- Parameters:
processId
- id of processforceSharkService
- force use shark service to retrieve process data
-
appendIndexAsync
public void appendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId) Appends index function call inProcessIndexingService
to shark transaction.- Parameters:
processId
- id of process
-