org.camunda.bpm.engine.impl.test
Class CmmnProcessEngineTestCase.HelperCaseCommand

java.lang.Object
  extended by org.camunda.bpm.engine.impl.test.CmmnProcessEngineTestCase.HelperCaseCommand
All Implemented Interfaces:
Command<Void>
Enclosing class:
CmmnProcessEngineTestCase

protected abstract class CmmnProcessEngineTestCase.HelperCaseCommand
extends Object
implements Command<Void>


Constructor Summary
protected CmmnProcessEngineTestCase.HelperCaseCommand()
           
 
Method Summary
abstract  void execute()
           
 Void execute(CommandContext commandContext)
           
protected  CmmnExecution getExecution(String caseExecutionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmmnProcessEngineTestCase.HelperCaseCommand

protected CmmnProcessEngineTestCase.HelperCaseCommand()
Method Detail

getExecution

protected CmmnExecution getExecution(String caseExecutionId)

execute

public Void execute(CommandContext commandContext)
Specified by:
execute in interface Command<Void>

execute

public abstract void execute()


Copyright © 2015 camunda services GmbH. All rights reserved.