Uses of Class
net.bluemind.scheduledjob.api.Job
-
Uses of Job in net.bluemind.scheduledjob.api
Modifier and TypeMethodDescriptionvoid
IJobHook.onJobUpdated
(Job newVersion) void
Update job planificationJobPlanification
void
IJobAsync.update
(Job job, AsyncHandler<Void> handler) Modifier and TypeMethodDescriptionvoid
IJobAsync.getJobFromId
(String jobId, AsyncHandler<Job> handler) void
IJobAsync.searchJob
(JobQuery query, AsyncHandler<ListResult<Job>> handler)