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 Summary
Constructors Constructor Description DashboardServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result)
DashboardWidget
createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result)
CollectionRefSpecificationType
getCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result)
ObjectCollectionType
getObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result)
-
-
-
Method Detail
-
createWidgetData
public DashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) throws CommonException
- Specified by:
createWidgetData
in interfaceDashboardService
- Throws:
CommonException
-
countAuditEvents
public Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws CommonException
- Specified by:
countAuditEvents
in interfaceDashboardService
- Throws:
CommonException
-
getObjectCollectionType
public ObjectCollectionType getObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException
-
getCollectionRefSpecificationType
public CollectionRefSpecificationType getCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result)
- Specified by:
getCollectionRefSpecificationType
in interfaceDashboardService
-
-