Uses of Class
pro.taskana.common.api.ScheduledJob.Type
-
Packages that use ScheduledJob.Type Package Description pro.taskana.common.api pro.taskana.common.internal -
-
Uses of ScheduledJob.Type in pro.taskana.common.api
Methods in pro.taskana.common.api that return ScheduledJob.Type Modifier and Type Method Description ScheduledJob.TypeScheduledJob. getType()static ScheduledJob.TypeScheduledJob.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ScheduledJob.Type[]ScheduledJob.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pro.taskana.common.api with parameters of type ScheduledJob.Type Modifier and Type Method Description voidScheduledJob. setType(ScheduledJob.Type type) -
Uses of ScheduledJob.Type in pro.taskana.common.internal
Methods in pro.taskana.common.internal with parameters of type ScheduledJob.Type Modifier and Type Method Description voidJobServiceImpl. deleteJobs(ScheduledJob.Type jobType)voidJobMapper. deleteMultiple(ScheduledJob.Type jobType)
-