Uses of Class
com.gentics.contentnode.rest.model.scheduler.ExecutionModel
-
Packages that use ExecutionModel Package Description com.gentics.contentnode.rest.model.scheduler -
-
Uses of ExecutionModel in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ExecutionModel Modifier and Type Method Description static 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.ExecutionModel
ScheduleModel. getLastExecution()
Get the data for the last execution if any.ExecutionModel
ExecutionModel. setDuration(Integer duration)
Set the durationExecutionModel
ExecutionModel. setEndTime(Integer endTime)
Set the end timeExecutionModel
ExecutionModel. setId(Integer id)
Set the execution IDExecutionModel
ExecutionModel. setLog(String log)
Set the command outputExecutionModel
ExecutionModel. setResult(Boolean result)
Set the resultExecutionModel
ExecutionModel. setSchedule(ScheduleModel schedule)
Set the scheduleExecutionModel
ExecutionModel. setScheduleId(Integer scheduleId)
Set the schedule IDExecutionModel
ExecutionModel. setStartTime(Integer startTime)
Set the start timeMethods in com.gentics.contentnode.rest.model.scheduler with parameters of type ExecutionModel Modifier and Type Method Description ScheduleModel
ScheduleModel. setLastExecution(ExecutionModel lastExecution)
Set the data for the last execution.Constructors in com.gentics.contentnode.rest.model.scheduler with parameters of type ExecutionModel Constructor Description ExecutionResponse(ExecutionModel item, ResponseInfo responseInfo)
Create response with execution and info
-