Package de.hybris.platform.workflow.services.internal.impl
package de.hybris.platform.workflow.services.internal.impl
-
ClassesClassDescriptionFactory abstraction for creating WorkflowActionModel from the WorkflowActionTemplateModelCreates a list of action predecessors upon a
AbstractWorkflowActionModel.getPredecessors()list.Creates a list of actionWorkflowActionModelupon aWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel, WorkflowModel)for every givenWorkflowActionTemplateModelreturned fromWorkflowTemplateModel.getActions().Testing class forDefaultAutomatedWorkflowTemplateRegistryTesttest caseCreates aWorkflowDecisionModelfromWorkflowDecisionTemplateModel, additionally assigns to newly created decisionWorkflowDecisionModel.setToActions(java.util.Collection)list.Creates a list ofWorkflowDecisionModelfrom as result ofDecisionFromDecisionTemplateFactory.create(WorkflowModel, WorkflowDecisionTemplateModel)for a givenWorkflowActionTemplateModel.getDecisionTemplates().Default implementation ofAutomatedWorkflowTemplateRegistryinterface.Testing class forDefaultAutomatedWorkflowTemplateRegistryTesttest case