Interface DashboardService
- All Known Implementing Classes:
DashboardServiceImpl
- Author:
- skublik
-
Method Summary
Modifier and TypeMethodDescriptioncountAuditEvents
(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) createWidgetData
(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) getCollectionRefSpecificationType
(DashboardWidgetType widget, Task task, OperationResult result) getObjectCollectionType
(DashboardWidgetType widget, Task task, OperationResult result)
-
Method Details
-
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) -
createEmptyWidgetData
-
countAuditEvents
Integer countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws CommonException - Throws:
CommonException
-