Class DashboardUtils
- java.lang.Object
-
- com.evolveum.midpoint.model.api.util.DashboardUtils
-
@Experimental 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 DashboardWidgetSourceTypeType
getDisplaySourceType(DashboardWidgetType widget)
static String
getQueryForListRecords(String query)
static DashboardWidgetSourceTypeType
getSourceType(DashboardWidgetType widget)
static boolean
isAuditCollection(CollectionRefSpecificationType collectionRef, ModelService modelService, Task task, OperationResult result)
static boolean
isCollectionOfDataNull(DashboardWidgetType widget)
static boolean
isCollectionRefOfCollectionNull(DashboardWidgetType widget)
static boolean
isCollectionRefSpecOfCollectionNull(DashboardWidgetType widget)
static boolean
isDataFieldsOfPresentationNullOrEmpty(DashboardWidgetPresentationType presentation)
static boolean
isDataNull(DashboardWidgetType widget)
static boolean
isDisplaySourceTypeOfDataNull(DashboardWidgetType widget)
static boolean
isSourceTypeOfDataNull(DashboardWidgetType widget)
-
-
-
Method Detail
-
getSourceType
public static DashboardWidgetSourceTypeType getSourceType(DashboardWidgetType widget)
-
getDisplaySourceType
public static DashboardWidgetSourceTypeType getDisplaySourceType(DashboardWidgetType widget)
-
isDisplaySourceTypeOfDataNull
public static boolean isDisplaySourceTypeOfDataNull(DashboardWidgetType widget)
-
isSourceTypeOfDataNull
public static boolean isSourceTypeOfDataNull(DashboardWidgetType widget)
-
isDataNull
public static boolean isDataNull(DashboardWidgetType widget)
-
isCollectionOfDataNull
public static boolean isCollectionOfDataNull(DashboardWidgetType widget)
-
isCollectionRefSpecOfCollectionNull
public static boolean isCollectionRefSpecOfCollectionNull(DashboardWidgetType widget)
-
isCollectionRefOfCollectionNull
public static boolean isCollectionRefOfCollectionNull(DashboardWidgetType widget)
-
isDataFieldsOfPresentationNullOrEmpty
public static boolean isDataFieldsOfPresentationNullOrEmpty(DashboardWidgetPresentationType presentation)
-
isAuditCollection
public static boolean isAuditCollection(CollectionRefSpecificationType collectionRef, ModelService modelService, Task task, OperationResult result)
-
-