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 DashboardWidgetSourceTypeTypegetDisplaySourceType(DashboardWidgetType widget)static StringgetQueryForListRecords(String query)static DashboardWidgetSourceTypeTypegetSourceType(DashboardWidgetType widget)static booleanisAuditCollection(CollectionRefSpecificationType collectionRef, ModelService modelService, Task task, OperationResult result)static booleanisCollectionOfDataNull(DashboardWidgetType widget)static booleanisCollectionRefOfCollectionNull(DashboardWidgetType widget)static booleanisCollectionRefSpecOfCollectionNull(DashboardWidgetType widget)static booleanisDataFieldsOfPresentationNullOrEmpty(DashboardWidgetPresentationType presentation)static booleanisDataNull(DashboardWidgetType widget)static booleanisDisplaySourceTypeOfDataNull(DashboardWidgetType widget)static booleanisSourceTypeOfDataNull(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)
 
 - 
 
 -