public abstract class AbstractProceduralAction<T extends BusinessProcessModel> extends AbstractAction<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractProceduralAction.Transition |
modelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
AbstractProceduralAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(T process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
abstract void |
executeAction(T 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. |
createTransitions, 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.Actionpublic final java.lang.String execute(T process) throws RetryLaterException, java.lang.Exception
ActionAction's business logic working on the given BusinessProcessModel.process - The process context to work on.java.lang.ExceptionRetryLaterExceptionpublic abstract void executeAction(T process) throws RetryLaterException, java.lang.Exception
Action's business logic working on the given BusinessProcessModel.process - The process context to work on.RetryLaterExceptionjava.lang.ExceptionCopyright © 2018 SAP SE. All Rights Reserved.