public class StartingWorkflowAction extends AbstractProceduralAction
AbstractProceduralAction.TransitionmodelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
StartingWorkflowAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
beforeStart(WorkflowModel workflow,
BusinessProcessModel process) |
void |
executeAction(BusinessProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
void |
setTemplateId(java.lang.String templateId) |
void |
setUserService(UserService userService) |
void |
setWorkflowAttachmentService(WorkflowAttachmentService workflowAttachmentService) |
void |
setWorkflowIntegrationService(WorkflowIntegrationService workflowIntegrationService) |
execute, getTransitionscreateTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextpublic 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.Exceptionprotected void beforeStart(WorkflowModel workflow, BusinessProcessModel process)
public void setWorkflowAttachmentService(WorkflowAttachmentService workflowAttachmentService)
public void setTemplateId(java.lang.String templateId)
public void setUserService(UserService userService)
public void setWorkflowIntegrationService(WorkflowIntegrationService workflowIntegrationService)
Copyright © 2018 SAP SE. All Rights Reserved.