| 前页 | 后页 | 
ISBPIIntegrationPlugin接口
ISBPIIntegrationPlugin接口提供了多种方法。
ISBPIIntegrationPlugin接口方法
大多数方法都有一个字符串参数(在C ++中为char *,在C#中为string),该参数编码为JSON以提供各种参数。
ISBPIIntegrationPlugin接口提供以下方法:
| 方法名称 | 笔记 | 也可以看看 | 
|---|---|---|
| 释放 | 仅C ++。当不再需要接口类时,控制应用程序将调用此方法。该方法应删除在CreatePlugin()函数期间创建的类。 | |
| SetCallbacks(const void ** callbackFunctions) | 仅C ++。 | SetCallbacks | 
| SetConfiguration | 接收用户在Pro Cloud Server设置“自定义集成插件”时定义的设置。 | SetConfiguration | 
| 设置授权 | 设置授权 | |
| GetAuthorisationDetails | GetAuthorisationDetails | |
| PostOAuthCode | PostOAuthCode | |
| 刷新OAuthToken | 刷新OAuthToken | |
| GetMenuList | GetMenuList | |
| GetItemList | GetItemList | |
| GetItem | GetItem | |
| 获取项目 | 获取项目 | |
| GetItemNotes | GetItemNotes | |
| GetItemDiscussion | GetItemDiscussion | |
| PostNewItem | PostNewItem | |
| PostUpdateItem | PostUpdateItem | |
| 后新讨论 | 后新讨论 | |
| CreateWebEAHyperlink | CreateWebEAHyperlink | |
| GetDefaultTypeMapping | GetDefaultTypeMapping | |
| GetDefaultFieldMapping | GetDefaultFieldMapping | |
| 获取类型 | 获取类型 | |
| GetFields | GetFields | |
| GetIcon | GetIcon | |
| 通用请求 | 保留以备将来使用。 | 
