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 java.lang.Object implements JavaDelegate
-
-
Field Summary
Fields Modifier and Type Field Description static java.util.concurrent.atomic.AtomicIntegerCALL_COUNTprotected Expressionnamestatic java.util.List<java.lang.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 java.util.concurrent.atomic.AtomicInteger CALL_COUNT
-
NAMES
public static java.util.List<java.lang.String> NAMES
-
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()
-
-