Uses of Class
com.gentics.contentnode.rest.model.scheduler.ScheduleModel
Package
Description
-
Uses of ScheduleModel in com.gentics.contentnode.rest.model.scheduler
Modifier and TypeMethodDescriptionExecutionModel.getSchedule()
The corresponding scheduleSet the active flagScheduleModel.setAverageTime
(int averageTime) Set the average runtime of this schedules executions.ScheduleModel.setCdate
(int cdate) Set the creation timestampScheduleModel.setCreator
(User creator) Set the creatorScheduleModel.setDescription
(String description) Set the descriptionScheduleModel.setEdate
(int edate) Set the edit timestampSet the editorSet the IDScheduleModel.setLastExecution
(ExecutionModel lastExecution) Set the data for the last execution.Set the nameScheduleModel.setNotificationEmail
(List<String> notificationEmail) Set the notification email addresses.ScheduleModel.setParallel
(Boolean parallel) Set the parallel flag.ScheduleModel.setRuns
(int runs) Set the number of executions for this schedule.ScheduleModel.setScheduleData
(ScheduleData scheduleData) Set schedule dataScheduleModel.setStatus
(ScheduleStatus status) Set the current status of the schedule.Set the task of the scheduleSet the ID of the executed taskModifier and TypeMethodDescriptionExecutionModel.setSchedule
(ScheduleModel schedule) Set the scheduleModifierConstructorDescriptionScheduleResponse
(ScheduleModel item, ResponseInfo responseInfo) Create response with schedule and info -
Uses of ScheduleModel in com.gentics.contentnode.rest.resource.scheduler
Modifier and TypeMethodDescriptionSchedulerResource.createSchedule
(ScheduleModel schedule) Create a new ScheduleSchedulerResource.updateSchedule
(String scheduleId, ScheduleModel schedule) Update a schedule