Class DashboardUtils
- java.lang.Object
-
- com.evolveum.midpoint.model.api.util.DashboardUtils
-
public class DashboardUtils extends Object
- Author:
- skublik
-
-
Constructor Summary
Constructors Constructor Description DashboardUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringcreateQuery(ObjectCollectionType collectionForQuery, Map<String,Object> parameters, boolean forDomain, Clock clock)static StringgetQueryForListRecords(String query)static DashboardWidgetSourceTypeTypegetSourceType(DashboardWidgetType widget)static booleanisCollectionOfDataNull(DashboardWidgetType widget)static booleanisCollectionRefOfCollectionNull(DashboardWidgetType widget)static booleanisDataFieldsOfPresentationNullOrEmpty(DashboardWidgetPresentationType presentation)static booleanisDataNull(DashboardWidgetType widget)static booleanisSourceTypeOfDataNull(DashboardWidgetType widget)
-
-
-
Method Detail
-
getSourceType
public static DashboardWidgetSourceTypeType getSourceType(DashboardWidgetType widget)
-
isSourceTypeOfDataNull
public static boolean isSourceTypeOfDataNull(DashboardWidgetType widget)
-
isDataNull
public static boolean isDataNull(DashboardWidgetType widget)
-
isCollectionOfDataNull
public static boolean isCollectionOfDataNull(DashboardWidgetType widget)
-
isCollectionRefOfCollectionNull
public static boolean isCollectionRefOfCollectionNull(DashboardWidgetType widget)
-
isDataFieldsOfPresentationNullOrEmpty
public static boolean isDataFieldsOfPresentationNullOrEmpty(DashboardWidgetPresentationType presentation)
-
-