前页 | 后页 |
ISBPIServicePlugin interface
ISBPIServicePlugin interface methods
Method Name |
Notes |
See also |
---|---|---|
Release |
C++ only. This is called by the controlling application when the interface class is no longer required. The method should delete the class created during the CreatePlugin() function. |
|
SetCallbacks |
C++ only. Passes in an array of callback function pointers that are used by the Plug-in later on to pass data back to Enterprise Architect. |
SetCallbacks |
SetConfiguration |
Receives the settings defined when the user sets up the Custom Service Plugin in Pro Cloud Server. |
SetConfiguration |
HandleRequest |
Generic request from Enterprise Architect. The plug-in can perform any action required and return data or error-codes back to Enterprise Architect via the callback methods. |
HandleRequest |