Uses of Class
net.bluemind.scheduledjob.api.Job
Packages that use Job
-
Uses of Job in net.bluemind.scheduledjob.api
Methods in net.bluemind.scheduledjob.api that return JobMethods in net.bluemind.scheduledjob.api that return types with arguments of type JobMethods in net.bluemind.scheduledjob.api with parameters of type JobModifier and TypeMethodDescriptionvoid
IJobHook.onJobUpdated
(Job newVersion) void
Update job planificationJobPlanification
void
IJobAsync.update
(Job job, AsyncHandler<Void> handler) Method parameters in net.bluemind.scheduledjob.api with type arguments of type JobModifier and TypeMethodDescriptionvoid
IJobAsync.getJobFromId
(String jobId, AsyncHandler<Job> handler) void
IJobAsync.searchJob
(JobQuery query, AsyncHandler<ListResult<Job>> handler)