Uses of Class
de.hybris.platform.workflow.model.WorkflowActionTemplateModel
Packages that use WorkflowActionTemplateModel
Package
Description
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow
Methods in com.hybris.backoffice.workflow with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowItemModelFactory.create(WorkflowActionTemplateModel action) Creates newWorkflowItemfrom theWorkflowActionTemplateModelMethod parameters in com.hybris.backoffice.workflow with type arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected Collection<WorkflowItem>WorkflowItemFromTemplateModelExtractor.createNodes(List<WorkflowActionTemplateModel> models) protected Stream<WorkflowItem>WorkflowItemFromTemplateModelExtractor.extractActionsAsWorkflowItems(List<WorkflowActionTemplateModel> templates) protected Stream<WorkflowItem>WorkflowItemFromTemplateModelExtractor.extractAndLinksAsWorkflowItems(List<WorkflowActionTemplateModel> templates) protected Stream<WorkflowItem>WorkflowItemFromTemplateModelExtractor.extractDecisionsAsWorkflowItems(List<WorkflowActionTemplateModel> templates) -
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow.designer.handler.create
Methods in com.hybris.backoffice.workflow.designer.handler.create that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected WorkflowActionTemplateModelWorkflowDesignerCreateActionHandler.retrieveOrCreateModelInstance(WorkflowTemplateCreateActionForm workflowTemplateCreateActionForm, com.hybris.cockpitng.components.visjs.network.data.Node node, com.hybris.cockpitng.core.model.WidgetModel widgetModel) -
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow.designer.handler.retriever
Methods in com.hybris.backoffice.workflow.designer.handler.retriever that return types with arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionActionRetriever.retrieve(com.hybris.cockpitng.components.visjs.network.data.Node node, com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) -
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow.designer.persistence
Methods in com.hybris.backoffice.workflow.designer.persistence with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidLinkCreator.createLinkFromDecisionToAction(WorkflowDecisionTemplateModel workflowDecision, WorkflowActionTemplateModel workflowAction) Creates link between decision and actionprotected voidActionFromContextPreprocessor.detachDecisions(WorkflowActionTemplateModel action) Removes the link between action and decision so only the action is being removed.protected voidActionFromContextPreprocessor.handleNewAction(WorkflowTemplateModel workflowTemplate, List<WorkflowActionTemplateModel> actions, com.hybris.cockpitng.components.visjs.network.data.Node node, WorkflowActionTemplateModel newAction) protected voidLinkFromContextPreprocessor.removeActionToDecisionLink(WorkflowActionTemplateModel action, WorkflowDecisionTemplateModel decision) protected voidLinkFromContextPreprocessor.removeDecisionToActionLink(WorkflowDecisionTemplateModel decision, WorkflowActionTemplateModel action) protected voidLinkFromContextPreprocessor.saveLinkFromActionToDecision(WorkflowActionTemplateModel workflowAction, WorkflowDecisionTemplateModel workflowDecision) protected voidActionFromContextPreprocessor.updateActionPosition(com.hybris.cockpitng.components.visjs.network.data.Node node, WorkflowActionTemplateModel action) Method parameters in com.hybris.backoffice.workflow.designer.persistence with type arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected voidActionFromContextPreprocessor.handleNewAction(WorkflowTemplateModel workflowTemplate, List<WorkflowActionTemplateModel> actions, com.hybris.cockpitng.components.visjs.network.data.Node node, WorkflowActionTemplateModel newAction) -
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return WorkflowActionTemplateModelConstructors in com.hybris.backoffice.workflow.designer.pojo with parameters of type WorkflowActionTemplateModelModifierConstructorDescriptionWorkflowActionTemplate(WorkflowActionTemplateModel workflowActionTemplateModel) -
Uses of WorkflowActionTemplateModel in com.hybris.backoffice.workflow.designer.services
Methods in com.hybris.backoffice.workflow.designer.services that return types with arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowModelFinder.findAllWorkflowActions(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Returns a list of both saved and unsavedWorkflowActionTemplateModels.WorkflowModelFinder.findNewWorkflowAction(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, com.hybris.cockpitng.components.visjs.network.data.Node node) Gets new (unsaved)WorkflowActionTemplateModelcorresponding to givenNodefrom the widget modelWorkflowModelFinder.findNewWorkflowActions(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Gets new (unsaved)WorkflowActionTemplateModels from the widget modelWorkflowModelFinder.findWorkflowAction(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, com.hybris.cockpitng.components.visjs.network.data.Node node) Finds correspondingWorkflowActionTemplateModelfor given Node.WorkflowModelFinder.findWorkflowActionInWorkflowTemplateModel(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, com.hybris.cockpitng.components.visjs.network.data.Node node) Finds correspondingWorkflowActionTemplateModelfor given Node in WorkflowTemplate model onlyWorkflowModelFinder.findWorkflowActionsFromWorkflowTemplateModel(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context) Gets existing (already saved)WorkflowActionTemplateModels from the Workflow Template that is being edited.Methods in com.hybris.backoffice.workflow.designer.services with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionOptional<com.hybris.cockpitng.components.visjs.network.data.Node>NetworkEntityFinder.findActionNode(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext context, WorkflowActionTemplateModel action) ReturnsNodethat corresponds the givenWorkflowActionTemplateModelOptional<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.WorkflowModelFinder.findDecisionsOfAction(WorkflowActionTemplateModel action) Finds all decisions that are incoming to this action or outgoing from this action.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.isSameAction(WorkflowActionTemplateModel action, com.hybris.cockpitng.components.visjs.network.data.Node node) Checks if givenNodecorresponds to the givenWorkflowActionTemplateModel. -
Uses of WorkflowActionTemplateModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected WorkflowActionTemplateModelAbstractWorkflowTemplateStrategy.createWorkflowActionTemplateModel(String code, String qualifier, WorkflowActionType actionType, UserModel user, WorkflowTemplateModel workflowTemplateModel) Methods in de.hybris.platform.b2b.strategies.impl with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected voidAbstractWorkflowTemplateStrategy.createLink(WorkflowActionTemplateModel fromAction, WorkflowActionTemplateModel toAction, String qualifier, Boolean isAndConnection) protected voidAbstractWorkflowTemplateStrategy.setConnectionBetweenActionAndDecision(WorkflowActionTemplateModel toAction, Boolean isAndConnection, WorkflowDecisionTemplateModel workflowDecisionTemplate) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowActionTemplateModelBuilder.build()protected WorkflowActionTemplateModelWorkflowActionTemplateModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowDecisionTemplateModelBuilder.withActionTemplate(WorkflowActionTemplateModel workflowActionTemplateModel) WorkflowActionModelBuilder.withWorkflowActionTemplate(WorkflowActionTemplateModel actionTemplate) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected WorkflowActionTemplateModelWorkflowActionTemplateModelMother.createWorkflowAction(WorkflowTemplateModel workflowTemplate, String code, String name, WorkflowActionType actionType) WorkflowActionTemplateModelMother.startApprovalWorkflowAction(List<CatalogVersionModel> catalogVersions) WorkflowActionTemplateModelMother.startTranslationWorkflowAction(List<CatalogVersionModel> catalogVersions) Methods in de.hybris.platform.cmsfacades.util.models with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowActionModelMother.createAction(WorkflowActionTemplateModel actionTemplate, WorkflowModel workflow) WorkflowDecisionTemplateModelMother.createWorkflowApproveDecision(WorkflowActionTemplateModel workflowActionTemplateModel) protected WorkflowDecisionTemplateModelWorkflowDecisionTemplateModelMother.createWorkflowDecision(WorkflowActionTemplateModel workflowActionTemplateModel, String name) WorkflowDecisionTemplateModelMother.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 WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected StringWorkflowActionTemplateModelLabelProvider.getIconPath(WorkflowActionTemplateModel item) protected StringWorkflowActionTemplateModelLabelProvider.getIconPath(WorkflowActionTemplateModel item, String languageIso) protected StringWorkflowActionTemplateModelLabelProvider.getItemDescription(WorkflowActionTemplateModel item) protected StringWorkflowActionTemplateModelLabelProvider.getItemDescription(WorkflowActionTemplateModel item, String languageIso) protected StringWorkflowActionTemplateModelLabelProvider.getItemLabel(WorkflowActionTemplateModel item) protected StringWorkflowActionTemplateModelLabelProvider.getItemLabel(WorkflowActionTemplateModel item, 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 -
Uses of WorkflowActionTemplateModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return WorkflowActionTemplateModel -
Uses of WorkflowActionTemplateModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowActionTemplates.End()WorkflowActionTemplates.EndAsn()WorkflowActionTemplates.Packing()WorkflowActionTemplates.Picking()WorkflowActionTemplates.Pickup()WorkflowActionTemplates.Shipping()Methods in de.hybris.platform.warehousing.util.models that return types with arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected WarehousingDao<WorkflowActionTemplateModel>WorkflowActionTemplates.getWorkflowActionTemplateDao()Method parameters in de.hybris.platform.warehousing.util.models with type arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidWorkflowActionTemplates.setWorkflowActionTemplateDao(WarehousingDao<WorkflowActionTemplateModel> workflowActionTemplateDao) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow
Methods in de.hybris.platform.workflow that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowTemplateService.getWorkflowActionTemplateForCode(String code) Returns workflow action template for a given codeMethods in de.hybris.platform.workflow with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowActionService.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 WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowTemplateDao.findWorkflowActionTemplatesByCode(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 WorkflowActionTemplateModelModifier and TypeMethodDescriptionDefaultWorkflowTemplateDao.findWorkflowActionTemplatesByCode(String code) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionDefaultWorkflowTemplateService.getWorkflowActionTemplateForCode(String code) Methods in de.hybris.platform.workflow.impl with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionDefaultWorkflowActionService.createWorkflowAction(WorkflowActionTemplateModel template, WorkflowModel workflow) protected WorkflowActionModelDefaultWorkflowService.getWorkAction(WorkflowActionTemplateModel templateAction, 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 WorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidDefaultWorkflowService.setDecisionsActionTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowActionTemplateModel, List<WorkflowDecisionModel>> decisionsFromActionTemplate) voidDefaultWorkflowService.setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowActionTemplateModel, List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) -
Uses of WorkflowActionTemplateModel in de.hybris.platform.workflow.integration
Methods in de.hybris.platform.workflow.integration that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionprotected WorkflowActionTemplateModelWorkflowCompatibleTest.createWorkflowActionTemplate(UserModel user, String code, WorkflowTemplateModel workflow) Creates new action template.protected WorkflowActionTemplateModelWorkflowTest.createWorkflowActionTemplateModel(UserModel user, String code, WorkflowActionType actionType, WorkflowTemplateModel workflow) Creates new action template.protected WorkflowActionTemplateModelWorkflowCompatibleTest.getActionTemplate(String code) Gets the action template with given code from test workflow template.protected WorkflowActionTemplateModelWorkflowTest.getActionTemplate(String code) Gets the action template with given code from test workflow template.Methods in de.hybris.platform.workflow.integration with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidWorkflowCompatibleTest.addToPredecessors(WorkflowActionTemplateModel source, WorkflowActionTemplateModel target) protected voidWorkflowTest.createWorkflowActionTemplateModelLinkTemplateRelation(WorkflowDecisionTemplateModel decisionTemplate, WorkflowActionTemplateModel toAction, Boolean hasAndConnection) protected WorkflowDecisionTemplateModelWorkflowTest.createWorkflowDecisionTemplate(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.modelModifier and TypeClassDescriptionclassGenerated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.Methods in de.hybris.platform.workflow.model that return WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowDecisionTemplateModel.getActionTemplate()Generated method - Getter of theWorkflowDecisionTemplate.actionTemplateattribute defined at extensionworkflow.WorkflowActionModel.getTemplate()Generated method - Getter of theWorkflowAction.templateattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionWorkflowTemplateModel.getActions()Generated method - Getter of theWorkflowTemplate.actionsattribute defined at extensionworkflow.WorkflowDecisionTemplateModel.getToTemplateActions()Generated method - Getter of theWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidWorkflowDecisionTemplateModel.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 WorkflowActionTemplateModelModifier and TypeMethodDescriptionvoidWorkflowTemplateModel.setActions(List<WorkflowActionTemplateModel> value) Generated method - Setter ofWorkflowTemplate.actionsattribute defined at extensionworkflow.voidWorkflowDecisionTemplateModel.setToTemplateActions(Collection<WorkflowActionTemplateModel> value) Generated method - Setter ofWorkflowDecisionTemplate.toTemplateActionsattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type WorkflowActionTemplateModelModifierConstructorDescriptionWorkflowActionModel(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, 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 WorkflowActionTemplateModelModifier and TypeMethodDescriptionActionPredecessorsFromActionTemplateFactory.create(WorkflowModel root, WorkflowActionTemplateModel templateAction) DecisionsFromActionTemplateFactory.create(WorkflowModel root, WorkflowActionTemplateModel templateAction) protected WorkflowActionModelAbstractWorkflowFactory.getWorkAction(WorkflowActionTemplateModel templateAction, List<WorkflowActionModel> workflowActions)