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
FieldsModifier and TypeFieldDescriptionstatic final StringReport identifier:Bookmarksstatic final StringReport identifier:GPTstatic final StringReport identifier:Historystatic final StringReport identifier:MyChangesstatic final StringReport identifier:Notificationsstatic final StringReport identifier:RecentElementsstatic final StringReport identifier:RelatedObjectsstatic final StringReport identifier:Searchstatic final StringReport 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-trueto 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
-