Uses of Enum Class
de.hybris.platform.workflow.enums.WorkflowActionType
Packages that use WorkflowActionType
Package
Description
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 WorkflowActionType in de.hybris.platform.workflow.enums
Methods in de.hybris.platform.workflow.enums that return WorkflowActionTypeModifier and TypeMethodDescriptionstatic WorkflowActionTypeReturns the enum constant of this class with the specified name.static WorkflowActionType[]WorkflowActionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WorkflowActionType in de.hybris.platform.workflow.model
Methods in de.hybris.platform.workflow.model that return WorkflowActionTypeModifier and TypeMethodDescriptionAbstractWorkflowActionModel.getActionType()Generated method - Getter of theAbstractWorkflowAction.actionTypeattribute defined at extensionworkflow.Methods in de.hybris.platform.workflow.model with parameters of type WorkflowActionTypeModifier and TypeMethodDescriptionvoidAbstractWorkflowActionModel.setActionType(WorkflowActionType value) Generated method - Setter ofAbstractWorkflowAction.actionTypeattribute defined at extensionworkflow.Constructors in de.hybris.platform.workflow.model with parameters of type WorkflowActionTypeModifierConstructorDescriptionAbstractWorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractWorkflowActionModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAutomatedWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowActionTemplateModel _template, WorkflowModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWorkflowActionTemplateModel(WorkflowActionType _actionType, String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow) 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