Uses of Class
de.hybris.platform.workflow.model.WorkflowActionTemplateModel
-
-
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description WorkflowItemWorkflowItemModelFactory. create(WorkflowActionTemplateModel action)Creates newWorkflowItemfrom theWorkflowActionTemplateModelMethod parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowActionTemplateModel Modifier and Type Method Description protected java.util.Collection<WorkflowItem>WorkflowItemFromTemplateModelExtractor. createNodes(java.util.List<WorkflowActionTemplateModel> models)protected java.util.stream.Stream<WorkflowItem>WorkflowItemFromTemplateModelExtractor. extractActionsAsWorkflowItems(java.util.List<WorkflowActionTemplateModel> templates)protected java.util.stream.Stream<WorkflowItem>WorkflowItemFromTemplateModelExtractor. extractAndLinksAsWorkflowItems(java.util.List<WorkflowActionTemplateModel> templates)protected java.util.stream.Stream<WorkflowItem>WorkflowItemFromTemplateModelExtractor. extractDecisionsAsWorkflowItems(java.util.List<WorkflowActionTemplateModel> templates) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description protected WorkflowActionModelDefaultB2BWorkflowIntegrationService. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.Collection<WorkflowActionModel> workflowActions)Deprecated.Since 4.4. -
Uses of WorkflowActionTemplateModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return WorkflowActionTemplateModel Modifier and Type Method Description protected WorkflowActionTemplateModelAbstractWorkflowTemplateStrategy. createWorkflowActionTemplateModel(java.lang.String code, java.lang.String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel)Methods in de.hybris.platform.b2b.strategies.impl with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description protected voidAbstractWorkflowTemplateStrategy. createLink(WorkflowActionTemplateModel fromAction, WorkflowActionTemplateModel toAction, java.lang.String qualifier, java.lang.Boolean isAndConnection)protected voidAbstractWorkflowTemplateStrategy. setConnectionBetweenActionAndDecision(WorkflowActionTemplateModel toAction, java.lang.Boolean isAndConnection, WorkflowDecisionTemplateModel workflowDecisionTemplate) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelWorkflowActionTemplateModelBuilder. build()protected WorkflowActionTemplateModelWorkflowActionTemplateModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description WorkflowDecisionTemplateModelBuilderWorkflowDecisionTemplateModelBuilder. withActionTemplate(WorkflowActionTemplateModel workflowActionTemplateModel)WorkflowActionModelBuilderWorkflowActionModelBuilder. withWorkflowActionTemplate(WorkflowActionTemplateModel actionTemplate) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowActionTemplateModel Modifier and Type Method Description protected WorkflowActionTemplateModelWorkflowActionTemplateModelMother. createWorkflowAction(WorkflowTemplateModel workflowTemplate, java.lang.String code, java.lang.String name, WorkflowActionType actionType)WorkflowActionTemplateModelWorkflowActionTemplateModelMother. startApprovalWorkflowAction(java.util.List<CatalogVersionModel> catalogVersions)WorkflowActionTemplateModelWorkflowActionTemplateModelMother. startTranslationWorkflowAction(java.util.List<CatalogVersionModel> catalogVersions)Methods in de.hybris.platform.cmsfacades.util.models with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionModelWorkflowActionModelMother. createAction(WorkflowActionTemplateModel actionTemplate, WorkflowModel workflow)WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother. createWorkflowApproveDecision(WorkflowActionTemplateModel workflowActionTemplateModel)protected WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother. createWorkflowDecision(WorkflowActionTemplateModel workflowActionTemplateModel, java.lang.String name)WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother. createWorkflowRejectDecision(WorkflowActionTemplateModel workflowActionTemplateModel) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description protected java.lang.StringWorkflowActionTemplateModelLabelProvider. getIconPath(WorkflowActionTemplateModel item)protected java.lang.StringWorkflowActionTemplateModelLabelProvider. getIconPath(WorkflowActionTemplateModel item, java.lang.String languageIso)protected java.lang.StringWorkflowActionTemplateModelLabelProvider. getItemDescription(WorkflowActionTemplateModel item)protected java.lang.StringWorkflowActionTemplateModelLabelProvider. getItemDescription(WorkflowActionTemplateModel item, java.lang.String languageIso)protected java.lang.StringWorkflowActionTemplateModelLabelProvider. getItemLabel(WorkflowActionTemplateModel item)protected java.lang.StringWorkflowActionTemplateModelLabelProvider. getItemLabel(WorkflowActionTemplateModel item, java.lang.String languageIso) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.platformbackoffice.widgets.workflow
Methods in de.hybris.platform.platformbackoffice.widgets.workflow that return types with arguments of type WorkflowActionTemplateModel Modifier and Type Method Description java.util.List<WorkflowActionTemplateModel>CreateWorkflowForm. getWorkflowActionTemplates() -
Uses of WorkflowActionTemplateModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelWorkflowActionTemplateModelBuilder. build() -
Uses of WorkflowActionTemplateModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelWorkflowActionTemplates. End()WorkflowActionTemplateModelWorkflowActionTemplates. EndAsn()WorkflowActionTemplateModelWorkflowActionTemplates. Packing()WorkflowActionTemplateModelWorkflowActionTemplates. Picking()WorkflowActionTemplateModelWorkflowActionTemplates. Pickup()WorkflowActionTemplateModelWorkflowActionTemplates. Shipping()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type WorkflowActionTemplateModel Modifier and Type Method Description protected WarehousingDao<WorkflowActionTemplateModel>WorkflowActionTemplates. getWorkflowActionTemplateDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type WorkflowActionTemplateModel Modifier and Type Method Description voidWorkflowActionTemplates. setWorkflowActionTemplateDao(WarehousingDao<WorkflowActionTemplateModel> workflowActionTemplateDao) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelWorkflowTemplateService. getWorkflowActionTemplateForCode(java.lang.String code)Returns workflow action template for a given codeMethods in de.hybris.platform.workflow with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionModelWorkflowActionService. createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow)Creates workflow action based on template and attach it to workflowvoidWorkflowTemplateService. setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)Sets "andconnection" attribute for links.voidWorkflowTemplateService. setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)Sets "orconnection" attribute for links. -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos that return types with arguments of type WorkflowActionTemplateModel Modifier and Type Method Description java.util.List<WorkflowActionTemplateModel>WorkflowTemplateDao. findWorkflowActionTemplatesByCode(java.lang.String code) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl that return types with arguments of type WorkflowActionTemplateModel Modifier and Type Method Description java.util.List<WorkflowActionTemplateModel>DefaultWorkflowTemplateDao. findWorkflowActionTemplatesByCode(java.lang.String code) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelDefaultWorkflowTemplateService. getWorkflowActionTemplateForCode(java.lang.String code)Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionModelDefaultWorkflowActionService. createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow)protected WorkflowActionModelDefaultWorkflowService. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.List<WorkflowActionModel> workflowActions)voidDefaultWorkflowTemplateService. setAndConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)voidDefaultWorkflowTemplateService. setOrConnectionBetweenActionAndDecision(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel workflowAction)Method parameters in de.hybris.platform.workflow.impl with type arguments of type WorkflowActionTemplateModel Modifier and Type Method Description voidDefaultWorkflowService. setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,java.util.List<WorkflowDecisionModel>> decisionsFromActionTemplate)voidDefaultWorkflowService. setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,java.util.List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowActionTemplateModel Modifier and Type Method Description protected WorkflowActionTemplateModelWorkflowCompatibleTest. createWorkflowActionTemplate(UserModel user, java.lang.String code, WorkflowTemplateModel workflow)Creates new action template.protected WorkflowActionTemplateModelWorkflowTest. createWorkflowActionTemplateModel(UserModel user, java.lang.String code, WorkflowActionType actionType, WorkflowTemplateModel workflow)Creates new action template.protected WorkflowActionTemplateModelWorkflowCompatibleTest. getActionTemplate(java.lang.String code)Gets the action template with given code from test workflow template.protected WorkflowActionTemplateModelWorkflowTest. getActionTemplate(java.lang.String code)Gets the action template with given code from test workflow template.Methods in de.hybris.platform.workflow.integration with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description voidWorkflowCompatibleTest. addToPredecessors(WorkflowActionTemplateModel source, WorkflowActionTemplateModel target)protected voidWorkflowTest. createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate, WorkflowActionTemplateModel toAction, java.lang.Boolean hasAndConnection)protected WorkflowDecisionTemplateModelWorkflowTest. createWorkflowDecisionTemplate(java.lang.String code, WorkflowActionTemplateModel actionTemplate)Creates new decision template. -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.model
Subclasses of WorkflowActionTemplateModel in de.hybris.platform.workflow.model Modifier and Type Class Description classAutomatedWorkflowActionTemplateModelGenerated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.Methods in de.hybris.platform.workflow.model that return WorkflowActionTemplateModel Modifier and Type Method Description WorkflowActionTemplateModelWorkflowDecisionTemplateModel. getActionTemplate()Generated method - Getter of theWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.WorkflowActionTemplateModelWorkflowActionModel. getTemplate()Generated method - Getter of theWorkflowAction.templateattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionTemplateModel Modifier and Type Method Description java.util.List<WorkflowActionTemplateModel>WorkflowTemplateModel. getActions()Generated method - Getter of theWorkflowTemplate.actionsattribute defined at extensionworkflow.java.util.Collection<WorkflowActionTemplateModel>WorkflowDecisionTemplateModel. getToTemplateActions()Generated method - Getter of theWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description voidWorkflowDecisionTemplateModel. setActionTemplate(WorkflowActionTemplateModel value)Generated method - Setter ofWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.voidWorkflowActionModel. setTemplate(WorkflowActionTemplateModel value)Generated method - Initial setter ofWorkflowAction.templateattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionTemplateModel Modifier and Type Method Description voidWorkflowTemplateModel. setActions(java.util.List<WorkflowActionTemplateModel> value)Generated method - Setter ofWorkflowTemplate.actionsattribute defined at extensionworkflow.voidWorkflowDecisionTemplateModel. setToTemplateActions(java.util.Collection<WorkflowActionTemplateModel> value)Generated method - Setter ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type WorkflowActionTemplateModel Constructor Description WorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl with parameters of type WorkflowActionTemplateModel Modifier and Type Method Description java.util.List<AbstractWorkflowActionModel>ActionPredecessorsFromActionTemplateFactory. create(WorkflowModel root, WorkflowActionTemplateModel templateAction)java.util.List<WorkflowDecisionModel>DecisionsFromActionTemplateFactory. create(WorkflowModel root, WorkflowActionTemplateModel templateAction)protected WorkflowActionModelAbstractWorkflowFactory. getWorkAction(WorkflowActionTemplateModel templateAction, java.util.List<WorkflowActionModel> workflowActions)
-