Uses of Class
de.hybris.platform.workflow.enums.WorkflowActionStatus
-
Packages that use WorkflowActionStatus Package Description de.hybris.platform.core.model.util Contains generated models for each type of de.hybris.platform.util package.de.hybris.platform.ordermanagementfacades.workflow.data de.hybris.platform.workflow.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.workflow.model Contains generated models for each type of de.hybris.platform.workflow.jalo package. -
-
Uses of WorkflowActionStatus in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return WorkflowActionStatus Modifier and Type Method Description WorkflowActionStatusInboxViewModel. getStatus()Generated method - Getter of theInboxView.statusattribute defined at extensionworkflow. -
Uses of WorkflowActionStatus in de.hybris.platform.ordermanagementfacades.workflow.data
Methods in de.hybris.platform.ordermanagementfacades.workflow.data that return WorkflowActionStatus Modifier and Type Method Description WorkflowActionStatusWorkflowActionData. getStatus()Methods in de.hybris.platform.ordermanagementfacades.workflow.data with parameters of type WorkflowActionStatus Modifier and Type Method Description voidWorkflowActionData. setStatus(WorkflowActionStatus status) -
Uses of WorkflowActionStatus in de.hybris.platform.workflow.enums
Methods in de.hybris.platform.workflow.enums that return WorkflowActionStatus Modifier and Type Method Description static WorkflowActionStatusWorkflowActionStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WorkflowActionStatus[]WorkflowActionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WorkflowActionStatus in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowActionStatus Modifier and Type Method Description WorkflowActionStatusWorkflowActionModel. getStatus()Generated method - Getter of theWorkflowAction.statusattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionStatus Modifier and Type Method Description voidWorkflowActionModel. setStatus(WorkflowActionStatus value)Generated method - Setter ofWorkflowAction.statusattribute defined at extensionworkflow.
-