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 WorkflowDecisionAbstractWorkflowAutomatedAction. perform(WorkflowAction action)Deprecated.voidAbstractWorkflowAutomatedAction. performAction(WorkflowAction action)Deprecated.voidAfterApproveGenericWorkflowDecisionAction. performAction(WorkflowAction action)Deprecated.voidAfterMerchantApprovalWorkflowDecisionAction. performAction(WorkflowAction action)voidAfterMerchantRejectionWorkflowDecisionAction. performAction(WorkflowAction action)voidAfterQuoteApprovalWorkflowDecisionAction. performAction(WorkflowAction action)voidAfterQuoteRejectionWorkflowDecisionAction. performAction(WorkflowAction action)voidAfterRejectGenericWorkflowDecisionAction. 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 WorkflowDecisionAfterWorkflowAction. 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. ACTIONSHANDLEROneToManyHandlerfor 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 WorkflowActionGeneratedWorkflowManager. createWorkflowAction(SessionContext ctx, java.util.Map attributeValues)WorkflowActionGeneratedWorkflowManager. createWorkflowAction(java.util.Map attributeValues)WorkflowActionWorkflowActionTemplate. 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)WorkflowActionWorkflowManager. 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)WorkflowActionWorkflowManager. 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)WorkflowActionGeneratedWorkflowDecision. getAction()Generated method - Getter of theWorkflowDecision.actionattribute.WorkflowActionGeneratedWorkflowDecision. getAction(SessionContext ctx)Generated method - Getter of theWorkflowDecision.actionattribute.protected WorkflowActionWorkflowCompatibleTest. getAction(java.lang.String code)Gets the action with given code from test workflow instance.protected WorkflowActionWorkflowTest. getAction(java.lang.String code)Gets the action with given code from test workflow instance.protected WorkflowActionWorkflowTemplate. 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.actionsattribute.java.util.List<WorkflowAction>GeneratedWorkflow. getActions(SessionContext ctx)Generated method - Getter of theWorkflow.actionsattribute.java.util.Collection<WorkflowAction>GeneratedWorkflowItemAttachment. getActions()Generated method - Getter of theWorkflowItemAttachment.actionsattribute.java.util.Collection<WorkflowAction>GeneratedWorkflowItemAttachment. getActions(SessionContext ctx)Generated method - Getter of theWorkflowItemAttachment.actionsattribute.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.toActionsattribute.java.util.Collection<WorkflowAction>GeneratedWorkflowDecision. getToActions(SessionContext ctx)Generated method - Getter of theWorkflowDecision.toActionsattribute.Methods in de.hybris.platform.workflow.jalo with parameters of type WorkflowAction Modifier and Type Method Description voidGeneratedWorkflow. addToActions(SessionContext ctx, WorkflowAction value)Generated method - Addsvalueto actions.voidGeneratedWorkflow. addToActions(WorkflowAction value)Generated method - Addsvalueto actions.voidGeneratedWorkflowItemAttachment. addToActions(SessionContext ctx, WorkflowAction value)Generated method - Addsvalueto actions.voidGeneratedWorkflowItemAttachment. addToActions(WorkflowAction value)Generated method - Addsvalueto actions.voidGeneratedWorkflowDecision. addToToActions(SessionContext ctx, WorkflowAction value)Generated method - Addsvalueto toActions.voidGeneratedWorkflowDecision. addToToActions(WorkflowAction value)Generated method - Addsvalueto toActions.protected WorkflowDecisionWorkflowTest. getDecision(java.lang.String code, WorkflowAction action)Gets the decision with given code from test workflow instance.protected voidAutomatedWorkflowActionTemplate. perform(WorkflowAction action)Performs automated action defined by attribute jobclass.WorkflowDecisionAutomatedWorkflowTemplateJob. perform(WorkflowAction action)Deprecated.execution method for the automated workflow jobprotected voidWorkflowActionTemplate. perform(WorkflowAction action)Deprecated.Will be called after activation of given action.WorkflowDecisionWorkflowAutomatedAction. perform(WorkflowAction action)Deprecated.WorkflowDecisionWorkflowAutomatedTest.WorkflowAutomatedTestAction. perform(WorkflowAction action)voidGeneratedWorkflow. removeFromActions(SessionContext ctx, WorkflowAction value)Generated method - Removesvaluefrom actions.voidGeneratedWorkflow. removeFromActions(WorkflowAction value)Generated method - Removesvaluefrom actions.voidGeneratedWorkflowItemAttachment. removeFromActions(SessionContext ctx, WorkflowAction value)Generated method - Removesvaluefrom actions.voidGeneratedWorkflowItemAttachment. removeFromActions(WorkflowAction value)Generated method - Removesvaluefrom actions.voidGeneratedWorkflowDecision. removeFromToActions(SessionContext ctx, WorkflowAction value)Generated method - Removesvaluefrom toActions.voidGeneratedWorkflowDecision. removeFromToActions(WorkflowAction value)Generated method - Removesvaluefrom toActions.voidGeneratedWorkflowDecision. setAction(SessionContext ctx, WorkflowAction value)Generated method - Setter of theWorkflowDecision.actionattribute.voidGeneratedWorkflowDecision. setAction(WorkflowAction value)Generated method - Setter of theWorkflowDecision.actionattribute.voidAbstractWorkflowAction. writeAutomatedComment(WorkflowAction action, java.lang.String message)Creates a new workflow comment and attaches it to the action.voidAbstractWorkflowAction. 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 voidWorkflowTemplate. copyAndConnectionAttribute(WorkflowDecisionTemplate workflowDecisionTemplate, java.util.List<WorkflowAction> workflowActions, WorkflowDecision newDecision)Deprecated.Sets the andConntection Attribute on the extendet Relation WorkflowActionLinkRelation.protected WorkflowActionWorkflowTemplate. getWorkAction(WorkflowActionTemplate templateAction, java.util.List<WorkflowAction> workflowActions)Deprecated.Gets the action out of given action list which was created by given action template.voidGeneratedWorkflow. setActions(SessionContext ctx, java.util.List<WorkflowAction> value)Generated method - Setter of theWorkflow.actionsattribute.voidGeneratedWorkflow. setActions(java.util.List<WorkflowAction> value)Generated method - Setter of theWorkflow.actionsattribute.voidGeneratedWorkflowItemAttachment. setActions(SessionContext ctx, java.util.Collection<WorkflowAction> value)Generated method - Setter of theWorkflowItemAttachment.actionsattribute.voidGeneratedWorkflowItemAttachment. setActions(java.util.Collection<WorkflowAction> value)Generated method - Setter of theWorkflowItemAttachment.actionsattribute.voidGeneratedWorkflowDecision. setToActions(SessionContext ctx, java.util.Collection<WorkflowAction> value)Generated method - Setter of theWorkflowDecision.toActionsattribute.voidGeneratedWorkflowDecision. setToActions(java.util.Collection<WorkflowAction> value)Generated method - Setter of theWorkflowDecision.toActionsattribute. -
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 WorkflowDecisionDeprecatedWorkflowAction. perform(WorkflowAction action)
-