Uses of Class
com.gentics.contentnode.rest.model.scheduler.ExecutionListResponse
-
Packages that use ExecutionListResponse Package Description com.gentics.contentnode.rest.resource.scheduler -
-
Uses of ExecutionListResponse in com.gentics.contentnode.rest.resource.scheduler
Methods in com.gentics.contentnode.rest.resource.scheduler that return ExecutionListResponse Modifier and Type Method Description ExecutionListResponse
SchedulerResource. listExecutions(String scheduleId, FilterParameterBean filter, SortParameterBean sorting, PagingParameterBean paging, ExecutionFilterParameterBean executionFilterParameterBean, EmbedParameterBean embed)
List all executions of the given schedule which match the filters.
The result can be filtered byid
scheduleId
log
and sorted byid
startTime
endTime
duration
result
-