Uses of Interface
org.flowable.job.api.BaseJobQuery
-
-
Uses of BaseJobQuery in org.flowable.job.api
Classes in org.flowable.job.api with type parameters of type BaseJobQuery Modifier and Type Interface Description interfaceBaseJobQuery<U extends BaseJobQuery<U,T>,T extends Job>Allows programmatic querying ofJobs.Subinterfaces of BaseJobQuery in org.flowable.job.api Modifier and Type Interface Description interfaceDeadLetterJobQueryAllows programmatic querying ofJobs.interfaceExternalWorkerJobQueryAllows programmatic querying of External WorkerJobs.interfaceJobQueryAllows programmatic querying ofJobs.interfaceSuspendedJobQueryAllows programmatic querying ofJobs.interfaceTimerJobQueryAllows programmatic querying ofJobs.
-