Sequence of Calls to an AWMPlugin: This figure shows the sequence of calls that Analytic Workspace Manager makes to the methods of an AWMPlugin implementation. Analytic Workspace Manager first calls the isSupported method, which returns a boolean. It then calls the getMenu method, which returns a String. Next, it calls the handle method, which does not return a value. Finally, it calls the refreshTree method, which returns a boolean.