Uses of Class
com.gentics.contentnode.rest.model.scheduler.ExecutionModel
-
Uses of ExecutionModel in com.gentics.contentnode.rest.model.scheduler
Modifier 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 timeModifier and TypeMethodDescriptionScheduleModel.setLastExecution
(ExecutionModel lastExecution) Set the data for the last execution.ModifierConstructorDescriptionExecutionResponse
(ExecutionModel item, ResponseInfo responseInfo) Create response with execution and info