public class ProcessAnalyticsServiceUtils
extends java.lang.Object
ProcessAnalyticsService
with additional
methods. These methods were not put directly on the service only because they would
have coupled the services to the servlet container.Constructor and Description |
---|
ProcessAnalyticsServiceUtils() |
Modifier and Type | Method and Description |
---|---|
ProcessReport[] |
getProcessReportsUsingAlias(java.lang.String[] aliases_,
javax.servlet.ServletContext servletContext_,
ProcessAnalyticsService service_)
Retrieve multiple process reports by their aliases.
|
ProcessReport |
getProcessReportUsingAlias(java.lang.String alias_,
javax.servlet.ServletContext servletContext_,
ProcessAnalyticsService service_)
Retrieve a process report using the alias that is defined for that report in the
analytics configuration file.
|
ProcessReport[] |
getSystemProcessViews(javax.servlet.ServletContext servletContext_,
ProcessAnalyticsService service_,
java.util.Locale locale_)
Retrieve the process reports defining the system process views.
|
ProcessReport[] |
getSystemTaskViews(javax.servlet.ServletContext servletContext_,
ProcessAnalyticsService service_)
Retrieve the process reports defining the system task views.
|
public ProcessReport getProcessReportUsingAlias(java.lang.String alias_, javax.servlet.ServletContext servletContext_, ProcessAnalyticsService service_) throws PrivilegeException
alias_
- the alias for the report.servletContext_
- the context for the servlet container.service_
- the ProcessAnalyticsService
.PrivilegeException
- if the user does not have rights to view the report.public ProcessReport[] getProcessReportsUsingAlias(java.lang.String[] aliases_, javax.servlet.ServletContext servletContext_, ProcessAnalyticsService service_)
aliases_
- the aliases for the reports.servletContext_
- the context for the servlet container.service_
- the ProcessAnalyticsService
.getProcessReportUsingAlias(String, ServletContext, ProcessAnalyticsService)
public ProcessReport[] getSystemTaskViews(javax.servlet.ServletContext servletContext_, ProcessAnalyticsService service_)
servletContext_
- the context for the servlet container.service_
- the ProcessAnalyticsService
.public ProcessReport[] getSystemProcessViews(javax.servlet.ServletContext servletContext_, ProcessAnalyticsService service_, java.util.Locale locale_)
servletContext_
- the context for the servlet container.service_
- the ProcessAnalyticsService
.locale_
- the locale for the current userCopyright © 2003-2024 Appian Corporation. All Rights Reserved.