public class TestAction extends AbstractProceduralAction
ProcessActionTest.AbstractProceduralAction.Transition| Modifier and Type | Field and Description |
|---|---|
int |
calls |
modelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
TestAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeAction(BusinessProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
java.util.Set<java.lang.String> |
getTransitions()
Accesses all possible return codes of this
Action. |
executecreateTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic java.util.Set<java.lang.String> getTransitions()
ActionAction. This method is used by the process engine to validate a
process definition. Furthermore it can be used by (graphical) editors to access all return codes which have to mapped
in transitions.getTransitions in interface ActiongetTransitions in class AbstractProceduralActionActionpublic void executeAction(BusinessProcessModel process) throws RetryLaterException, java.lang.Exception
AbstractProceduralActionAction's business logic working on the given BusinessProcessModel.executeAction in class AbstractProceduralActionprocess - The process context to work on.RetryLaterExceptionjava.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.