Uses of Class
com.gentics.contentnode.rest.model.scheduler.ScheduleModel
Packages that use ScheduleModel
Package
Description
-
Uses of ScheduleModel in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ScheduleModelModifier 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 taskMethods in com.gentics.contentnode.rest.model.scheduler with parameters of type ScheduleModelModifier and TypeMethodDescriptionExecutionModel.setSchedule
(ScheduleModel schedule) Set the scheduleConstructors in com.gentics.contentnode.rest.model.scheduler with parameters of type ScheduleModelModifierConstructorDescriptionScheduleResponse
(ScheduleModel item, ResponseInfo responseInfo) Create response with schedule and info -
Uses of ScheduleModel in com.gentics.contentnode.rest.resource.scheduler
Methods in com.gentics.contentnode.rest.resource.scheduler with parameters of type ScheduleModelModifier and TypeMethodDescriptionSchedulerResource.createSchedule
(ScheduleModel schedule) Create a new ScheduleSchedulerResource.updateSchedule
(String scheduleId, ScheduleModel schedule) Update a schedule