Uses of Interface
org.flowable.job.api.TimerJobQuery
Packages that use TimerJobQuery
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a
ProcessEngine, BPM and workflow operation
can be executed:RepositoryService: Manages Deployments.RuntimeService: For starting and searching ProcessInstances.TaskService: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService: Used for managing users, groups and the relations between them.ManagementService: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService: Exposes information about ongoing and past process instances.FormService: Access to form data and rendered forms for starting new process instances and completing tasks.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of TimerJobQuery in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return TimerJobQueryModifier and TypeMethodDescriptionCmmnManagementService.createTimerJobQuery()Returns a new TimerJobQuery implementation, that can be used to query the timer jobs. -
Uses of TimerJobQuery in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return TimerJobQuery -
Uses of TimerJobQuery in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type TimerJobQueryModifier and TypeMethodDescriptionvoidCmmnRestApiInterceptor.accessTimerJobInfoWithQuery(TimerJobQuery jobQuery) -
Uses of TimerJobQuery in org.flowable.engine
Methods in org.flowable.engine that return TimerJobQueryModifier and TypeMethodDescriptionManagementService.createTimerJobQuery()Returns a new TimerJobQuery implementation, that can be used to dynamically query the timer jobs. -
Uses of TimerJobQuery in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return TimerJobQuery -
Uses of TimerJobQuery in org.flowable.job.api
Methods in org.flowable.job.api that return TimerJobQueryModifier and TypeMethodDescriptionTimerJobQuery.executable()Only select jobs which are executable, ie.TimerJobQuery.handlerType(String handlerType) Select jobs which have given job handler typeTimerJobQuery.messages()Only select jobs that are messages.TimerJobQuery.timers()Only select jobs that are timers. -
Uses of TimerJobQuery in org.flowable.job.service
Methods in org.flowable.job.service that return TimerJobQuery -
Uses of TimerJobQuery in org.flowable.job.service.impl
Classes in org.flowable.job.service.impl that implement TimerJobQueryMethods in org.flowable.job.service.impl that return TimerJobQueryModifier and TypeMethodDescriptionJobServiceImpl.createTimerJobQuery()TimerJobQueryImpl.handlerTypes(Collection<String> handlerTypes) TimerJobQueryImpl.jobIds(Collection<String> jobIds) TimerJobQueryImpl.orderByExecutionId()TimerJobQueryImpl.orderByJobCreateTime()TimerJobQueryImpl.orderByJobDuedate()TimerJobQueryImpl.orderByJobId()TimerJobQueryImpl.orderByJobRetries()TimerJobQueryImpl.orderByProcessInstanceId()TimerJobQueryImpl.orderByTenantId() -
Uses of TimerJobQuery in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type TimerJobQueryModifier and TypeMethodDescriptionvoidBpmnRestApiInterceptor.accessTimerJobInfoWithQuery(TimerJobQuery jobQuery)