Class RunObjectives
java.lang.Object
org.camunda.automator.engine.flow.RunObjectives
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classKey is the Objective Index Value is a list of two information: - the reference value in the slot - the -
Constructor Summary
ConstructorsConstructorDescriptionRunObjectives(List<ScenarioFlowControl.Objective> listObjectives, BpmnEngine bpmnEngine, Map<String, RunResult.RecordCreationPI> recordCreationPIMap) -
Method Summary
Modifier and TypeMethodDescriptioncheck()Check the objective, and return an analysis string; If the string is empty, the objectif is reachvoidheartbeatvoidsetEndDate(Date endTestDate) voidsetStartDate(Date startTestDate)
-
Constructor Details
-
RunObjectives
public RunObjectives(List<ScenarioFlowControl.Objective> listObjectives, BpmnEngine bpmnEngine, Map<String, RunResult.RecordCreationPI> recordCreationPIMap)
-
-
Method Details
-
setStartDate
-
setEndDate
-
heartBeat
public void heartBeat()heartbeat -
check
Check the objective, and return an analysis string; If the string is empty, the objectif is reach- Returns:
- empty if the objective is Ok, else an analysis
-