Uses of Class
de.hybris.platform.workflow.jalo.WorkflowAction
-
-
Uses of WorkflowAction in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions with parameters of type WorkflowAction Modifier and Type Method Description WorkflowDecision
AbstractWorkflowAutomatedAction. perform(WorkflowAction action)
Deprecated.void
AbstractWorkflowAutomatedAction. performAction(WorkflowAction action)
Deprecated.void
AfterApproveGenericWorkflowDecisionAction. performAction(WorkflowAction action)
Deprecated.void
AfterMerchantApprovalWorkflowDecisionAction. performAction(WorkflowAction action)
void
AfterMerchantRejectionWorkflowDecisionAction. performAction(WorkflowAction action)
void
AfterQuoteApprovalWorkflowDecisionAction. performAction(WorkflowAction action)
void
AfterQuoteRejectionWorkflowDecisionAction. performAction(WorkflowAction action)
void
AfterRejectGenericWorkflowDecisionAction. performAction(WorkflowAction action)
Deprecated. -
Uses of WorkflowAction in de.hybris.platform.processengine.action
Methods in de.hybris.platform.processengine.action with parameters of type WorkflowAction Modifier and Type Method Description WorkflowDecision
AfterWorkflowAction. perform(WorkflowAction action)
-
Uses of WorkflowAction in de.hybris.platform.workflow.jalo
Fields in de.hybris.platform.workflow.jalo with type parameters of type WorkflowAction Modifier and Type Field Description protected static OneToManyHandler<WorkflowAction>
GeneratedWorkflow. ACTIONSHANDLER
OneToManyHandler
for handling 1:n ACTIONS's relation attributes from 'many' side.Methods in de.hybris.platform.workflow.jalo that return WorkflowAction Modifier and Type Method Description WorkflowAction
GeneratedWorkflowManager. createWorkflowAction(SessionContext ctx, java.util.Map attributeValues)
WorkflowAction
GeneratedWorkflowManager. createWorkflowAction(java.util.Map attributeValues)
WorkflowAction
WorkflowActionTemplate. createWorkflowAction(Workflow workflow)
Deprecated.since ages - as of release 4.3, please useWorkflowActionService.createWorkflowAction(de.hybris.platform.workflow.model.WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel)
WorkflowAction
WorkflowManager. createWorkflowAction(SessionContext ctx, java.util.Map attributeValues, ComposedType type)
Deprecated.since ages - as of release 4.3, please useWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel)
WorkflowAction
WorkflowManager. createWorkflowAction(java.util.Map attributeValues, ComposedType type)
Deprecated.since ages - as of release 4.3, please useWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel, de.hybris.platform.workflow.model.WorkflowModel)
WorkflowAction
GeneratedWorkflowDecision. getAction()
Generated method - Getter of theWorkflowDecision.action
attribute.WorkflowAction
GeneratedWorkflowDecision. getAction(SessionContext ctx)
Generated method - Getter of theWorkflowDecision.action
attribute.protected WorkflowAction
WorkflowCompatibleTest. getAction(java.lang.String code)
Gets the action with given code from test workflow instance.protected WorkflowAction
WorkflowTest. 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.Methods in de.hybris.platform.workflow.jalo that return types with arguments of type WorkflowAction Modifier and Type Method 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 theWorkflow.actions
attribute.java.util.List<WorkflowAction>
GeneratedWorkflow. getActions(SessionContext ctx)
Generated method - Getter of theWorkflow.actions
attribute.java.util.Collection<WorkflowAction>
GeneratedWorkflowItemAttachment. getActions()
Generated method - Getter of theWorkflowItemAttachment.actions
attribute.java.util.Collection<WorkflowAction>
GeneratedWorkflowItemAttachment. getActions(SessionContext ctx)
Generated method - Getter of theWorkflowItemAttachment.actions
attribute.java.util.List<WorkflowAction>
WorkflowManager. getAllUserWorkflowActionsWithAttachment(ComposedType attachmentType)
Deprecated.since ages - as of release 4.3, please useWorkflowActionService.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 useWorkflowActionService.getAllUserWorkflowActionsWithAttachment(String)
java.util.List<WorkflowAction>
WorkflowManager. getAllUserWorkflowActionsWithAttachments(java.util.List<java.lang.String> attachments)
Deprecated.since ages - as of release 4.3, please useWorkflowActionService.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 useWorkflowActionService.getAllUserWorkflowActionsWithAttachments(List, Collection)
java.util.Collection<WorkflowAction>
GeneratedWorkflowDecision. getToActions()
Generated method - Getter of theWorkflowDecision.toActions
attribute.java.util.Collection<WorkflowAction>
GeneratedWorkflowDecision. getToActions(SessionContext ctx)
Generated method - Getter of theWorkflowDecision.toActions
attribute.Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowAction Modifier and Type Method Description void
GeneratedWorkflow. addToActions(SessionContext ctx, WorkflowAction value)
Generated method - Addsvalue
to actions.void
GeneratedWorkflow. addToActions(WorkflowAction value)
Generated method - Addsvalue
to actions.void
GeneratedWorkflowItemAttachment. addToActions(SessionContext ctx, WorkflowAction value)
Generated method - Addsvalue
to actions.void
GeneratedWorkflowItemAttachment. addToActions(WorkflowAction value)
Generated method - Addsvalue
to actions.void
GeneratedWorkflowDecision. addToToActions(SessionContext ctx, WorkflowAction value)
Generated method - Addsvalue
to toActions.void
GeneratedWorkflowDecision. addToToActions(WorkflowAction value)
Generated method - Addsvalue
to toActions.protected WorkflowDecision
WorkflowTest. getDecision(java.lang.String code, WorkflowAction action)
Gets the decision with given code from test workflow instance.protected void
AutomatedWorkflowActionTemplate. perform(WorkflowAction action)
Performs automated action defined by attribute jobclass.WorkflowDecision
AutomatedWorkflowTemplateJob. perform(WorkflowAction action)
Deprecated.execution method for the automated workflow jobprotected void
WorkflowActionTemplate. perform(WorkflowAction action)
Deprecated.Will be called after activation of given action.WorkflowDecision
WorkflowAutomatedAction. perform(WorkflowAction action)
Deprecated.WorkflowDecision
WorkflowAutomatedTest.WorkflowAutomatedTestAction. perform(WorkflowAction action)
void
GeneratedWorkflow. removeFromActions(SessionContext ctx, WorkflowAction value)
Generated method - Removesvalue
from actions.void
GeneratedWorkflow. removeFromActions(WorkflowAction value)
Generated method - Removesvalue
from actions.void
GeneratedWorkflowItemAttachment. removeFromActions(SessionContext ctx, WorkflowAction value)
Generated method - Removesvalue
from actions.void
GeneratedWorkflowItemAttachment. removeFromActions(WorkflowAction value)
Generated method - Removesvalue
from actions.void
GeneratedWorkflowDecision. removeFromToActions(SessionContext ctx, WorkflowAction value)
Generated method - Removesvalue
from toActions.void
GeneratedWorkflowDecision. removeFromToActions(WorkflowAction value)
Generated method - Removesvalue
from toActions.void
GeneratedWorkflowDecision. setAction(SessionContext ctx, WorkflowAction value)
Generated method - Setter of theWorkflowDecision.action
attribute.void
GeneratedWorkflowDecision. setAction(WorkflowAction value)
Generated method - Setter of theWorkflowDecision.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.Method parameters in de.hybris.platform.workflow.jalo with type arguments of type WorkflowAction Modifier and Type Method 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
GeneratedWorkflow. setActions(SessionContext ctx, java.util.List<WorkflowAction> value)
Generated method - Setter of theWorkflow.actions
attribute.void
GeneratedWorkflow. setActions(java.util.List<WorkflowAction> value)
Generated method - Setter of theWorkflow.actions
attribute.void
GeneratedWorkflowItemAttachment. setActions(SessionContext ctx, java.util.Collection<WorkflowAction> value)
Generated method - Setter of theWorkflowItemAttachment.actions
attribute.void
GeneratedWorkflowItemAttachment. setActions(java.util.Collection<WorkflowAction> value)
Generated method - Setter of theWorkflowItemAttachment.actions
attribute.void
GeneratedWorkflowDecision. setToActions(SessionContext ctx, java.util.Collection<WorkflowAction> value)
Generated method - Setter of theWorkflowDecision.toActions
attribute.void
GeneratedWorkflowDecision. setToActions(java.util.Collection<WorkflowAction> value)
Generated method - Setter of theWorkflowDecision.toActions
attribute. -
Uses of WorkflowAction in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type WorkflowAction Modifier and Type Method Description WorkflowDecision
DeprecatedWorkflowAction. perform(WorkflowAction action)
-