Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionModel
-
-
Uses of WorkflowDecisionModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow that return types with arguments of type WorkflowDecisionModel Modifier and Type Method Description protected java.util.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 WorkflowDecisionModel Modifier and Type Method Description WorkflowItemWorkflowItemModelFactory. 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 WorkflowDecisionModel Modifier and Type Method Description 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)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 WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelWorkflowDecisionInstance. getModel()Constructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowDecisionModel Constructor Description WorkflowDecisionInstance(WorkflowDecisionModel workflowDecisionModel) -
Uses of WorkflowDecisionModel in com.hybris.backoffice.workflow.impl
Methods in com.hybris.backoffice.workflow.impl with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidDefaultWorkflowDecisionMaker. 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 WorkflowDecisionModel Modifier and Type Method Description protected 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 java.lang.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 WorkflowDecisionModel Modifier and Type Method Description protected booleanWorkflowActionDecisionMenuitemRenderer. hasPermissions(org.apache.commons.lang3.tuple.Pair<WorkflowActionModel,WorkflowDecisionModel> data)voidWorkflowActionDecisionMenuitemRenderer. render(org.zkoss.zul.Menupopup parent, java.lang.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 WorkflowDecisionModel Modifier and Type Method Description 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 WorkflowDecisionModel Modifier and Type Method Description protected voidDefaultB2BWorkflowIntegrationService. decideAction(WorkflowActionModel workflowActionModel, WorkflowDecisionModel workflowDecisionModel) -
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.model
Methods in de.hybris.platform.cms2.model that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelCMSWorkflowCommentModel. getDecision()Generated method - Getter of theCMSWorkflowComment.decisionattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidCMSWorkflowCommentModel. 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 WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelApprovePageAutomatedWorkflowAction. perform(WorkflowActionModel action)WorkflowDecisionModelRejectEditingAutomatedWorkflowAction. perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.cms2.workflow.service
Methods in de.hybris.platform.cms2.workflow.service that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelCMSWorkflowActionService. getActionDecisionForCode(WorkflowActionModel action, java.lang.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 WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelDefaultCMSWorkflowActionService. getActionDecisionForCode(WorkflowActionModel action, java.lang.String decisionCode) -
Uses of WorkflowDecisionModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelWorkflowDecisionModelBuilder. build()protected WorkflowDecisionModelWorkflowDecisionModelBuilder. getModel()Method parameters in de.hybris.platform.cmsfacades.util.builder with type arguments of type WorkflowDecisionModel Modifier and Type Method Description WorkflowActionModelBuilderWorkflowActionModelBuilder. withDecisions(java.util.Collection<WorkflowDecisionModel> decisions) -
Uses of WorkflowDecisionModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelWorkflowDecisionModelMother. createWorkflowApproveDecision(WorkflowActionModel workflowActionModel)protected WorkflowDecisionModelWorkflowDecisionModelMother. createWorkflowDecision(WorkflowActionModel workflowActionModel, java.lang.String name)WorkflowDecisionModelWorkflowDecisionModelMother. 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 WorkflowDecisionModel Modifier and Type Method Description protected CMSWorkflowCommentModelDefaultCMSWorkflowFacade. createComment(WorkflowDecisionModel decision, CommentTypeModel commentType, ComponentModel component, java.lang.String subject, java.lang.String text)Creates a comment and assigns a decision to it.protected voidDefaultCMSWorkflowFacade. createDecisionComments(WorkflowDecisionModel decision, java.lang.String subject, java.lang.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 WorkflowDecisionModel Modifier and Type Method Description protected 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 WorkflowDecisionModel Modifier and Type Method Description protected 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 WorkflowDecisionModel Modifier and Type Method Description protected voidTaskCellRenderer. renderDecisionDropDown(org.zkoss.zul.Div actionRowDiv, org.zkoss.zk.ui.Component parent, TableModel model, java.util.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 WorkflowDecisionModel Modifier and Type Method Description protected java.util.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 WorkflowDecisionModel Modifier and Type Method Description protected 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 WorkflowDecisionModel Modifier and Type Method Description 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.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 WorkflowDecisionModel Modifier and Type Method Description protected java.util.List<WorkflowDecisionModel>WorkflowDecisionActionSectionRenderer. getPermittedDecisions(WorkflowActionModel action)Methods in de.hybris.platform.platformbackoffice.renderers with parameters of type WorkflowDecisionModel Modifier and Type Method Description protected voidWorkflowDecisionActionSectionRenderer. performAction(WorkflowActionModel workflowActionModel, WorkflowDecisionModel selectedDecision, com.hybris.cockpitng.engine.WidgetInstanceManager wim) -
Uses of WorkflowDecisionModel in de.hybris.platform.secureportaladdon.tests.util
Methods in de.hybris.platform.secureportaladdon.tests.util with parameters of type WorkflowDecisionModel Modifier and Type Method Description protected voidB2BRegistrationTestWorkflowProcessingService. chosen(WorkflowDecisionModel selDec)The method below calls activates all subsequent automated actions. -
Uses of WorkflowDecisionModel in de.hybris.platform.secureportaladdon.workflows.actions
Methods in de.hybris.platform.secureportaladdon.workflows.actions that return WorkflowDecisionModel Modifier and Type Method Description protected 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 workflowWorkflowDecisionModelRegistrationApprovedAutomatedWorkflowTemplateJob. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelRegistrationRejectedAutomatedWorkflowTemplateJob. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelSendEmailAutomatedWorkflowTemplateJob. perform(WorkflowActionModel workflowActionModel)WorkflowDecisionModelSendEmailAutomatedWorkflowTemplateTestJob. perform(WorkflowActionModel workflowActionModel) -
Uses of WorkflowDecisionModel in de.hybris.platform.warehousing.asn.actions
Methods in de.hybris.platform.warehousing.asn.actions that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelDefaultTaskDeleteCancellationEventsOnAsnCancelAction. perform(WorkflowActionModel workflowActionModel)WorkflowDecisionModelDefaultTaskDeleteStockLevelsOnAsnCancelAction. perform(WorkflowActionModel workflowActionModel)WorkflowDecisionModelDefaultTaskReallocateConsignmentsOnAsnCancelAction. 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 WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelTaskAssignmentPackConsignmentAction. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelTaskAssignmentPickupConsignmentAction. perform(WorkflowActionModel workflowAction)WorkflowDecisionModelTaskAssignmentShipConsignmentAction. perform(WorkflowActionModel workflowAction) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidWorkflowProcessingService. 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 WorkflowDecisionModel Modifier and Type Method Description protected 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 WorkflowDecisionModel Modifier and Type Method Description voidDefaultWorkflowService. setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,java.util.List<WorkflowDecisionModel>> decisionsFromActionTemplate) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowDecisionModel Modifier and Type Method Description protected WorkflowDecisionModelWorkflowTest. getDecision(java.lang.String code, WorkflowActionModel action)Gets the decision with given code from test workflow instance.WorkflowDecisionModelWorkflowAutomatedAction. perform(WorkflowActionModel action)WorkflowDecisionModelWorkflowAutomatedTest.WorkflowAutomatedTestAction. perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.jobs
Methods in de.hybris.platform.workflow.jobs that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelAutomatedWorkflowTemplateJob. perform(WorkflowActionModel action)execution method for the automated workflow jobWorkflowDecisionModelWorkflowAutomatedAction. perform(WorkflowActionModel action) -
Uses of WorkflowDecisionModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelWorkflowActionModel. getSelectedDecision()Generated method - Getter of theWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowDecisionModel Modifier and Type Method Description java.util.Collection<WorkflowDecisionModel>WorkflowActionModel. getDecisions()Generated method - Getter of theWorkflowAction.decisionsattribute defined at extensionworkflow.java.util.Collection<WorkflowDecisionModel>WorkflowActionModel. getIncomingDecisions()Generated method - Getter of theWorkflowAction.incomingDecisionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidWorkflowActionModel. setSelectedDecision(WorkflowDecisionModel value)Generated method - Setter ofWorkflowAction.selectedDecisionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowDecisionModel Modifier and Type Method Description voidWorkflowActionModel. setDecisions(java.util.Collection<WorkflowDecisionModel> value)Generated method - Setter ofWorkflowAction.decisionsattribute defined at extensionworkflow.voidWorkflowActionModel. setIncomingDecisions(java.util.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 WorkflowDecisionModel Modifier and Type Method Description java.util.List<WorkflowDecisionModel>WorkflowService. 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 with parameters of type WorkflowDecisionModel Modifier and Type Method Description voidWorkflowService. 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 WorkflowDecisionModel Modifier and Type Method Description java.util.List<WorkflowDecisionModel>WorkflowServiceImpl. 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 WorkflowDecisionModel Modifier and Type Method Description voidWorkflowServiceImpl. 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 WorkflowDecisionModel Modifier and Type Method Description WorkflowDecisionModelDecisionFromDecisionTemplateFactory. create(WorkflowModel root, WorkflowDecisionTemplateModel workflowDecisionTemplate)WorkflowDecisionModelDefaultAutomatedWorkflowTemplateRegistry.AutomatedWorkflowTemplateJobWrapper. perform(WorkflowActionModel action)Methods in de.hybris.platform.workflow.services.internal.impl that return types with arguments of type WorkflowDecisionModel Modifier and Type Method Description java.util.List<WorkflowDecisionModel>DecisionsFromActionTemplateFactory. create(WorkflowModel root, WorkflowActionTemplateModel templateAction)Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type WorkflowDecisionModel Modifier and Type Method Description voidDecisionsFromActionTemplateFactory. 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 WorkflowDecisionModel Modifier and Type Method Description voidDecideActionStrategy. 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 WorkflowDecisionModel Modifier and Type Method Description voidDefaultDecideActionStrategy. doAfterDecisionMade(WorkflowActionModel action, WorkflowDecisionModel selDec)
-