Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionTemplateModel
-
Packages that use WorkflowDecisionTemplateModel Package Description com.hybris.backoffice.workflow de.hybris.platform.b2b.strategies.impl de.hybris.platform.cmsfacades.util.builder de.hybris.platform.cmsfacades.util.models de.hybris.platform.warehousing.util.builder de.hybris.platform.warehousing.util.models de.hybris.platform.workflow de.hybris.platform.workflow.impl de.hybris.platform.workflow.integration de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package.de.hybris.platform.workflow.services.internal.impl -
-
Uses of WorkflowDecisionTemplateModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowItemWorkflowItemModelFactory. create(WorkflowDecisionTemplateModel decision)Creates newWorkflowItemfrom theWorkflowDecisionTemplateModel -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description protected voidAbstractWorkflowTemplateStrategy. setConnectionBetweenActionAndDecision(WorkflowActionTemplateModel toAction, java.lang.Boolean isAndConnection, WorkflowDecisionTemplateModel workflowDecisionTemplate) -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelBuilder. build()protected WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelBuilder. getModel() -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother. createWorkflowApproveDecision(WorkflowActionTemplateModel workflowActionTemplateModel)protected WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother. createWorkflowDecision(WorkflowActionTemplateModel workflowActionTemplateModel, java.lang.String name)WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother. createWorkflowRejectDecision(WorkflowActionTemplateModel workflowActionTemplateModel) -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelBuilder. build()Method parameters in de.hybris.platform.warehousing.util.builder with type arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description AutomatedWorkflowActionTemplateModelBuilderAutomatedWorkflowActionTemplateModelBuilder. withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions)WorkflowActionTemplateModelBuilderWorkflowActionTemplateModelBuilder. withDecision(java.util.Collection<WorkflowDecisionTemplateModel> decisions) -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoDeleteCancellationEvents()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoDeleteStockLevels()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoPackingPickup()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoPackingShipping()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoPickup()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoReallocateConsignments()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. AutoShipping()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. Packing()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. Picking()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. Pickup()WorkflowDecisionTemplateModelWorkflowDecisionTemplates. Shipping()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description protected WarehousingDao<WorkflowDecisionTemplateModel>WorkflowDecisionTemplates. getWorkflowDecisionTemplateDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidWorkflowDecisionTemplates. setWorkflowDecisionTemplateDao(WarehousingDao<WorkflowDecisionTemplateModel> workflowDecisionTemplateDao) -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidWorkflowTemplateService. setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)Sets "andconnection" attribute for links.voidWorkflowTemplateService. setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)Sets "orconnection" attribute for links. -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidDefaultWorkflowTemplateService. setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)voidDefaultWorkflowTemplateService. setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction) -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowDecisionTemplateModel Modifier and Type Method Description protected WorkflowDecisionTemplateModelWorkflowTest. createWorkflowDecisionTemplate(java.lang.String code, WorkflowActionTemplateModel actionTemplate)Creates new decision template.Methods in de.hybris.platform.workflow.integration with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description protected voidWorkflowTest. createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate, WorkflowActionTemplateModel toAction, java.lang.Boolean hasAndConnection) -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description java.util.Collection<WorkflowDecisionTemplateModel>WorkflowActionTemplateModel. getDecisionTemplates()Generated method - Getter of theWorkflowActionTemplate.decisionTemplatesattribute defined at extensionworkflow.java.util.Collection<WorkflowDecisionTemplateModel>WorkflowActionTemplateModel. getIncomingTemplateDecisions()Generated method - Getter of theWorkflowActionTemplate.incomingTemplateDecisionsattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidWorkflowActionTemplateModel. setDecisionTemplates(java.util.Collection<WorkflowDecisionTemplateModel> value)Generated method - Setter ofWorkflowActionTemplate.decisionTemplatesattribute defined at extensionworkflow.voidWorkflowActionTemplateModel. setIncomingTemplateDecisions(java.util.Collection<WorkflowDecisionTemplateModel> value)Generated method - Setter ofWorkflowActionTemplate.incomingTemplateDecisionsattribute defined at extensionworkflow. -
Uses of WorkflowDecisionTemplateModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowDecisionModelDecisionFromDecisionTemplateFactory. create(WorkflowModel root, WorkflowDecisionTemplateModel workflowDecisionTemplate)Method parameters in de.hybris.platform.workflow.services.internal.impl with type arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidDecisionsFromActionTemplateFactory. setDecisionFactory(WorkflowFactory<WorkflowModel,WorkflowDecisionTemplateModel,WorkflowDecisionModel> converter)
-