Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.DashboardWidgetType
-
-
Uses of DashboardWidgetType in com.evolveum.midpoint.model.api.authentication
Methods in com.evolveum.midpoint.model.api.authentication that return DashboardWidgetType Modifier and Type Method Description DashboardWidgetTypeCompiledGuiProfile. findUserDashboardWidget(String widgetIdentifier)Methods in com.evolveum.midpoint.model.api.authentication that return types with arguments of type DashboardWidgetType Modifier and Type Method Description List<DashboardWidgetType>CompiledDashboardType. getWidget() -
Uses of DashboardWidgetType in com.evolveum.midpoint.model.api.interaction
Methods in com.evolveum.midpoint.model.api.interaction that return DashboardWidgetType Modifier and Type Method Description DashboardWidgetTypeDashboardWidget. getWidget()Methods in com.evolveum.midpoint.model.api.interaction with parameters of type DashboardWidgetType Modifier and Type Method Description DashboardWidgetDashboardService. createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result)CollectionRefSpecificationTypeDashboardService. getCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)ObjectCollectionTypeDashboardService. getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)voidDashboardWidget. setWidget(DashboardWidgetType widget)Constructors in com.evolveum.midpoint.model.api.interaction with parameters of type DashboardWidgetType Constructor Description DashboardWidget(DashboardWidgetType widget, DisplayType display, String numberMessage) -
Uses of DashboardWidgetType in com.evolveum.midpoint.model.api.util
Methods in com.evolveum.midpoint.model.api.util with parameters of type DashboardWidgetType Modifier and Type Method Description static DashboardWidgetSourceTypeTypeDashboardUtils. getDisplaySourceType(DashboardWidgetType widget)static DashboardWidgetSourceTypeTypeDashboardUtils. getSourceType(DashboardWidgetType widget)static booleanDashboardUtils. isCollectionOfDataNull(DashboardWidgetType widget)static booleanDashboardUtils. isCollectionRefOfCollectionNull(DashboardWidgetType widget)static booleanDashboardUtils. isCollectionRefSpecOfCollectionNull(DashboardWidgetType widget)static booleanDashboardUtils. isDataNull(DashboardWidgetType widget)static booleanDashboardUtils. isDisplaySourceTypeOfDataNull(DashboardWidgetType widget)static booleanDashboardUtils. isSourceTypeOfDataNull(DashboardWidgetType widget) -
Uses of DashboardWidgetType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type DashboardWidgetType Modifier and Type Method Description List<DashboardWidgetType>DashboardLayoutType. createWidgetList()List<DashboardWidgetType>DashboardType. createWidgetList()List<DashboardWidgetType>DashboardLayoutType. getWidget()List<DashboardWidgetType>DashboardType. getWidget()Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type DashboardWidgetType Modifier and Type Method Description DashboardLayoutTypeDashboardLayoutType. widget(DashboardWidgetType value)DashboardTypeDashboardType. widget(DashboardWidgetType value)
-