Uses of Class
de.hybris.platform.workflow.model.AbstractWorkflowActionModel
Packages that use AbstractWorkflowActionModel
Package
Description
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of AbstractWorkflowActionModel in com.hybris.backoffice.workflow.designer.pojo
Methods in com.hybris.backoffice.workflow.designer.pojo that return AbstractWorkflowActionModel -
Uses of AbstractWorkflowActionModel in com.hybris.backoffice.workflow.designer.services
Methods in com.hybris.backoffice.workflow.designer.services with parameters of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionNodeTypeService.generateNodeData(AbstractWorkflowActionModel action) Generates action representation for node to be easily identified with model. -
Uses of AbstractWorkflowActionModel in de.hybris.platform.workflow.daos
Methods in de.hybris.platform.workflow.daos with parameters of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionWorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Searches for links by a given decision and actionWorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Searches for links by a given decision and actionWorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) WorkflowTemplateDao.findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action) -
Uses of AbstractWorkflowActionModel in de.hybris.platform.workflow.daos.impl
Methods in de.hybris.platform.workflow.daos.impl with parameters of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionDefaultWorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) DefaultWorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) DefaultWorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) DefaultWorkflowTemplateDao.findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action) -
Uses of AbstractWorkflowActionModel in de.hybris.platform.workflow.impl
Methods in de.hybris.platform.workflow.impl with parameters of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionDefaultWorkflowProcessingService.getLinks(AbstractWorkflowDecisionModel decision, AbstractWorkflowActionModel action) Method parameters in de.hybris.platform.workflow.impl with type arguments of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionvoidDefaultWorkflowService.setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel, WorkflowActionTemplateModel, List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) -
Uses of AbstractWorkflowActionModel in de.hybris.platform.workflow.model
Subclasses of AbstractWorkflowActionModel in de.hybris.platform.workflow.modelModifier and TypeClassDescriptionclassGenerated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.classGenerated model class for type WorkflowAction first defined at extension workflow.classGenerated model class for type WorkflowActionTemplate first defined at extension workflow.Methods in de.hybris.platform.workflow.model that return AbstractWorkflowActionModelModifier and TypeMethodDescriptionWorkflowActionCommentModel.getWorkflowAction()Generated method - Getter of theWorkflowActionComment.workflowActionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionAbstractWorkflowActionModel.getPredecessors()Generated method - Getter of theAbstractWorkflowAction.predecessorsattribute defined at extensionworkflow.AbstractWorkflowActionModel.getSuccessors()Generated method - Getter of theAbstractWorkflowAction.successorsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowActionCommentModel.setWorkflowAction(AbstractWorkflowActionModel value) Generated method - Setter ofWorkflowActionComment.workflowActionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionvoidAbstractWorkflowActionModel.setPredecessors(List<AbstractWorkflowActionModel> value) Generated method - Setter ofAbstractWorkflowAction.predecessorsattribute defined at extensionworkflow.voidAbstractWorkflowActionModel.setSuccessors(List<AbstractWorkflowActionModel> value) Generated method - Setter ofAbstractWorkflowAction.successorsattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type AbstractWorkflowActionModelModifierConstructorDescriptionWorkflowActionCommentModel(String _comment, ItemModel _owner, AbstractWorkflowActionModel _workflowAction) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionCommentModel(String _comment, AbstractWorkflowActionModel _workflowAction) 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 AbstractWorkflowActionModel in de.hybris.platform.workflow.services.internal.impl
Methods in de.hybris.platform.workflow.services.internal.impl that return types with arguments of type AbstractWorkflowActionModelModifier and TypeMethodDescriptionActionPredecessorsFromActionTemplateFactory.create(WorkflowModel root, WorkflowActionTemplateModel templateAction)