Interface DashboardService
- All Known Implementing Classes:
- DashboardServiceImpl
- Author:
- skublik
- 
Method SummaryModifier 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- 
createWidgetDataDashboardWidget createWidgetData(DashboardWidgetType widget, boolean useDisplaySource, Task task, OperationResult result) throws CommonException - Throws:
- CommonException
 
- 
getObjectCollectionTypeObjectCollectionType getObjectCollectionType(DashboardWidgetType widget, Task task, OperationResult result) throws ObjectNotFoundException, SchemaException, CommunicationException, ConfigurationException, SecurityViolationException, ExpressionEvaluationException 
- 
getCollectionRefSpecificationTypeCollectionRefSpecificationType getCollectionRefSpecificationType(DashboardWidgetType widget, Task task, OperationResult result) 
- 
createEmptyWidgetData
- 
countAuditEventsInteger countAuditEvents(CollectionRefSpecificationType collectionRef, ObjectCollectionType collection, Task task, OperationResult result) throws CommonException - Throws:
- CommonException
 
 
-