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, 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)voidsearchObjectFromCollection(CollectionRefSpecificationType collectionConfig, com.evolveum.midpoint.audit.api.AuditResultHandler handler, ObjectPaging paging, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress)voidsearchObjectFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, ResultHandler<ObjectType> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress)
-
-
-
Method Detail
-
createWidgetData
DashboardWidget createWidgetData(DashboardWidgetType widget, com.evolveum.midpoint.task.api.Task task, OperationResult result) throws SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException, ObjectNotFoundException
-
searchObjectFromCollection
void searchObjectFromCollection(CollectionRefSpecificationType collection, QName typeForFilter, ResultHandler<ObjectType> handler, Collection<SelectorOptions<GetOperationOptions>> options, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress) throws SchemaException, ObjectNotFoundException, SecurityViolationException, CommunicationException, ConfigurationException, ExpressionEvaluationException
-
searchObjectFromCollection
void searchObjectFromCollection(CollectionRefSpecificationType collectionConfig, com.evolveum.midpoint.audit.api.AuditResultHandler handler, ObjectPaging paging, com.evolveum.midpoint.task.api.Task task, OperationResult result, boolean recordProgress) throws SchemaException, ObjectNotFoundException, SecurityViolationException, CommunicationException, ConfigurationException, ExpressionEvaluationException
-
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 SchemaException, ConfigurationException, ObjectNotFoundException, CommunicationException, SecurityViolationException, ExpressionEvaluationException
-
-