| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
AbstractWorkflowAutomatedAction.perform(WorkflowAction action)
Deprecated.
|
void |
AfterQuoteApprovalWorkflowDecisionAction.performAction(WorkflowAction action) |
void |
AbstractWorkflowAutomatedAction.performAction(WorkflowAction action)
Deprecated.
|
void |
AfterRejectGenericWorkflowDecisionAction.performAction(WorkflowAction action)
Deprecated.
|
void |
AfterQuoteRejectionWorkflowDecisionAction.performAction(WorkflowAction action) |
void |
AfterApproveGenericWorkflowDecisionAction.performAction(WorkflowAction action)
Deprecated.
|
void |
AfterMerchantApprovalWorkflowDecisionAction.performAction(WorkflowAction action) |
void |
AfterMerchantRejectionWorkflowDecisionAction.performAction(WorkflowAction action) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
AfterWorkflowAction.perform(WorkflowAction action) |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<WorkflowAction> |
GeneratedWorkflow.ACTIONSHANDLER
OneToManyHandler for handling 1:n ACTIONS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowAction |
GeneratedWorkflowManager.createWorkflowAction(java.util.Map attributeValues) |
WorkflowAction |
WorkflowManager.createWorkflowAction(java.util.Map attributeValues,
ComposedType type)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel) |
WorkflowAction |
GeneratedWorkflowManager.createWorkflowAction(SessionContext ctx,
java.util.Map attributeValues) |
WorkflowAction |
WorkflowManager.createWorkflowAction(SessionContext ctx,
java.util.Map attributeValues,
ComposedType type)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel) |
WorkflowAction |
WorkflowActionTemplate.createWorkflowAction(Workflow workflow)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.createWorkflowAction(de.hybris.platform.workflow.model.WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel)
Creates a new action instance using attributes of this action template. |
WorkflowAction |
GeneratedWorkflowDecision.getAction()
Generated method - Getter of the
WorkflowDecision.action attribute. |
WorkflowAction |
GeneratedWorkflowDecision.getAction(SessionContext ctx)
Generated method - Getter of the
WorkflowDecision.action attribute. |
protected WorkflowAction |
WorkflowTest.getAction(java.lang.String code)
Gets the action with given code from test workflow instance.
|
protected WorkflowAction |
WorkflowCompatibleTest.getAction(java.lang.String code)
Gets the action with given code from test workflow instance.
|
protected WorkflowAction |
WorkflowTemplate.getWorkAction(WorkflowActionTemplate templateAction,
java.util.List<WorkflowAction> workflowActions)
Deprecated.
Gets the action out of given action list which was created by given action template.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<WorkflowAction> |
WorkflowTemplate.createActions(Workflow workflow)
Deprecated.
Creates new actions corresponding to the action templates set to this workflow template.
|
java.util.List<WorkflowAction> |
GeneratedWorkflow.getActions()
Generated method - Getter of the
Workflow.actions attribute. |
java.util.Collection<WorkflowAction> |
GeneratedWorkflowItemAttachment.getActions()
Generated method - Getter of the
WorkflowItemAttachment.actions attribute. |
java.util.List<WorkflowAction> |
GeneratedWorkflow.getActions(SessionContext ctx)
Generated method - Getter of the
Workflow.actions attribute. |
java.util.Collection<WorkflowAction> |
GeneratedWorkflowItemAttachment.getActions(SessionContext ctx)
Generated method - Getter of the
WorkflowItemAttachment.actions attribute. |
java.util.List<WorkflowAction> |
WorkflowManager.getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.getAllUserWorkflowActionsWithAttachment(de.hybris.platform.core.model.type.ComposedTypeModel) |
java.util.List<WorkflowAction> |
WorkflowManager.getAllUserWorkflowActionsWithAttachment(java.lang.String attachmentTypeCodeOrClassName)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.getAllUserWorkflowActionsWithAttachment(String) |
java.util.List<WorkflowAction> |
WorkflowManager.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.getAllUserWorkflowActionsWithAttachments(List) |
java.util.List<WorkflowAction> |
WorkflowManager.getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments,
java.util.Collection<EnumerationValue> actionStatuses)
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionService.getAllUserWorkflowActionsWithAttachments(List, Collection) |
java.util.Collection<WorkflowAction> |
GeneratedWorkflowDecision.getToActions()
Generated method - Getter of the
WorkflowDecision.toActions attribute. |
java.util.Collection<WorkflowAction> |
GeneratedWorkflowDecision.getToActions(SessionContext ctx)
Generated method - Getter of the
WorkflowDecision.toActions attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWorkflow.addToActions(SessionContext ctx,
WorkflowAction value)
Generated method - Adds
value to actions. |
void |
GeneratedWorkflowItemAttachment.addToActions(SessionContext ctx,
WorkflowAction value)
Generated method - Adds
value to actions. |
void |
GeneratedWorkflow.addToActions(WorkflowAction value)
Generated method - Adds
value to actions. |
void |
GeneratedWorkflowItemAttachment.addToActions(WorkflowAction value)
Generated method - Adds
value to actions. |
void |
GeneratedWorkflowDecision.addToToActions(SessionContext ctx,
WorkflowAction value)
Generated method - Adds
value to toActions. |
void |
GeneratedWorkflowDecision.addToToActions(WorkflowAction value)
Generated method - Adds
value to toActions. |
protected WorkflowDecision |
WorkflowTest.getDecision(java.lang.String code,
WorkflowAction action)
Gets the decision with given code from test workflow instance.
|
protected void |
WorkflowActionTemplate.perform(WorkflowAction action)
Deprecated.
Will be called after activation of given action.
|
WorkflowDecision |
WorkflowAutomatedAction.perform(WorkflowAction action)
Deprecated.
|
WorkflowDecision |
AutomatedWorkflowTemplateJob.perform(WorkflowAction action)
Deprecated.
execution method for the automated workflow job
|
protected void |
AutomatedWorkflowActionTemplate.perform(WorkflowAction action)
Performs automated action defined by attribute jobclass.
|
WorkflowDecision |
WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowAction action) |
void |
GeneratedWorkflow.removeFromActions(SessionContext ctx,
WorkflowAction value)
Generated method - Removes
value from actions. |
void |
GeneratedWorkflowItemAttachment.removeFromActions(SessionContext ctx,
WorkflowAction value)
Generated method - Removes
value from actions. |
void |
GeneratedWorkflow.removeFromActions(WorkflowAction value)
Generated method - Removes
value from actions. |
void |
GeneratedWorkflowItemAttachment.removeFromActions(WorkflowAction value)
Generated method - Removes
value from actions. |
void |
GeneratedWorkflowDecision.removeFromToActions(SessionContext ctx,
WorkflowAction value)
Generated method - Removes
value from toActions. |
void |
GeneratedWorkflowDecision.removeFromToActions(WorkflowAction value)
Generated method - Removes
value from toActions. |
void |
GeneratedWorkflowDecision.setAction(SessionContext ctx,
WorkflowAction value)
Generated method - Setter of the
WorkflowDecision.action attribute. |
void |
GeneratedWorkflowDecision.setAction(WorkflowAction value)
Generated method - Setter of the
WorkflowDecision.action attribute. |
void |
AbstractWorkflowAction.writeAutomatedComment(WorkflowAction action,
java.lang.String message)
Creates a new workflow comment and attaches it to the action.
|
void |
AbstractWorkflowAction.writeAutomatedComment(WorkflowAction action,
java.lang.String message,
java.lang.String[] messageParams)
Creates a new workflow comment and attaches it to the action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowTemplate.copyAndConnectionAttribute(WorkflowDecisionTemplate workflowDecisionTemplate,
java.util.List<WorkflowAction> workflowActions,
WorkflowDecision newDecision)
Deprecated.
Sets the andConntection Attribute on the extendet Relation WorkflowActionLinkRelation.
|
protected WorkflowAction |
WorkflowTemplate.getWorkAction(WorkflowActionTemplate templateAction,
java.util.List<WorkflowAction> workflowActions)
Deprecated.
Gets the action out of given action list which was created by given action template.
|
void |
GeneratedWorkflowItemAttachment.setActions(java.util.Collection<WorkflowAction> value)
Generated method - Setter of the
WorkflowItemAttachment.actions attribute. |
void |
GeneratedWorkflow.setActions(java.util.List<WorkflowAction> value)
Generated method - Setter of the
Workflow.actions attribute. |
void |
GeneratedWorkflowItemAttachment.setActions(SessionContext ctx,
java.util.Collection<WorkflowAction> value)
Generated method - Setter of the
WorkflowItemAttachment.actions attribute. |
void |
GeneratedWorkflow.setActions(SessionContext ctx,
java.util.List<WorkflowAction> value)
Generated method - Setter of the
Workflow.actions attribute. |
void |
GeneratedWorkflowDecision.setToActions(java.util.Collection<WorkflowAction> value)
Generated method - Setter of the
WorkflowDecision.toActions attribute. |
void |
GeneratedWorkflowDecision.setToActions(SessionContext ctx,
java.util.Collection<WorkflowAction> value)
Generated method - Setter of the
WorkflowDecision.toActions attribute. |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDecision |
DeprecatedWorkflowAction.perform(WorkflowAction action) |
Copyright © 2018 SAP SE. All Rights Reserved.