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 Summary
ConstructorsConstructorDescriptionStatisticsDtoModel(org.apache.wicket.model.IModel<PrismObjectWrapper<TaskType>> taskModel) -
Method Summary
Modifier and TypeMethodDescriptionprotected StatisticsDtogetStatisticsFromTask(com.evolveum.midpoint.task.api.Task task) protected StatisticsDtovoidvoidsetTask(com.evolveum.midpoint.task.api.Task task) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wicket.model.IModel
combineWith, detach, filter, flatMap, isPresent, map, orElse, orElseGet, setObject
-
Constructor Details
-
StatisticsDtoModel
public StatisticsDtoModel() -
StatisticsDtoModel
-
-
Method Details
-
getObject
- Specified by:
getObjectin interfaceorg.apache.wicket.model.IModel<StatisticsDto>
-
getObjectInternal
-
getStatisticsFromTask
-
getStatisticsFromTaskType
-
setTask
public void setTask(com.evolveum.midpoint.task.api.Task task) -
invalidateCache
public void invalidateCache()
-