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
-
-
-
Method Detail
-
createWidgetData
public DashboardWidget createWidgetData(DashboardWidgetType widget, Task task, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, ObjectNotFoundException
-
getSourceType
public DashboardWidgetSourceTypeType getSourceType(DashboardWidgetType widget)
-
countAuditEvents
public Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws SchemaException, ConfigurationException, ObjectNotFoundException, CommunicationException, SecurityViolationException, ExpressionEvaluationException
-
searchObjectFromCollection
public void searchObjectFromCollection(CollectionRefSpecificationType collectionConfig, QName typeForFilter, ResultHandler<ObjectType> handler, Collection<SelectorOptions<GetOperationOptions>> defaultOptions, Task task, OperationResult result, boolean recordProgress) throws SchemaException, ObjectNotFoundException, SecurityViolationException, CommunicationException, ConfigurationException, ExpressionEvaluationException
-
searchObjectFromCollection
public void searchObjectFromCollection(CollectionRefSpecificationType collectionConfig, AuditResultHandler handler, ObjectPaging paging, Task task, OperationResult result, boolean recordProgress) throws SchemaException, ObjectNotFoundException, SecurityViolationException, CommunicationException, ConfigurationException, ExpressionEvaluationException
-
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
-
-