Class StatisticsDtoModel

java.lang.Object
com.evolveum.midpoint.web.component.progress.StatisticsDtoModel
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<StatisticsDto>, org.apache.wicket.util.io.IClusterable

public class StatisticsDtoModel extends Object implements org.apache.wicket.model.IModel<StatisticsDto>
See Also:
  • Constructor Details

    • StatisticsDtoModel

      public StatisticsDtoModel()
    • StatisticsDtoModel

      public StatisticsDtoModel(org.apache.wicket.model.IModel<PrismObjectWrapper<TaskType>> taskModel)
  • Method Details

    • getObject

      public StatisticsDto getObject()
      Specified by:
      getObject in interface org.apache.wicket.model.IModel<StatisticsDto>
    • getObjectInternal

      public StatisticsDto getObjectInternal()
    • getStatisticsFromTask

      protected StatisticsDto getStatisticsFromTask(com.evolveum.midpoint.task.api.Task task)
    • getStatisticsFromTaskType

      protected StatisticsDto getStatisticsFromTaskType(TaskType task)
    • setTask

      public void setTask(com.evolveum.midpoint.task.api.Task task)
    • invalidateCache

      public void invalidateCache()