Interface DashboardService
-
- All Known Implementing Classes:
DashboardServiceImpl
@Experimental public interface DashboardService
- Author:
- skublik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegercountAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result)DashboardWidgetcreateWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result)CollectionRefSpecificationTypegetCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result)ObjectCollectionTypegetObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result)
-
-
-
Method Detail
-
createWidgetData
DashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) throws CommonException
- Throws:
CommonException
-
getObjectCollectionType
ObjectCollectionType getObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException
-
getCollectionRefSpecificationType
CollectionRefSpecificationType getCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result)
-
countAuditEvents
Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws CommonException
- Throws:
CommonException
-
-