Siebel 配接器的節點類型和識別碼
中繼資料節點類型和識別碼
Siebel 配接器會以階層方式呈現 Siebel 系統成品。 下表描述 Siebel 配接器所呈現之 Siebel 成品的節點類型和節點識別碼。
成品 | 節點類型 | 節點識別碼 | 範例 | 描述 |
---|---|---|---|---|
Business Objects (所有 Business Objects) | 類別 | [VERSION]/BusinessObjects | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects |
傳回所有商務物件。 |
Business Object (BO) | 類別 | [VERSION]/BusinessObjects/[BO] | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account |
傳回與指定之商務物件相關聯的所有商務元件。 |
BC (Business Component) | 類別 | [VERSION]/BusinessObjects/[BO]/[BC] | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account |
傳回與指定之商務元件相關聯的所有作業。 |
插入 | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Insert | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Insert |
傳回指定之商務元件的 Insert 作業。 |
查詢 | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Query | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Query |
傳回指定之商務元件的查詢作業。 |
更新 | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Update | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Update |
傳回指定之商務元件的更新作業。 |
刪除 | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Delete | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Delete |
傳回指定之商務元件的 Delete 作業。 |
副學士 | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Associate | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Associate |
傳回指定之商務元件的關聯作業。 |
解除關聯 | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Dissociate | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Dissociate |
傳回指定之商務元件的解除關聯作業。 |
Query_[MVG 子商務元件] | OPERATION | [VERSION]/BusinessObjects/[BO]/[BC]/Query_[MVG 子商務元件] | http://Microsoft.LobServices.Siebel/2007/03/BusinessObjects/Account/Account/Query_Contact |
傳回子商務元件的查詢作業 |
商務服務 | 類別 | [VERSION]/BusinessServices | http://Microsoft.LobServices.Siebel/2007/03/BusinessServices |
傳回所有商務服務。 |
商務服務 | 類別 | [VERSION]/BusinessServices/[Business Service] | http://Microsoft.LobServices.Siebel/2007/03/BusinessServices/ATP |
傳回指定之商務服務的所有商務方法。 |
商務服務方法 | OPERATION | [VERSION]/BusinessServices/[Business Service]/[Business Service 方法] | http://Microsoft.LobServices.Siebel/2007/03/BusinessServices/ATP/ATPRunCheck |
傳回指定的商務服務方法。 |
[VERSION] = 版本字串;例如 http://Microsoft.LobServices.Siebel/2007/03
。
[BO] = Siebel 商務物件;例如,帳戶。
[BC] = 商務元件;例如,帳戶。
[商務服務] = Siebel 商務服務;例如,ATP。
[Business Service 方法] = 商務服務的方法;例如,DismissAlarm。
[MVG 子商務元件] = 多重值群組子商務元件;例如,連絡人。
中繼資料搜尋和節點識別碼
中繼資料搜尋是 Microsoft Windows Communication Foundation (WCF) 企業營運 (LOB) 配接器 SDK 介面作為 其 MetadataRetrievalContract 介面的一部分的強大功能。 Siebel 配接器會利用這項功能來支援搜尋下列 Siebel 成品。
成品 | 節點識別碼 | Description |
---|---|---|
Business 物件 | [VERSION]/BusinessObjects | 傳回符合搜尋運算式的商務物件。 |
商務元件 | [VERSION]/BusinessObjects/[BO] | 傳回符合搜尋運算式的商務元件。 |
商務服務 | [VERSION]/BusinessServices | 傳回符合搜尋運算式的商務服務。 |
商務服務方法 | [VERSION]/BusinessServices/[Business Service] | 傳回符合搜尋運算式的商務服務方法。 |
[VERSION] = 版本字串;例如 http://Microsoft.LobServices.Siebel/2007/03
。
[BO] = A Siebel Business Object;例如,帳戶。
[Business Service] = A Siebel Business Service;例如,ATP。
如需有效的搜尋運算式,請參閱 Siebel 檔。
注意
Siebel 配接器只支援在目前選取節點下方的層級進行搜尋。 例如,選取 BusinessObjects 時,A* 是支援的搜尋,但不支援 A*/A*。
中繼資料擷取和節點識別碼
Siebel 配接器會擷取每種成品類型的下列特性。
成品 | 中繼資料特性 |
---|---|
商務元件 |
|
商務服務方法 | - 商務服務名稱 - 方法名稱 - 方法是作業 - 方法參數名稱 - 對應至 WSDL 類型的方法參數資料類型 - 對應至 WSDL 參數方向的方法參數方向 - 對應至專案序列的方法參數順序 |
如需 Siebel 配接器針對 Siebel 系統上特定成品和作業所公開之元資料格式的詳細資訊,請參閱 BizTalk Adapter for Siebel eBusiness 應用程式的訊息和訊息架構。