public interface Report
WE_API.ReportExamples:
WE_API.Report.show("MyReport", {"pattern": "searchThis"}, true)
; // search some text
Modifier and Type | Field and Description |
---|---|
static String |
REPORT_BOOKMARKS
Report identifier:
Bookmarks |
static String |
REPORT_HISTORY
Report identifier:
History |
static String |
REPORT_MYCHANGES
Report identifier:
MyChanges |
static String |
REPORT_NOTIFICATIONS
Report identifier:
Notifications |
static String |
REPORT_RELATEDOBJECTS
Report identifier:
RelatedObjects |
static String |
REPORT_SEARCH
Report identifier:
Search |
static String |
REPORT_TASKS
Report identifier:
Tasks |
static final String REPORT_BOOKMARKS
Bookmarks
static final String REPORT_HISTORY
History
static final String REPORT_MYCHANGES
MyChanges
static final String REPORT_NOTIFICATIONS
Notifications
static final String REPORT_RELATEDOBJECTS
RelatedObjects
static final String REPORT_SEARCH
Search
static final String REPORT_TASKS
Tasks
void show(@NotNull String report, @Nullable JavaScriptObject param, boolean restart)
report
- report uid.param
- map of parameters.restart
- true
to restart the report query.REPORT_BOOKMARKS
,
REPORT_HISTORY
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500