See: Description
Interface | Description |
---|---|
Filter |
The base interface for all filters in analytics.
|
ProcessAnalyticsService |
ProcessAnalyticsService provides access to reports on entities and events
throughout the process application.
|
Class | Description |
---|---|
AheadOfScheduleFilter |
Filter for tasks/processes that are ahead of schedule: when
this filter is added, only completed tasks/processes that are
ahead of schedule will be returned in the report.
|
BaseFilter |
Base class for all analytics filters.
|
BehindScheduleFilter |
Filter for tasks/processes that are behind schedule: when
this filter is added, only the incomplete and completed tasks/processes
that are behind schedule will be returned in the report.
|
Column |
The
Column bean contains information necessary to retrieve a
column of data from the backend and display it properly. |
Comparisons |
Defines constants for logical comparisons between values.
|
CompletedAheadOfScheduleFilter | Deprecated
this unused filter will be removed in a future release
|
CompletedBehindScheduleFilter | Deprecated
this unused filter will be removed in a future release; use instead
DueTodayFilter as it returns the same results |
CompletedFilter |
Filter for completed tasks/processes: when this filter is added, only
completed tasks/processes will be returned in the report.
|
DrillPath |
The
DrillPath bean describes how data in a report
Column links to more information. |
DueTodayFilter |
Filter for tasks/processes that are due today.
|
LastNCompletedFilter |
This analytics filter will return the last N processes/tasks to have
been completed.
|
LastNDaysFilter |
Filter for processes/tasks which have been started in the last N days.
|
NotYetCompletedFilter | Deprecated
this unused filter will be removed in a future release
|
OutsideNStandardDeviationsFilter |
The
OutsideNStandardDeviationsFilter returns processes/tasks
whose completion duration is more than the specified number of standard
deviations above or below the average completion duration. |
PerformanceAttributes |
This object represents the attribute that was executed while generating the
report.
|
PerformanceMetrics |
This object represents the metrics for the generated report.
|
ProcessAnalyticsServiceUtils |
This class supplements the
ProcessAnalyticsService with additional
methods. |
ProcessReport |
Bean detailing an analytics report specification.
|
QuickFilter |
A QuickFilter is a set of QuickFilterItems.
|
QuickFilterItem |
A QuickFilterItem is a set of Filters.
|
ReportData |
Bean defining the type of data contained in an analytics report.
|
ReportDisplay |
Bean detailing how an analytics report is to be displayed.
|
ReportResultPage |
Contains the results of an Analytics query.
|
ReportValidator |
Validator for
ProcessReport s. |
RunningFilter |
Filter for running processes and tasks.
|
SimpleColumnFilter |
Simple column filter which allows you to filter on any column in the report.
|
Threshold |
Bean detailing analytics threshold object.
|
Enum | Description |
---|---|
SimpleColumnFilter.ComparisonType |
Provides functionality for querying the process engine for data about process models, processes, and tasks.
The most important classes are ProcessAnalyticsService
and ProcessAnalyticsServiceUtils
, which provide methods for interacting with
the engine, and ProcessReport
, which is the top-level bean for specifying
a report format.
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.