Interface DashboardService
-
@Experimental public interface DashboardService
- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegercountAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, com.evolveum.midpoint.task.api.Task task, OperationResult result)DashboardWidgetcreateWidgetData(DashboardWidgetType widget, boolean useDisplaySource, com.evolveum.midpoint.task.api.Task task, OperationResult result)CollectionRefSpecificationTypegetCollectionRefSpecificationType(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result)ObjectCollectionTypegetObjectCollectionType(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
-
-