Uses of Class
net.bluemind.scheduledjob.api.JobExecution
Packages that use JobExecution
-
Uses of JobExecution in net.bluemind.scheduledjob.api
Methods in net.bluemind.scheduledjob.api that return JobExecutionMethods in net.bluemind.scheduledjob.api that return types with arguments of type JobExecutionModifier and TypeMethodDescriptionIJob.searchExecution
(JobExecutionQuery query) Fetch recorded job executions.IJobPromise.searchExecution
(JobExecutionQuery query) Methods in net.bluemind.scheduledjob.api with parameters of type JobExecutionModifier 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) Method parameters in net.bluemind.scheduledjob.api with type arguments of type JobExecutionModifier and TypeMethodDescriptionvoid
IJobAsync.searchExecution
(JobExecutionQuery query, AsyncHandler<ListResult<JobExecution>> handler)