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 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
-
createWidgetData
public DashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) throws CommonException
- Specified by:
createWidgetDatain interfaceDashboardService- Throws:
CommonException
-
countAuditEvents
public Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws CommonException
- Specified by:
countAuditEventsin 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:
getCollectionRefSpecificationTypein interfaceDashboardService
-
-