Uses of Class
com.gentics.contentnode.rest.resource.impl.internal.JobProgress
-
Packages that use JobProgress Package Description com.gentics.contentnode.rest.resource.impl.internal -
-
Uses of JobProgress in com.gentics.contentnode.rest.resource.impl.internal
Fields in com.gentics.contentnode.rest.resource.impl.internal declared as JobProgress Modifier and Type Field Description protected JobProgress
JobStatus. progress
ProgressMethods in com.gentics.contentnode.rest.resource.impl.internal that return JobProgress Modifier and Type Method Description JobProgress
JobStatus. getProgress()
Get job progressJobProgress
JobProgress. setDone(int done)
Set done totalJobProgress
JobProgress. setFinished(int finished)
Set finish timestampJobProgress
JobProgress. setStarted(int started)
Set start timestampJobProgress
JobProgress. setTotal(int total)
Set total number of totalMethods in com.gentics.contentnode.rest.resource.impl.internal with parameters of type JobProgress Modifier and Type Method Description JobStatus
JobStatus. setProgress(JobProgress progress)
Set job progress
-