Interface Report
- All Superinterfaces:
org.timepedia.exporter.client.Exportable
public interface Report
extends org.timepedia.exporter.client.Exportable
FirstSpirit WebEdit Javascript Report API, accessible via
Examples:
WE_API.Report
Examples:
WE_API.Report.show("MyReport", {"pattern": "searchThis"}, true)
; // search some text
- Since:
- 5.0.106
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Report identifier:Bookmarks
static final String
Report identifier:GPT
static final String
Report identifier:History
static final String
Report identifier:MyChanges
static final String
Report identifier:Notifications
static final String
Report identifier:RecentElements
static final String
Report identifier:RelatedObjects
static final String
Report identifier:Search
static final String
Report identifier:Tasks
-
Method Summary
-
Field Details
-
REPORT_BOOKMARKS
Report identifier:Bookmarks
- Since:
- 5.0.203
- See Also:
-
REPORT_HISTORY
Report identifier:History
- Since:
- 5.0.203
- See Also:
-
REPORT_MYCHANGES
Report identifier:MyChanges
- Since:
- 5.0.203
- See Also:
-
REPORT_NOTIFICATIONS
Report identifier:Notifications
- Since:
- 5.0.203
- See Also:
-
REPORT_RELATEDOBJECTS
Report identifier:RelatedObjects
- Since:
- 5.0.203
- See Also:
-
REPORT_RECENTELEMENTS
Report identifier:RecentElements
- Since:
- NEXT_STABLE
- See Also:
-
REPORT_SEARCH
Report identifier:Search
- Since:
- 5.0.203
- See Also:
-
REPORT_TASKS
Report identifier:Tasks
- Since:
- 5.0.203
- See Also:
-
REPORT_GPT
Report identifier:GPT
- See Also:
-
-
Method Details
-
show
void show(@NotNull @NotNull String report, @Nullable @Nullable com.google.gwt.core.client.JavaScriptObject param, boolean restart) Opens the given report, sets parameters and maybe refreshes it.- Parameters:
report
- The report to be shown, which is either a standard report like "Bookmarks" or the name of the report plugin like"com.example.CustomDataAccessPlugin"
.param
- map of parameters.restart
-true
to restart the report query.- Since:
- 5.0.106
- See Also:
-
refresh
Refreshes the specified report.- Parameters:
report
- The report to be refreshed, which is either a standard report like "Bookmarks" or the name of the report plugin like"com.example.CustomDataAccessPlugin"
.- Since:
- 1.58
-