Uses of Class
de.hybris.platform.workflow.model.WorkflowActionModel
Packages that use WorkflowActionModel
Package
Description
Contains generated models for each type of de.hybris.platform.util package.
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
-
Uses of WorkflowActionModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return WorkflowActionModelModifier and TypeMethodDescriptionInboxViewModel.getAction()Generated method - Getter of theInboxView.actionattribute defined at extensionworkflow. -
Uses of WorkflowActionModel in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowActionModelModifier and TypeMethodDescriptionWorkflowDecisionModel.getAction()Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionModelModifier and TypeMethodDescriptionWorkflowItemAttachmentModel.getActions()Generated method - Getter of theWorkflowItemAttachment.actionsattribute defined at extensionworkflow.WorkflowModel.getActions()Generated method - Getter of theWorkflow.actionsattribute defined at extensionworkflow.WorkflowDecisionModel.getToActions()Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowDecisionModel.setAction(WorkflowActionModel value) Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionModelModifier and TypeMethodDescriptionvoidWorkflowItemAttachmentModel.setActions(Collection<WorkflowActionModel> value) Generated method - Setter ofWorkflowItemAttachment.actionsattribute defined at extensionworkflow.voidWorkflowModel.setActions(List<WorkflowActionModel> value) Generated method - Setter ofWorkflow.actionsattribute defined at extensionworkflow.voidWorkflowDecisionModel.setToActions(Collection<WorkflowActionModel> value) Generated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow.