Interface DashboardService
- Author:
- skublik
-
Method Summary
Modifier and TypeMethodDescriptioncountAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result) createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result) getCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Method Details
-
createWidgetData
DashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws CommonException - Throws:
CommonException
-
getObjectCollectionType
ObjectCollectionType getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException -
getCollectionRefSpecificationType
CollectionRefSpecificationType getCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) -
createEmptyWidgetData
-
countAuditEvents
Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws CommonException - Throws:
CommonException
-