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 SummaryFields Modifier and Type Field Description protected ProcessEngineprocessEngineprotected RepositoryServicerepositoryServiceprotected RuntimeServiceruntimeServiceprotected TaskServicetaskService
 - 
Constructor SummaryConstructors Constructor Description ProcessEngineAwareStep(ProcessEngine processEngine)
 - 
Method Summary- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.camunda.bpm.qa.performance.engine.framework.PerfTestStepBehaviorexecute
 
- 
 
- 
- 
- 
Field Detail- 
processEngineprotected ProcessEngine processEngine 
 - 
runtimeServiceprotected RuntimeService runtimeService 
 - 
taskServiceprotected TaskService taskService 
 - 
repositoryServiceprotected RepositoryService repositoryService 
 
- 
 - 
Constructor Detail- 
ProcessEngineAwareSteppublic ProcessEngineAwareStep(ProcessEngine processEngine) 
 
- 
 
-