Uses of Enum Class
de.hybris.platform.workflow.enums.WorkflowActionStatus
Packages that use WorkflowActionStatus
Package
Description
Contains generated models for each type of de.hybris.platform.util package.
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
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 WorkflowActionStatusModifier and TypeMethodDescriptionInboxViewModel.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 WorkflowActionStatusMethods in de.hybris.platform.ordermanagementfacades.workflow.data with parameters of type WorkflowActionStatus -
Uses of WorkflowActionStatus in de.hybris.platform.workflow.enums
Methods in de.hybris.platform.workflow.enums that return WorkflowActionStatusModifier and TypeMethodDescriptionstatic WorkflowActionStatusReturns the enum constant of this class with the specified name.static WorkflowActionStatus[]WorkflowActionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WorkflowActionStatus in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowActionStatusModifier and TypeMethodDescriptionWorkflowActionModel.getStatus()Generated method - Getter of theWorkflowAction.statusattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionStatusModifier and TypeMethodDescriptionvoidWorkflowActionModel.setStatus(WorkflowActionStatus value) Generated method - Setter ofWorkflowAction.statusattribute defined at extensionworkflow.