Package org.bonitasoft.engine.synchro
Class PerfEventUtil
java.lang.Object
org.bonitasoft.engine.synchro.PerfEventUtil
Utility methods to get maps that match process as wanted
- Author:
- Baptiste Mesta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,Serializable> getFlowNodeReachStateEvent(long processInstanceId, String taskName, int stateId) static Map<String,Serializable> getProcessInstanceFinishedEvent(long processInstanceId) static Map<String,Serializable> getReadyTaskEvent(long processInstanceId, String taskName)
-
Constructor Details
-
PerfEventUtil
public PerfEventUtil()
-
-
Method Details
-
getProcessInstanceFinishedEvent
-
getReadyTaskEvent
-
getFlowNodeReachStateEvent
public static Map<String,Serializable> getFlowNodeReachStateEvent(long processInstanceId, String taskName, int stateId)
-