Uses of Class
de.hybris.platform.cmsfacades.enums.CMSWorkflowOperation
-
Packages that use CMSWorkflowOperation Package Description de.hybris.platform.cmsfacades.data de.hybris.platform.cmsfacades.enums -
-
Uses of CMSWorkflowOperation in de.hybris.platform.cmsfacades.data
Methods in de.hybris.platform.cmsfacades.data that return CMSWorkflowOperation Modifier and Type Method Description CMSWorkflowOperationCMSWorkflowOperationData. getOperation()Methods in de.hybris.platform.cmsfacades.data with parameters of type CMSWorkflowOperation Modifier and Type Method Description voidCMSWorkflowOperationData. setOperation(CMSWorkflowOperation operation) -
Uses of CMSWorkflowOperation in de.hybris.platform.cmsfacades.enums
Methods in de.hybris.platform.cmsfacades.enums that return CMSWorkflowOperation Modifier and Type Method Description static CMSWorkflowOperationCMSWorkflowOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CMSWorkflowOperation[]CMSWorkflowOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-