public interface OutputJobInfoExecutor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addJob(JobExecutedEntity jee) |
void |
addJobHistory(JobExecutedEntity jee) |
void |
addJobLifecycleManageLog(JobEntity jobEntity,
String op) |
void |
deleteJob(String jobId) |
void |
deleteJob(String groupName,
String jobName) |
JobExecutedEntity |
getJob(String jobId) |
JobExecutedEntity |
getJob(String groupName,
String jobName) |
Map<String,Object> |
getJobExecutedHistory(int pageNo,
int pageSize,
String jobGroup,
String jobName,
Date beginTime,
Date endtime,
String jobId) |
Map<String,Object> |
getJobLifecycleHistory(int pageNo,
int pageSize,
String jobGroup,
String jobName,
Date beginTime,
Date endtime,
String action,
String jobId) |
List<JobExecutedEntity> |
getJobs() |
String |
getNextJobId() |
void |
updateJob(JobExecutedEntity jee) |
void addJob(JobExecutedEntity jee)
void deleteJob(String jobId)
void updateJob(JobExecutedEntity jee)
JobExecutedEntity getJob(String jobId)
JobExecutedEntity getJob(String groupName, String jobName)
List<JobExecutedEntity> getJobs()
void addJobHistory(JobExecutedEntity jee)
String getNextJobId()
Map<String,Object> getJobExecutedHistory(int pageNo, int pageSize, String jobGroup, String jobName, Date beginTime, Date endtime, String jobId)
Copyright © 2017. All rights reserved.