Uses of Class
com.gentics.contentnode.rest.model.scheduler.TaskModel
Package
Description
-
Uses of TaskModel in com.gentics.contentnode.rest.model.scheduler
Modifier and TypeMethodDescriptionScheduleModel.getTask()
Get the task of the scheduleTaskModel.setCdate
(int cdate) Set the creation timestampTaskModel.setCommand
(String command) Set the commandTaskModel.setCreator
(User creator) Set the creatorTaskModel.setDescription
(String description) Set the descriptionTaskModel.setEdate
(int edate) Set the edit timestampSet the editorSet the IDTaskModel.setInternal
(Boolean internal) Set the internal flagSet the nameModifier and TypeMethodDescriptionSet the task of the scheduleModifierConstructorDescriptionTaskResponse
(TaskModel item, ResponseInfo responseInfo) Create response with item and info -
Uses of TaskModel in com.gentics.contentnode.rest.resource.scheduler
Modifier and TypeMethodDescriptionSchedulerResource.createTask
(TaskModel task) Create a new taskSchedulerResource.updateTask
(String taskId, TaskModel task) Update a task