Uses of Class
de.hybris.platform.workflow.model.WorkflowActionModel
-
Packages that use WorkflowActionModel Package Description de.hybris.platform.core.model.util Contains generated models for each type of de.hybris.platform.util package.de.hybris.platform.workflow.model 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 WorkflowActionModel Modifier and Type Method Description WorkflowActionModelInboxViewModel. 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 WorkflowActionModel Modifier and Type Method Description WorkflowActionModelWorkflowDecisionModel. getAction()Generated method - Getter of theWorkflowDecision.actionattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model that return types with arguments of type WorkflowActionModel Modifier and Type Method Description java.util.Collection<WorkflowActionModel>WorkflowItemAttachmentModel. getActions()Generated method - Getter of theWorkflowItemAttachment.actionsattribute defined at extensionworkflow.java.util.List<WorkflowActionModel>WorkflowModel. getActions()Generated method - Getter of theWorkflow.actionsattribute defined at extensionworkflow.java.util.Collection<WorkflowActionModel>WorkflowDecisionModel. getToActions()Generated method - Getter of theWorkflowDecision.toActionsattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionModel Modifier and Type Method Description voidWorkflowDecisionModel. setAction(WorkflowActionModel value)Generated method - Setter ofWorkflowDecision.actionattribute defined at extensionworkflow.Method parameters in de.hybris.platform.workflow.model with type arguments of type WorkflowActionModel Modifier and Type Method Description voidWorkflowItemAttachmentModel. setActions(java.util.Collection<WorkflowActionModel> value)Generated method - Setter ofWorkflowItemAttachment.actionsattribute defined at extensionworkflow.voidWorkflowModel. setActions(java.util.List<WorkflowActionModel> value)Generated method - Setter ofWorkflow.actionsattribute defined at extensionworkflow.voidWorkflowDecisionModel. setToActions(java.util.Collection<WorkflowActionModel> value)Generated method - Setter ofWorkflowDecision.toActionsattribute defined at extensionworkflow.
-