Interface DashboardService
-
@Experimental public interface DashboardService
- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result)
DashboardWidget
createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result)
CollectionRefSpecificationType
getCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)
ObjectCollectionType
getObjectCollectionType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
-
-
Method Detail
-
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)
-
countAuditEvents
Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws CommonException
- Throws:
CommonException
-
-