Uses of Enum Class
org.frankframework.management.bus.endpoints.ManageScheduler.JobAction
Packages that use ManageScheduler.JobAction
-
Uses of ManageScheduler.JobAction in org.frankframework.management.bus.endpoints
Subclasses with type arguments of type ManageScheduler.JobAction in org.frankframework.management.bus.endpointsMethods in org.frankframework.management.bus.endpoints that return ManageScheduler.JobActionModifier and TypeMethodDescriptionstatic ManageScheduler.JobActionReturns the enum constant of this class with the specified name.static ManageScheduler.JobAction[]ManageScheduler.JobAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.management.bus.endpoints with parameters of type ManageScheduler.JobActionModifier and TypeMethodDescriptionorg.springframework.messaging.Message<String> ManageScheduler.handleJob(ManageScheduler.JobAction action, org.quartz.JobKey jobKey, String issuedBy)