public class TestActionTemp<T extends BusinessProcessModel>
extends <any>
Constructor and Description |
---|
TestActionTemp() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute(T process) |
protected BusinessProcessService |
getBusinessProcessService() |
java.lang.String |
getResult() |
java.util.Set<java.lang.String> |
getTransitions() |
void |
setResult(java.lang.String result) |
void |
setThrowException(boolean throwException) |
public java.lang.String getResult()
public void setResult(java.lang.String result)
public void setThrowException(boolean throwException)
public java.lang.String execute(T process) throws java.lang.Exception
java.lang.Exception
public java.util.Set<java.lang.String> getTransitions()
protected BusinessProcessService getBusinessProcessService()