Interface DashboardService
- 
 @Experimental public interface DashboardService - Author:
- skublik
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegercountAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result)DashboardWidgetcreateWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result)CollectionRefSpecificationTypegetCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)ObjectCollectionTypegetObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)
 
- 
- 
- 
Method Detail- 
createWidgetDataDashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws CommonException - Throws:
- CommonException
 
 - 
getObjectCollectionTypeObjectCollectionType getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
 - 
getCollectionRefSpecificationTypeCollectionRefSpecificationType getCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) 
 - 
countAuditEventsInteger countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws CommonException - Throws:
- CommonException
 
 
- 
 
-