Uses of Interface
org.flowable.job.api.HistoryJob
Packages that use HistoryJob
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 Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.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 HistoryJob in org.flowable.cmmn.api
Methods in org.flowable.cmmn.api that return HistoryJobModifier and TypeMethodDescriptionCmmnManagementService.moveDeadLetterJobToHistoryJob
(String jobId, int retries) Moves a job that is in the dead letter job table back to be a history job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table). -
Uses of HistoryJob in org.flowable.cmmn.engine.impl
Methods in org.flowable.cmmn.engine.impl that return HistoryJobModifier and TypeMethodDescriptionCmmnManagementServiceImpl.moveDeadLetterJobToHistoryJob
(String jobId, int retries) -
Uses of HistoryJob in org.flowable.cmmn.rest.service.api
Methods in org.flowable.cmmn.rest.service.api with parameters of type HistoryJobModifier and TypeMethodDescriptionvoid
CmmnRestApiInterceptor.accessHistoryJobInfoById
(HistoryJob historyJob) CmmnRestResponseFactory.createHistoryJobResponse
(HistoryJob job) CmmnRestResponseFactory.createHistoryJobResponse
(HistoryJob job, RestUrlBuilder urlBuilder) void
CmmnRestApiInterceptor.deleteHistoryJob
(HistoryJob historyJob) Method parameters in org.flowable.cmmn.rest.service.api with type arguments of type HistoryJobModifier and TypeMethodDescriptionCmmnRestResponseFactory.createHistoryJobResponseList
(List<HistoryJob> jobs) -
Uses of HistoryJob in org.flowable.cmmn.rest.service.api.management
Methods in org.flowable.cmmn.rest.service.api.management that return HistoryJobModifier and TypeMethodDescriptionprotected HistoryJob
JobBaseResource.getHistoryJobById
(String jobId) Methods in org.flowable.cmmn.rest.service.api.management with parameters of type HistoryJobModifier and TypeMethodDescriptionprotected void
JobBaseResource.validateHistoryJob
(HistoryJob job, String jobId) -
Uses of HistoryJob in org.flowable.engine
Methods in org.flowable.engine that return HistoryJobModifier and TypeMethodDescriptionManagementService.moveDeadLetterJobToHistoryJob
(String jobId, int retries) Moves a job that is in the dead letter job table back to be a history job, and resetting the retries (as the retries was 0 when it was put into the dead letter job table). -
Uses of HistoryJob in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return HistoryJobModifier and TypeMethodDescriptionManagementServiceImpl.moveDeadLetterJobToHistoryJob
(String jobId, int retries) -
Uses of HistoryJob in org.flowable.job.service
Methods in org.flowable.job.service that return types with arguments of type HistoryJobModifier and TypeMethodDescriptionHistoryJobService.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl query) -
Uses of HistoryJob in org.flowable.job.service.impl
Methods in org.flowable.job.service.impl that return types with arguments of type HistoryJobModifier and TypeMethodDescriptionHistoryJobQueryImpl.executeList
(CommandContext commandContext) HistoryJobServiceImpl.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl query) -
Uses of HistoryJob in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return HistoryJobModifier and TypeMethodDescriptionMoveDeadLetterJobToHistoryJobCmd.execute
(CommandContext commandContext) -
Uses of HistoryJob in org.flowable.job.service.impl.persistence.entity
Subinterfaces of HistoryJob in org.flowable.job.service.impl.persistence.entityClasses in org.flowable.job.service.impl.persistence.entity that implement HistoryJobMethods in org.flowable.job.service.impl.persistence.entity that return types with arguments of type HistoryJobModifier and TypeMethodDescriptionHistoryJobEntityManager.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl jobQuery) Executes aHistoryJobQueryImpl
and returns the matchingHistoryJobEntity
instances.HistoryJobEntityManagerImpl.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl jobQuery) -
Uses of HistoryJob in org.flowable.job.service.impl.persistence.entity.data
Methods in org.flowable.job.service.impl.persistence.entity.data that return types with arguments of type HistoryJobModifier and TypeMethodDescriptionHistoryJobDataManager.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl query) -
Uses of HistoryJob in org.flowable.job.service.impl.persistence.entity.data.impl
Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type HistoryJobModifier and TypeMethodDescriptionMybatisHistoryJobDataManager.findHistoryJobsByQueryCriteria
(HistoryJobQueryImpl jobQuery) -
Uses of HistoryJob in org.flowable.rest.service.api
Methods in org.flowable.rest.service.api with parameters of type HistoryJobModifier and TypeMethodDescriptionvoid
BpmnRestApiInterceptor.accessHistoryJobInfoById
(HistoryJob job) RestResponseFactory.createHistoryJobResponse
(HistoryJob job) RestResponseFactory.createHistoryJobResponse
(HistoryJob job, RestUrlBuilder urlBuilder) void
BpmnRestApiInterceptor.deleteHistoryJob
(HistoryJob historyJob) Method parameters in org.flowable.rest.service.api with type arguments of type HistoryJobModifier and TypeMethodDescriptionRestResponseFactory.createHistoryJobResponseList
(List<HistoryJob> jobs) -
Uses of HistoryJob in org.flowable.rest.service.api.management
Methods in org.flowable.rest.service.api.management that return HistoryJobModifier and TypeMethodDescriptionprotected HistoryJob
JobBaseResource.getHistoryJobById
(String jobId) Methods in org.flowable.rest.service.api.management with parameters of type HistoryJobModifier and TypeMethodDescriptionprotected void
JobBaseResource.validateHistoryJob
(HistoryJob job, String jobId)