Uses of Interface
org.camunda.bpm.engine.runtime.Job
-
Packages that use Job Package Description org.camunda.bpm.engine Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of aProcessEngineConfiguration(typically based on a configuration file), from which aProcessEnginecan be obtained.
Through the services obtained from such aProcessEngine, BPM and workflow operation can be executed:
RepositoryService: ManagesDeployments
RuntimeService: For starting and searchingProcessInstances
TaskService: Exposes operations to manage human (standalone)Tasks, such as claiming, completing and assigning tasks
IdentityService: Used for managingUsers,Groups and the relations between them
ManagementService: Exposes engine admin and maintenance operations, which have no relation to the runtime execution 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.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.history.producer org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.runtime org.camunda.bpm.engine.test.assertions.bpmn -
-
Uses of Job in org.camunda.bpm.engine
Methods in org.camunda.bpm.engine that return Job Modifier and Type Method Description JobHistoryService. cleanUpHistoryAsync()Schedules history cleanup job at batch window start time.JobHistoryService. cleanUpHistoryAsync(boolean immediatelyDue)Schedules history cleanup job at batch window start time.JobHistoryService. findHistoryCleanupJob()Deprecated.As of v.Methods in org.camunda.bpm.engine that return types with arguments of type Job Modifier and Type Method Description java.util.List<Job>HistoryService. findHistoryCleanupJobs()Finds history cleanup jobs if present. -
Uses of Job in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return Job Modifier and Type Method Description JobHistoryServiceImpl. cleanUpHistoryAsync()JobHistoryServiceImpl. cleanUpHistoryAsync(boolean immediatelyDue)JobHistoryServiceImpl. findHistoryCleanupJob()Methods in org.camunda.bpm.engine.impl that return types with arguments of type Job Modifier and Type Method Description java.util.List<Job>JobQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<Job>HistoryServiceImpl. findHistoryCleanupJobs() -
Uses of Job in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return Job Modifier and Type Method Description JobHistoryCleanupCmd. execute(CommandContext commandContext)Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type Job Modifier and Type Method Description protected java.util.List<Job>HistoryCleanupCmd. createJobs(int degreeOfParallelism, int[][] minuteChunks)java.util.List<Job>FindHistoryCleanupJobsCmd. execute(CommandContext commandContext)protected java.util.List<Job>HistoryCleanupCmd. getHistoryCleanupJobs()protected java.util.List<Job>HistoryCleanupCmd. reconfigureJobs(java.util.List<Job> historyCleanupJobs, int degreeOfParallelism, int[][] minuteChunks)Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type Job Modifier and Type Method Description protected java.util.List<Job>HistoryCleanupCmd. reconfigureJobs(java.util.List<Job> historyCleanupJobs, int degreeOfParallelism, int[][] minuteChunks)protected booleanHistoryCleanupCmd. shouldCreateJobs(java.util.List<Job> jobs)protected booleanHistoryCleanupCmd. shouldReconfigureJobs(java.util.List<Job> jobs)protected booleanHistoryCleanupCmd. shouldSuspendJobs(java.util.List<Job> jobs)protected voidHistoryCleanupCmd. suspendJobs(java.util.List<Job> jobs) -
Uses of Job in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type Job Modifier and Type Method Description HistoryEventDefaultHistoryEventProducer. createHistoricJobLogCreateEvt(Job job)HistoryEventHistoryEventProducer. createHistoricJobLogCreateEvt(Job job)Creates the history event fired when a job has been created.HistoryEventDefaultHistoryEventProducer. createHistoricJobLogDeleteEvt(Job job)HistoryEventHistoryEventProducer. createHistoricJobLogDeleteEvt(Job job)Creates the history event fired when the a job has been deleted.protected HistoryEventDefaultHistoryEventProducer. createHistoricJobLogEvt(Job job, HistoryEventType eventType)HistoryEventDefaultHistoryEventProducer. createHistoricJobLogFailedEvt(Job job, java.lang.Throwable exception)HistoryEventHistoryEventProducer. createHistoricJobLogFailedEvt(Job job, java.lang.Throwable exception)Creates the history event fired when the execution of a job failed.HistoryEventDefaultHistoryEventProducer. createHistoricJobLogSuccessfulEvt(Job job)HistoryEventHistoryEventProducer. createHistoricJobLogSuccessfulEvt(Job job)Creates the history event fired when the execution of a job was successful.protected voidDefaultHistoryEventProducer. initHistoricJobLogEvent(HistoricJobLogEventEntity evt, Job job, HistoryEventType eventType)protected HistoricJobLogEventEntityDefaultHistoryEventProducer. newHistoricJobLogEntity(Job job) -
Uses of Job in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Job Modifier and Type Class Description classEverLivingJobEntityJobEntity for ever living job, which can be rescheduled and executed again.classJobEntityStub of the common parts of a Job.classMessageEntityNOTE: instances of Messge Entity should be created viaMessageJobDeclaration.classTimerEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Job Modifier and Type Method Description java.util.List<Job>JobManager. findJobsByHandlerType(java.lang.String handlerType)java.util.List<Job>JobManager. findJobsByQueryCriteria(JobQueryImpl jobQuery, Page page)Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Job Modifier and Type Method Description voidHistoricJobLogManager. fireJobCreatedEvent(Job job)voidHistoricJobLogManager. fireJobDeletedEvent(Job job)voidHistoricJobLogManager. fireJobFailedEvent(Job job, java.lang.Throwable exception)voidHistoricJobLogManager. fireJobSuccessfulEvent(Job job)protected booleanHistoricJobLogManager. isHistoryEventProduced(HistoryEventType eventType, Job job) -
Uses of Job in org.camunda.bpm.engine.rest.dto.runtime
Methods in org.camunda.bpm.engine.rest.dto.runtime with parameters of type Job Modifier and Type Method Description static JobDtoJobDto. fromJob(Job job) -
Uses of Job in org.camunda.bpm.engine.test.assertions.bpmn
Methods in org.camunda.bpm.engine.test.assertions.bpmn that return Job Modifier and Type Method Description protected JobJobAssert. getCurrent()static JobBpmnAwareTests. job()Helper method to easily access the only job currently available in the context of the last asserted process instance.static JobBpmnAwareTests. job(java.lang.String activityId)Helper method to easily access the only job with the given activityId currently available in the context of the last asserted process instance.static JobBpmnAwareTests. job(java.lang.String activityId, ProcessInstance processInstance)Helper method to easily access the only job with the given activityId currently available in the context of the given process instance.static JobBpmnAwareTests. job(JobQuery jobQuery)Helper method to easily access the only job compliant to a given jobQuery and currently available in the context of the last asserted process instance.static JobBpmnAwareTests. job(JobQuery jobQuery, ProcessInstance processInstance)Helper method to easily access the only job compliant to a given jobQuery and currently available in the context of the given process instance.static JobBpmnAwareTests. job(ProcessInstance processInstance)Helper method to easily access the only job currently available in the context of the given process instance.Methods in org.camunda.bpm.engine.test.assertions.bpmn with parameters of type Job Modifier and Type Method Description static JobAssertBpmnAwareTests. assertThat(Job actual)Assert that...protected static JobAssertJobAssert. assertThat(ProcessEngine engine, Job actual)static voidBpmnAwareTests. execute(Job job)Helper method to easily execute a job.protected java.lang.StringJobAssert. toString(Job job)Constructors in org.camunda.bpm.engine.test.assertions.bpmn with parameters of type Job Constructor Description JobAssert(ProcessEngine engine, Job actual)
-