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
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ProcessEngineprotected RepositoryServiceprotected RuntimeServiceprotected TaskService - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.qa.performance.engine.framework.PerfTestStepBehavior
execute 
- 
Field Details
- 
processEngine
 - 
runtimeService
 - 
taskService
 - 
repositoryService
 
 - 
 - 
Constructor Details
- 
ProcessEngineAwareStep
 
 -