Uses of Class
de.hybris.platform.importcockpit.enums.CronJobActionType
-
Packages that use CronJobActionType Package Description de.hybris.platform.importcockpit.enums de.hybris.platform.importcockpit.events.impl -
-
Uses of CronJobActionType in de.hybris.platform.importcockpit.enums
Methods in de.hybris.platform.importcockpit.enums that return CronJobActionType Modifier and Type Method Description static CronJobActionTypeCronJobActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CronJobActionType[]CronJobActionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CronJobActionType in de.hybris.platform.importcockpit.events.impl
Methods in de.hybris.platform.importcockpit.events.impl that return CronJobActionType Modifier and Type Method Description CronJobActionTypeStartStopEvent. getActionType()Constructors in de.hybris.platform.importcockpit.events.impl with parameters of type CronJobActionType Constructor Description StartStopEvent(java.lang.Object source, TypedObject typedObject, CronJobActionType actionType, java.util.Date eventTime)StartStopEvent(java.lang.Object source, ImportCockpitCronJobModel model, CronJobActionType actionType, java.util.Date eventTime)
-