|
Configuring Siebel Open UI > Configuring Siebel Open UI to Interact with Other Applications > Displaying Data from Siebel Open UI in External Applications >
SWE API
This topic contains reference information about SWE commands, methods, and arguments:
SWE Commands Available in Siebel Open UI
You can use several SWE commands to display a Siebel portlet in the external application. For security reasons, you can use only the GotoView and GetApplet methods to call a Siebel portlet from an external application. GotoPage and GotoPageTab are not applicable in Siebel Open UI. You can use the commands listed in Table 30 within a Siebel portlet. You cannot use them to call a portlet. For more information about these commands, see Configuring Siebel Open UI.
Table 30. SWE Commands Available in Siebel Open UI
|
Inside Siebel Application |
Called from UI Element Inside Siebel Portlet Container |
Called from Outside Siebel Portlet Container |
CanInvokeMethod |
Yes |
Yes |
No |
ExecuteLogin |
Yes This is not supported for HTTP GET. It is supported through HTTP POST. |
Not applicable for this use case. |
Yes This is not supported for HTTP GET. It is supported through HTTP POST. |
GotoView |
Yes Use only when invoked from the browser address bar by refresh or history navigation. |
Yes |
Yes |
GetAplet |
Yes |
Yes |
Yes |
InvokeMethod |
Yes |
Yes |
No For more information about allowing blocked methods for HTTP GET access, see Configuring Siebel Open UI. |
LoadService |
Yes |
Yes |
No |
Login |
Yes |
Not applicable. |
Not applicable (use SSO or similar). |
Logoff |
Yes |
Not applicable. |
No |
ReloadCT |
Yes |
Yes |
No |
|