Uses of Class
com.evolveum.midpoint.web.component.progress.StatisticsDto
-
Packages that use StatisticsDto Package Description com.evolveum.midpoint.web.component.progress -
-
Uses of StatisticsDto in com.evolveum.midpoint.web.component.progress
Methods in com.evolveum.midpoint.web.component.progress that return StatisticsDto Modifier and Type Method Description StatisticsDto
StatisticsDtoModel. getObject()
StatisticsDto
StatisticsDtoModel. getObjectInternal()
protected StatisticsDto
StatisticsDtoModel. getStatisticsFromTask(com.evolveum.midpoint.task.api.Task task)
protected StatisticsDto
StatisticsDtoModel. getStatisticsFromTaskType(TaskType task)
Constructor parameters in com.evolveum.midpoint.web.component.progress with type arguments of type StatisticsDto Constructor Description StatisticsPanel(String id, org.apache.wicket.model.IModel<StatisticsDto> model)
-