Class DashboardServiceImpl
- java.lang.Object
- 
- com.evolveum.midpoint.model.impl.controller.DashboardServiceImpl
 
- 
- All Implemented Interfaces:
- DashboardService
 
 @Component("dashboardService") public class DashboardServiceImpl extends Object implements DashboardService- Author:
- skublik
 
- 
- 
Constructor SummaryConstructors Constructor Description DashboardServiceImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegercountAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result)DashboardWidgetcreateWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result)CollectionRefSpecificationTypegetCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result)ObjectCollectionTypegetObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result)
 
- 
- 
- 
Method Detail- 
createWidgetDatapublic DashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) throws CommonException - Specified by:
- createWidgetDatain interface- DashboardService
- Throws:
- CommonException
 
 - 
countAuditEventspublic Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws CommonException - Specified by:
- countAuditEventsin interface- DashboardService
- Throws:
- CommonException
 
 - 
getObjectCollectionTypepublic ObjectCollectionType getObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
 - 
getCollectionRefSpecificationTypepublic CollectionRefSpecificationType getCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result) - Specified by:
- getCollectionRefSpecificationTypein interface- DashboardService
 
 
- 
 
-