Uses of Class
com.gentics.contentnode.rest.model.scheduler.ExecutionModel
Packages that use ExecutionModel
-
Uses of ExecutionModel in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ExecutionModelModifier and TypeMethodDescriptionstatic ExecutionModel
ExecutionModel.fromDbResult
(String idField, ResultSet rs) Create a model instance from a database result set.static ExecutionModel
ExecutionModel.fromDbResult
(ResultSet rs) Create a model instance from a database result set.static ExecutionModel
ExecutionModel.fromDbResultWithSchedule
(ResultSet rs) Create a model instance from a database result set with the corresponding schedule.ScheduleModel.getLastExecution()
Get the data for the last execution if any.ExecutionModel.setDuration
(Integer duration) Set the durationExecutionModel.setEndTime
(Integer endTime) Set the end timeSet the execution IDSet the command outputSet the resultExecutionModel.setSchedule
(ScheduleModel schedule) Set the scheduleExecutionModel.setScheduleId
(Integer scheduleId) Set the schedule IDExecutionModel.setStartTime
(Integer startTime) Set the start timeMethods in com.gentics.contentnode.rest.model.scheduler with parameters of type ExecutionModelModifier and TypeMethodDescriptionScheduleModel.setLastExecution
(ExecutionModel lastExecution) Set the data for the last execution.Constructors in com.gentics.contentnode.rest.model.scheduler with parameters of type ExecutionModelModifierConstructorDescriptionExecutionResponse
(ExecutionModel item, ResponseInfo responseInfo) Create response with execution and info