Uses of Class
de.hybris.platform.workflow.model.WorkflowDecisionTemplateModel
-
-
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 com.hybris.backoffice.workflow.designer.handler.create
Methods in com.hybris.backoffice.workflow.designer.handler.create that return WorkflowDecisionTemplateModel Modifier and Type Method Description protected WorkflowDecisionTemplateModelWorkflowDesignerCreateDecisionHandler. retrieveOrCreateModelInstance(WorkflowTemplateCreateDecisionForm workflowTemplateCreateDecisionForm, com.hybris.cockpitng.components.visjs.network.data.Node node, com.hybris.cockpitng.core.model.WidgetModel widgetModel) -
Uses of WorkflowDecisionTemplateModel in com.hybris.backoffice.workflow.designer.handler.retriever
Methods in com.hybris.backoffice.workflow.designer.handler.retriever that return types with arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description java.util.Optional<WorkflowDecisionTemplateModel>DecisionRetriever. retrieve(com.hybris.cockpitng.components.visjs.network.data.Node node, com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) -
Uses of WorkflowDecisionTemplateModel in com.hybris.backoffice.workflow.designer.persistence
Methods in com.hybris.backoffice.workflow.designer.persistence with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description voidLinkCreator. createLinkFromDecisionToAction(WorkflowDecisionTemplateModel workflowDecision, WorkflowActionTemplateModel workflowAction)Creates link between decision and actionprotected voidDecisionFromContextPreprocessor. handleNewDecision(com.hybris.cockpitng.components.visjs.network.data.Node node, WorkflowDecisionTemplateModel newDecision)protected voidLinkFromContextPreprocessor. removeActionToDecisionLink(WorkflowActionTemplateModel action, WorkflowDecisionTemplateModel decision)protected voidLinkFromContextPreprocessor. removeDecisionToActionLink(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel action)protected voidLinkFromContextPreprocessor. saveLinkFromActionToDecision(WorkflowActionTemplateModel workflowAction, WorkflowDecisionTemplateModel workflowDecision)protected voidDecisionFromContextPreprocessor. updateDecisionPosition(com.hybris.cockpitng.components.visjs.network.data.Node node, WorkflowDecisionTemplateModel decision) -
Uses of WorkflowDecisionTemplateModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return WorkflowDecisionTemplateModel Modifier and Type Method Description WorkflowDecisionTemplateModelWorkflowDecisionTemplate. getModel()Constructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowDecisionTemplateModel Constructor Description WorkflowDecisionTemplate(WorkflowDecisionTemplateModel workflowDecisionTemplateModel) -
Uses of WorkflowDecisionTemplateModel in com.hybris.backoffice.workflow.designer.services
Methods in com.hybris.backoffice.workflow.designer.services that return types with arguments of type WorkflowDecisionTemplateModel Modifier and Type Method Description java.util.Set<WorkflowDecisionTemplateModel>WorkflowModelFinder. findAllWorkflowDecisions(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)Returns a list of both saved and unsavedWorkflowDecisionTemplateModels.java.util.Set<WorkflowDecisionTemplateModel>WorkflowModelFinder. findDecisionsOfAction(WorkflowActionTemplateModel action)Finds all decisions that are incoming to this action or outgoing from this action.java.util.Optional<WorkflowDecisionTemplateModel>WorkflowModelFinder. findNewWorkflowDecision(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, com.hybris.cockpitng.components.visjs.network.data.Node node)Gets new (unsaved)WorkflowDecisionTemplateModelcorresponding to givenNodefrom the widget modeljava.util.Set<WorkflowDecisionTemplateModel>WorkflowModelFinder. findNewWorkflowDecisions(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)Gets new (unsaved)WorkflowDecisionTemplateModels from the widget modeljava.util.Optional<WorkflowDecisionTemplateModel>WorkflowModelFinder. findWorkflowDecision(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, com.hybris.cockpitng.components.visjs.network.data.Node node)Finds correspondingWorkflowDecisionTemplateModelfor given Node.java.util.Optional<WorkflowDecisionTemplateModel>WorkflowModelFinder. findWorkflowDecisionInWorkflowTemplateModel(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, com.hybris.cockpitng.components.visjs.network.data.Node node)Finds correspondingWorkflowDecisionTemplateModelfor given Node in WorkflowTemplate model only.java.util.Set<WorkflowDecisionTemplateModel>WorkflowModelFinder. findWorkflowDecisionsFromWorkflowTemplateModel(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context)Gets existing (already saved)WorkflowDecisionTemplateModels from the Workflow Template that is being edited.Methods in com.hybris.backoffice.workflow.designer.services with parameters of type WorkflowDecisionTemplateModel Modifier and Type Method Description java.util.Optional<com.hybris.cockpitng.components.visjs.network.data.Edge>ConnectionFinder. findActionToDecisionEdge(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, WorkflowActionTemplateModel actionModel, WorkflowDecisionTemplateModel decisionModel)Searches through the NetworkChart's edges, and finds the one coming from given action to given decision.java.util.Optional<com.hybris.cockpitng.components.visjs.network.data.Node>NetworkEntityFinder. findDecisionNode(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, WorkflowDecisionTemplateModel decision)ReturnsNodethat corresponds the givenWorkflowDecisionTemplateModeljava.util.Optional<com.hybris.cockpitng.components.visjs.network.data.Edge>ConnectionFinder. findDecisionToActionEdge(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, WorkflowDecisionTemplateModel decisionModel, WorkflowActionTemplateModel actionModel)Searches through the NetworkChart's edges, and finds the one coming from given decision to given action.booleanConnectionFinder. isDecisionConnectedToActionThroughAnd(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, WorkflowDecisionTemplateModel decisionModel, WorkflowActionTemplateModel actionModel)Checks if given decision is connected to given action through and 'And' node.booleanNodeTypeService. isSameDecision(WorkflowDecisionTemplateModel decision, com.hybris.cockpitng.components.visjs.network.data.Node node)Checks if givenNodecorresponds to the givenWorkflowDecisionTemplateModel. -
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)
-