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 TypeMethodDescriptionvoidappendIndexAsync(org.enhydra.shark.api.SharkTransaction sharkTransaction, String processId) Appends index function call inProcessIndexingServiceto shark transaction.static ProcessIndexingWrapperget()voidindexAsync(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 inProcessIndexingServiceto shark transaction.- Parameters:
processId- id of process
-