| Package | Description |
|---|---|
| com.gooddata.dataload.processes |
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ProcessService.createSchedule(Project project,
Schedule schedule)
Create new schedule with given data by given project.
|
Schedule |
ProcessService.getScheduleById(Project project,
String id)
Get schedule by given id and project.
|
Schedule |
ProcessService.getScheduleByUri(String uri)
Get schedule by given URI.
|
Schedule |
ProcessService.updateSchedule(Project project,
Schedule schedule)
Deprecated.
|
Schedule |
ProcessService.updateSchedule(Schedule schedule)
Update the given schedule
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Schedule |
ProcessService.createSchedule(Project project,
Schedule schedule)
Create new schedule with given data by given project.
|
FutureResult<ScheduleExecution> |
ProcessService.executeSchedule(Schedule schedule)
Executes given schedule
|
void |
ProcessService.removeSchedule(Schedule schedule)
Delete given schedule
|
Schedule |
ProcessService.updateSchedule(Project project,
Schedule schedule)
Deprecated.
|
Schedule |
ProcessService.updateSchedule(Schedule schedule)
Update the given schedule
|
| Constructor and Description |
|---|
Schedule(DataloadProcess process,
String executable,
Schedule triggerSchedule)
Creates schedule, which is triggered by execution of different schedule
|
Copyright © 2019. All rights reserved.