Available Methods
init: The plugin is loaded when Oracle Fusion Field Service is initialized, and the initialization data can be stored by the plugin.
open: The plugin content is to be shown on the page in Oracle Fusion Field Service.
error: Data submitted by the plugin is invalid, or some internal errors have occurred.
wakeup: Oracle Fusion Field Service detected that a connection to a server is available and the plugin has requested to be activated on this event.
callProcedureResult: Oracle Fusion Field Service returns the result of running the procedure (RPC).
-
ready: The plugin is loaded and is ready to receive messages.
-
initEnd: The Plugin finished processing the initialization data.
-
close: The plugin submits data and its window will be closed if data is valid.
- update: The plugin updates OFS entities data without closing its window.
-
sleep: Lets the plugin finish the background activity (started by “wakeup” method) when all data is synchronized with the server. If the plugin is not able to synchronize with its own server because network connectivity is not available, it can notify Oracle Fusion Field Service to wake it up in the background when the connectivity is available.
-
callProcedure: The plugin requests the Oracle Fusion Field Service to run the procedure (RPC) without closing the plugin's window.