Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionModel
Packages that use WorkflowDecisionModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo package.
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of WorkflowDecisionModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected List<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer.getPermittedDecisions(WorkflowActionModel action) protected com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer.wrapActionListener(com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener, org.zkoss.zul.Button confirmButton) Methods in com.hybris.backoffice.workflow with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowItemModelFactory.create(WorkflowDecisionModel decision) Creates newWorkflowItemfrom theWorkflowDecisionModelprotected booleanWorkflowActionDecisionActionRenderer.hasPermissions(WorkflowDecisionModel decision) voidWorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Sets selected decision for given workflow actionprotected booleanWorkflowActionDecisionAction.shouldPerform(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowDecisionModel selectedDecision) Method parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer.createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) protected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer.createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) voidWorkflowActionDecisionActionRenderer.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) voidWorkflowActionDecisionActionRenderer.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) protected com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer.wrapActionListener(com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener, org.zkoss.zul.Button confirmButton) -
Uses of WorkflowDecisionModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return WorkflowDecisionModelConstructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowDecisionModelModifierConstructorDescriptionWorkflowDecisionInstance(WorkflowDecisionModel workflowDecisionModel) -
Uses of WorkflowDecisionModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidDefaultWorkflowDecisionMaker.makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of WorkflowDecisionModel in com.hybris.backoffice.workflow.renderer
Methods in com.hybris.backoffice.workflow.renderer with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.MenuitemWorkflowActionDecisionMenuitemRenderer.createDecisionMenuitem(WorkflowDecisionModel workflowDecision) protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>WorkflowActionDecisionMenuitemRenderer.createDecisionOnClickEventListener(WorkflowActionModel workflowAction, WorkflowDecisionModel workflowDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) protected StringAbstractWorkflowActionDecisionRenderer.getDecisionLabel(WorkflowDecisionModel workflowDecision) protected booleanWorkflowActionDecisionMenuitemRenderer.hasPermissions(WorkflowDecisionModel decision) protected voidAbstractWorkflowActionDecisionRenderer.makeDecision(WorkflowActionModel workflowAction, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) Method parameters in com.hybris.backoffice.workflow.renderer with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected booleanWorkflowActionDecisionMenuitemRenderer.hasPermissions(org.apache.commons.lang3.tuple.Pair<WorkflowActionModel, WorkflowDecisionModel> data) voidWorkflowActionDecisionMenuitemRenderer.render(org.zkoss.zul.Menupopup parent, Void configuration, org.apache.commons.lang3.tuple.Pair<WorkflowActionModel, WorkflowDecisionModel> data, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of WorkflowDecisionModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return WorkflowDecisionModelModifier and TypeMethodDescriptionfinal WorkflowDecisionModelB2BAbstractWorkflowAutomatedAction.perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected voidDefaultB2BWorkflowIntegrationService.decideAction(WorkflowActionModel workflowActionModel, WorkflowDecisionModel workflowDecisionModel) -
Uses of WorkflowDecisionModel in de.hybris.platform.b2bacceleratorservices.workflows.actions
Methods in de.hybris.platform.b2bacceleratorservices.workflows.actions that return WorkflowDecisionModelModifier and TypeMethodDescriptionprotected WorkflowDecisionModelAbstractAutomatedWorkflowTemplateJob.defaultDecision(WorkflowActionModel workflowActionModel) Use this when there is only ONE decision from a given action! Gets the next decision and resumes the execution of the workflow UNLESS there are no more decisions in which case we return null to indicate the end of the workflowRegistrationApprovedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) RegistrationRejectedAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowAction) SendEmailAutomatedWorkflowTemplateJob.perform(WorkflowActionModel workflowActionModel) SendEmailAutomatedWorkflowTemplateTestJob.perform(WorkflowActionModel workflowActionModel) -
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return WorkflowDecisionModelModifier and TypeMethodDescriptionCMSWorkflowCommentModel.getDecision()Generated method - Getter of theCMSWorkflowComment.decisionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidCMSWorkflowCommentModel.setDecision(WorkflowDecisionModel value) Generated method - Setter ofCMSWorkflowComment.decisionattribute defined at extensioncms2. -
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.workflow.actions
Methods in de.hybris.platform.cms2.workflow.actions that return WorkflowDecisionModelModifier and TypeMethodDescriptionApprovePageAutomatedWorkflowAction.perform(WorkflowActionModel action) RejectEditingAutomatedWorkflowAction.perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return WorkflowDecisionModelModifier and TypeMethodDescriptionCMSWorkflowActionService.getActionDecisionForCode(WorkflowActionModel action, String decisionCode) Finds theWorkflowDecisionModelfor a givenWorkflowActionModelthat matches the provided decision code. -
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.workflow.service.impl
Methods in de.hybris.platform.cms2.workflow.service.impl that return WorkflowDecisionModelModifier and TypeMethodDescriptionDefaultCMSWorkflowActionService.getActionDecisionForCode(WorkflowActionModel action, String decisionCode) -
Uses of WorkflowDecisionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowDecisionModelBuilder.build()protected WorkflowDecisionModelWorkflowDecisionModelBuilder.getModel()Method parameters in de.hybris.platform.cmsfacades.util.builder with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowActionModelBuilder.withDecisions(Collection<WorkflowDecisionModel> decisions) -
Uses of WorkflowDecisionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowDecisionModelMother.createWorkflowApproveDecision(WorkflowActionModel workflowActionModel) protected WorkflowDecisionModelWorkflowDecisionModelMother.createWorkflowDecision(WorkflowActionModel workflowActionModel, String name) WorkflowDecisionModelMother.createWorkflowRejectDecision(WorkflowActionModel workflowActionModel) -
Uses of WorkflowDecisionModel in de.hybris.platform.cmsfacades.workflow.impl
Methods in de.hybris.platform.cmsfacades.workflow.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected CMSWorkflowCommentModelDefaultCMSWorkflowFacade.createComment(WorkflowDecisionModel decision, CommentTypeModel commentType, ComponentModel component, String subject, String text) Creates a comment and assigns a decision to it.protected voidDefaultCMSWorkflowFacade.createDecisionComments(WorkflowDecisionModel decision, String subject, String text) Creates a comment and adds it to incoming and non-automated outgoing actions. -
Uses of WorkflowDecisionModel in de.hybris.platform.cmsfacades.workflow.populator
Methods in de.hybris.platform.cmsfacades.workflow.populator with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected CMSWorkflowDecisionDataCMSWorkflowActionDataPopulator.getWorkflowDecisionData(WorkflowDecisionModel workflowDecisionModel) Method that converts theworkflowDecisionModeltocmsWorkflowDecisionData. -
Uses of WorkflowDecisionModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected voidTaskCellRenderer.doDecideAction(WorkflowActionModel action, WorkflowDecisionModel decision, TableModel model, org.zkoss.zk.ui.Component parent) Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected voidTaskCellRenderer.renderDecisionDropDown(org.zkoss.zul.Div actionRowDiv, org.zkoss.zk.ui.Component parent, TableModel model, Collection<WorkflowDecisionModel> decisions, TypedObject task) -
Uses of WorkflowDecisionModel in de.hybris.platform.platformbackoffice.actions.workflow
Methods in de.hybris.platform.platformbackoffice.actions.workflow that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected List<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer.getPermittedDecisions(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer.wrapActionListener(com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener, org.zkoss.zul.Button confirmButton) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.platformbackoffice.actions.workflow with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected booleanWorkflowActionDecisionActionRenderer.hasPermissions(WorkflowDecisionModel decision) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanWorkflowActionDecisionAction.shouldPerform(com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager, WorkflowDecisionModel selectedDecision) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.platformbackoffice.actions.workflow with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer.createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) Deprecated, for removal: This API element is subject to removal in a future version.protected org.zkoss.zul.ButtonWorkflowActionDecisionActionRenderer.createConfirmDecisionButton(com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowActionDecisionActionRenderer.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) Deprecated, for removal: This API element is subject to removal in a future version.voidWorkflowActionDecisionActionRenderer.render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.actions.CockpitAction<WorkflowActionModel, WorkflowDecisionModel> action, com.hybris.cockpitng.actions.ActionContext<WorkflowActionModel> context, boolean updateMode, com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener) Deprecated, for removal: This API element is subject to removal in a future version.protected com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel>WorkflowActionDecisionActionRenderer.wrapActionListener(com.hybris.cockpitng.actions.ActionListener<WorkflowDecisionModel> listener, org.zkoss.zul.Button confirmButton) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowDecisionModel in de.hybris.platform.platformbackoffice.renderers
Methods in de.hybris.platform.platformbackoffice.renderers that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected List<WorkflowDecisionModel>WorkflowDecisionActionSectionRenderer.getPermittedDecisions(WorkflowActionModel action) Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected voidWorkflowDecisionActionSectionRenderer.performAction(WorkflowActionModel workflowActionModel, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager wim) -
Uses of WorkflowDecisionModel in de.hybris.platform.warehousing.asn.actions
Methods in de.hybris.platform.warehousing.asn.actions that return WorkflowDecisionModelModifier and TypeMethodDescriptionDefaultTaskDeleteCancellationEventsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) DefaultTaskDeleteStockLevelsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) DefaultTaskReallocateConsignmentsOnAsnCancelAction.perform(WorkflowActionModel workflowActionModel) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowDecisionModel in de.hybris.platform.warehousing.taskassignment.actions
Methods in de.hybris.platform.warehousing.taskassignment.actions that return WorkflowDecisionModelModifier and TypeMethodDescriptionTaskAssignmentPackConsignmentAction.perform(WorkflowActionModel workflowAction) TaskAssignmentPickupConsignmentAction.perform(WorkflowActionModel workflowAction) TaskAssignmentShipConsignmentAction.perform(WorkflowActionModel workflowAction) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowProcessingService.decideAction(WorkflowActionModel action, WorkflowDecisionModel decision) Decides an action and assign a decisionvoidWorkflowProcessingService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction) Sets "andconnection" attribute for links.voidWorkflowProcessingService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction) Sets "orconnection" attribute for links. -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionprotected voidDefaultWorkflowProcessingService.chosen(WorkflowDecisionModel selDec) voidDefaultWorkflowProcessingService.decideAction(WorkflowActionModel action, WorkflowDecisionModel decision) Decides an action and assign a decisionvoidDefaultWorkflowProcessingService.setAndConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction) voidDefaultWorkflowProcessingService.setOrConnectionBetweenActionAndDecision(WorkflowDecisionModel decision, WorkflowActionModel workflowAction) Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidDefaultWorkflowService.setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowActionTemplateModel, List<WorkflowDecisionModel>> decisionsFromActionTemplate) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowDecisionModelModifier and TypeMethodDescriptionprotected WorkflowDecisionModelWorkflowTest.getDecision(String code, WorkflowActionModel action) Gets the decision with given code from test workflow instance.WorkflowAutomatedAction.perform(WorkflowActionModel action) WorkflowAutomatedTest.WorkflowAutomatedTestAction.perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.jobs
Methods in de.hybris.platform.workflow.jobs that return WorkflowDecisionModelModifier and TypeMethodDescriptionAutomatedWorkflowTemplateJob.perform(WorkflowActionModel action) execution method for the automated workflow jobWorkflowAutomatedAction.perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowActionModel.getSelectedDecision()Generated method - Getter of theWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowActionModel.getDecisions()Generated method - Getter of theWorkflowAction.decisionsattribute defined at extensionworkflow.WorkflowActionModel.getIncomingDecisions()Generated method - Getter of theWorkflowAction.incomingDecisionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowActionModel.setSelectedDecision(WorkflowDecisionModel value) Generated method - Setter ofWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowActionModel.setDecisions(Collection<WorkflowDecisionModel> value) Generated method - Setter ofWorkflowAction.decisionsattribute defined at extensionworkflow.voidWorkflowActionModel.setIncomingDecisions(Collection<WorkflowDecisionModel> value) Generated method - Setter ofWorkflowAction.incomingDecisionsattribute defined at extensionworkflow. -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.services
Methods in de.hybris.platform.workflow.services that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowService.getDecisionsForAction(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.workflow.services with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowService.decideAction(WorkflowActionModel action, WorkflowDecisionModel decision) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowProcessingService.decideAction(WorkflowActionModel, WorkflowDecisionModel) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.services.impl
Methods in de.hybris.platform.workflow.services.impl that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionWorkflowServiceImpl.getDecisionsForAction(WorkflowActionModel action) Deprecated, for removal: This API element is subject to removal in a future version.since ages - as of release 4.3, please useWorkflowActionModel.getDecisions()Methods in de.hybris.platform.workflow.services.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.decideAction(WorkflowActionModel action, WorkflowDecisionModel decision) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl that return WorkflowDecisionModelModifier and TypeMethodDescriptionDecisionFromDecisionTemplateFactory.create(WorkflowModel root, WorkflowDecisionTemplateModel workflowDecisionTemplate) DefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapper.perform(WorkflowActionModel action) Methods in de.hybris.platform.workflow.services.internal.impl that return types with arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionDecisionsFromActionTemplateFactory.create(WorkflowModel root, WorkflowActionTemplateModel templateAction) Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidDecisionsFromActionTemplateFactory.setDecisionFactory(WorkflowFactory<WorkflowModel, WorkflowDecisionTemplateModel, WorkflowDecisionModel> converter) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.strategies
Methods in de.hybris.platform.workflow.strategies with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidDecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.strategies.impl
Methods in de.hybris.platform.workflow.strategies.impl with parameters of type WorkflowDecisionModelModifier and TypeMethodDescriptionvoidDefaultDecideActionStrategy.doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec)
WorkflowActionModel.getDecisions()