Class ProcessEngineAwareStep
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.steps.ProcessEngineAwareStep
-
- All Implemented Interfaces:
PerfTestStepBehavior
- Direct Known Subclasses:
CompleteTaskStep
,CorrelateMessageStep
,EvaluateDecisionTableStep
,MetricIntervalStep
,MetricSumStep
,SignalExecutionStep
,StartProcessInstanceByMessageStep
,StartProcessInstanceStep
public abstract class ProcessEngineAwareStep extends java.lang.Object implements PerfTestStepBehavior
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected ProcessEngine
processEngine
protected RepositoryService
repositoryService
protected RuntimeService
runtimeService
protected TaskService
taskService
-
Constructor Summary
Constructors Constructor Description ProcessEngineAwareStep(ProcessEngine processEngine)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.qa.performance.engine.framework.PerfTestStepBehavior
execute
-
-
-
-
Field Detail
-
processEngine
protected ProcessEngine processEngine
-
runtimeService
protected RuntimeService runtimeService
-
taskService
protected TaskService taskService
-
repositoryService
protected RepositoryService repositoryService
-
-
Constructor Detail
-
ProcessEngineAwareStep
public ProcessEngineAwareStep(ProcessEngine processEngine)
-
-