Uses of Class
net.bluemind.scheduledjob.api.JobExecution
-
Uses of JobExecution in net.bluemind.scheduledjob.api
Modifier and TypeMethodDescriptionIJob.searchExecution
(JobExecutionQuery query) Fetch recorded job executions.IJobPromise.searchExecution
(JobExecutionQuery query) Modifier and TypeMethodDescriptionIInCoreJob.createExecution
(JobExecution je) IJob.getLogs
(JobExecution jobExecution, int offset) Return the logs of a job.void
IJobAsync.getLogs
(JobExecution jobExecution, int offset, AsyncHandler<Set<LogEntry>> handler) IJobPromise.getLogs
(JobExecution jobExecution, int offset) void
IInCoreJob.updateExecution
(JobExecution je) Modifier and TypeMethodDescriptionvoid
IJobAsync.searchExecution
(JobExecutionQuery query, AsyncHandler<ListResult<JobExecution>> handler)