Interface SchedularWritePlatformService
- All Known Implementing Classes:
SchedularWritePlatformServiceJpaRepositoryImpl
public interface SchedularWritePlatformService
-
Method Summary
Modifier and TypeMethodDescriptionfetchMaxVersionBy(String triggerKey) findByJobId(Long jobId) findByJobKey(String triggerKey) booleanprocessJobDetailForExecution(String jobKey, String triggerType) retrieveAllJobs(String nodeId) voidsaveOrUpdate(ScheduledJobDetail scheduledJobDetails) voidsaveOrUpdate(ScheduledJobDetail scheduledJobDetails, ScheduledJobRunHistory scheduledJobRunHistory) org.apache.fineract.infrastructure.core.data.CommandProcessingResultupdateJobDetail(Long jobId, org.apache.fineract.infrastructure.core.api.JsonCommand command) voidupdateSchedulerDetail(SchedulerDetail schedulerDetail)
-
Method Details
-
retrieveAllJobs
-
findByJobKey
-
saveOrUpdate
-
saveOrUpdate
void saveOrUpdate(ScheduledJobDetail scheduledJobDetails, ScheduledJobRunHistory scheduledJobRunHistory) -
fetchMaxVersionBy
-
findByJobId
-
updateJobDetail
org.apache.fineract.infrastructure.core.data.CommandProcessingResult updateJobDetail(Long jobId, org.apache.fineract.infrastructure.core.api.JsonCommand command) -
retriveSchedulerDetail
SchedulerDetail retriveSchedulerDetail() -
updateSchedulerDetail
-
processJobDetailForExecution
-