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 String
createQuery(ObjectCollectionType collectionForQuery, Map<String,Object> parameters, boolean forDomain, Clock clock)
static String
getQueryForListRecords(String query)
static DashboardWidgetSourceTypeType
getSourceType(DashboardWidgetType widget)
static boolean
isCollectionOfDataNull(DashboardWidgetType widget)
static boolean
isCollectionRefOfCollectionNull(DashboardWidgetType widget)
static boolean
isDataFieldsOfPresentationNullOrEmpty(DashboardWidgetPresentationType presentation)
static boolean
isDataNull(DashboardWidgetType widget)
static boolean
isSourceTypeOfDataNull(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)
-
-