public class CreateConsignmentMovedToCSTicketAction extends AbstractAction<ConsignmentProcessModel>
| Modifier and Type | Field and Description |
|---|---|
protected TicketBusinessService |
ticketBusinessService |
modelService, processParameterHelperERROR_RETURN_CODE, RETRY_RETURN_CODE| Constructor and Description |
|---|
CreateConsignmentMovedToCSTicketAction() |
| Modifier and Type | Method and Description |
|---|---|
protected CsTicketModel |
createTicket(java.lang.String subject,
java.lang.String description,
AbstractOrderModel order,
CsTicketCategory category,
CsTicketPriority priority) |
java.lang.String |
execute(ConsignmentProcessModel process)
Executes this
Action's business logic working on the given BusinessProcessModel. |
protected TicketBusinessService |
getTicketBusinessService() |
java.util.Set<java.lang.String> |
getTransitions()
Accesses all possible return codes of this
Action. |
void |
setTicketBusinessService(TicketBusinessService ticketBusinessService) |
createTransitions, getModelService, getProcessParameterHelper, getProcessParameterValue, refresh, save, setModelService, setOrderStatus, setProcessParameterHelperclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCurrentActionDefinitionContextprotected TicketBusinessService ticketBusinessService
public CreateConsignmentMovedToCSTicketAction()
public java.lang.String execute(ConsignmentProcessModel 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 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.Actionprotected CsTicketModel createTicket(java.lang.String subject, java.lang.String description, AbstractOrderModel order, CsTicketCategory category, CsTicketPriority priority)
protected TicketBusinessService getTicketBusinessService()
public void setTicketBusinessService(TicketBusinessService ticketBusinessService)
Copyright © 2018 SAP SE. All Rights Reserved.