Package net.bluemind.scheduledjob.api
Interface IJobPromise
public interface IJobPromise
-
Method Summary
Modifier and TypeMethodDescriptiondeleteExecution
(int jobExecutionId) deleteExecutions
(List<Integer> executions) getJobFromId
(String jobId) getLogs
(JobExecution jobExecution, int offset) searchExecution
(JobExecutionQuery query)
-
Method Details
-
cancel
-
deleteExecution
-
deleteExecutions
-
getJobFromId
-
getLogs
-
searchExecution
-
searchJob
-
start
-
update
-