Package org.activiti.engine.impl.test
Class NoOpServiceTask
- java.lang.Object
-
- org.activiti.engine.impl.test.NoOpServiceTask
-
- All Implemented Interfaces:
JavaDelegate
public class NoOpServiceTask extends Object implements JavaDelegate
-
-
Field Summary
Fields Modifier and Type Field Description static AtomicIntegerCALL_COUNTprotected Expressionnamestatic List<String>NAMES
-
Constructor Summary
Constructors Constructor Description NoOpServiceTask()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(DelegateExecution execution)ExpressiongetName()static voidreset()voidsetName(Expression name)
-
-
-
Field Detail
-
CALL_COUNT
public static AtomicInteger CALL_COUNT
-
name
protected Expression name
-
-
Method Detail
-
execute
public void execute(DelegateExecution execution)
- Specified by:
executein interfaceJavaDelegate
-
getName
public Expression getName()
-
setName
public void setName(Expression name)
-
reset
public static void reset()
-
-