Uses of Class
com.gooddata.dataload.processes.Schedule
-
Packages that use Schedule Package Description com.gooddata.dataload.processes -
-
Uses of Schedule in com.gooddata.dataload.processes
Methods in com.gooddata.dataload.processes that return Schedule Modifier and Type Method Description ScheduleProcessService. createSchedule(Project project, Schedule schedule)Create new schedule with given data by given project.ScheduleProcessService. getScheduleById(Project project, String id)Get schedule by given id and project.ScheduleProcessService. getScheduleByUri(String uri)Get schedule by given URI.ScheduleProcessService. updateSchedule(Schedule schedule)Update the given scheduleScheduleProcessService. updateSchedule(Project project, Schedule schedule)Deprecated.Methods in com.gooddata.dataload.processes that return types with arguments of type Schedule Modifier and Type Method Description com.gooddata.collections.PageableList<Schedule>ProcessService. listSchedules(Project project)Get first page of paged list of schedules by given project.com.gooddata.collections.PageableList<Schedule>ProcessService. listSchedules(Project project, com.gooddata.collections.Page startPage)Get defined page of paged list of schedules by given project.Methods in com.gooddata.dataload.processes with parameters of type Schedule Modifier and Type Method Description ScheduleProcessService. createSchedule(Project project, Schedule schedule)Create new schedule with given data by given project.FutureResult<ScheduleExecution>ProcessService. executeSchedule(Schedule schedule)Executes given schedulevoidProcessService. removeSchedule(Schedule schedule)Delete given scheduleScheduleProcessService. updateSchedule(Schedule schedule)Update the given scheduleScheduleProcessService. updateSchedule(Project project, Schedule schedule)Deprecated.Constructors in com.gooddata.dataload.processes with parameters of type Schedule Constructor Description Schedule(DataloadProcess process, String executable, Schedule triggerSchedule)Creates schedule, which is triggered by execution of different schedule
-