public class EventAnalyticsUtil extends Object
Constructor and Description |
---|
EventAnalyticsUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
addStandardDashBoardsAndAllStandartReports(String... dashboardType)
Add standard dashboard by types passed in parameters in all service instances.
|
static void |
createStandardReportsAndDashboards(String serviceInstanceId)
Creates the standard definitions for the given service instance.
|
static EventAnalyticsReport |
getReport(String reportId)
Returns the given report.
|
static EventAnalyticsDashboard |
getStandardDashboardByType(String dashboardType)
Returns the standard dashboard by its type.
|
static boolean |
isStandardDashboardType(String type)
Check is dashboard is standard by type.
|
public static EventAnalyticsReport getReport(String reportId) throws PortalException
reportId
- the report identifier.PortalException
public static EventAnalyticsDashboard getStandardDashboardByType(String dashboardType) throws PortalException
dashboardType
- the dashboard type.PortalException
public static boolean isStandardDashboardType(String type)
type
- the dashboard.public static void addStandardDashBoardsAndAllStandartReports(String... dashboardType) throws Exception
PostUpgradeTaskManager
in step 31.dashboardType
- the dash boards type standards that be will add in all service instance.Exception
public static void createStandardReportsAndDashboards(String serviceInstanceId) throws PortalException
serviceInstanceId
- the service instance identifier.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.