ETSI ES 202 915-13-2006 Open Service Access (OSA) Application Programming Interface (API) Part 13 Policy management SCF (Parlay 4) (V1 3 1 Includes Diskette)《开放业务接入(OSA) 应用编程接口(API.pdf
《ETSI ES 202 915-13-2006 Open Service Access (OSA) Application Programming Interface (API) Part 13 Policy management SCF (Parlay 4) (V1 3 1 Includes Diskette)《开放业务接入(OSA) 应用编程接口(API.pdf》由会员分享,可在线阅读,更多相关《ETSI ES 202 915-13-2006 Open Service Access (OSA) Application Programming Interface (API) Part 13 Policy management SCF (Parlay 4) (V1 3 1 Includes Diskette)《开放业务接入(OSA) 应用编程接口(API.pdf(95页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 202 915-13 V1.3.1 (2006-12)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 13: Policy Management SCF(Parlay 4)floppy3 ETSI ETSI ES 202 915-13 V1.3.1 (2006-12) 2 Reference RES/TISPAN-01028-13-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-0
2、6921 Sophia Antipolis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N 348 623 562 00017 - NAF 742 C Association but non lucratif enregistre la Sous-Prfecture de Grasse (06) N 7803/88 Important notice Individual copies of the present document can be downloaded from: http:/www.et
3、si.org The present document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing o
4、n ETSI printers of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http:/portal
5、.etsi.org/tb/status/status.asp If you find errors in the present document, please send your comment to one of the following services: http:/portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission. The copyright and the for
6、egoing restriction extend to reproduction in all media. European Telecommunications Standards Institute 2006. The Parlay Group 2006. All rights reserved. DECTTM, PLUGTESTSTM and UMTSTM are Trade Marks of ETSI registered for the benefit of its Members. TIPHONTMand the TIPHON logo are Trade Marks curr
7、ently being registered by ETSI for the benefit of its Members. 3GPPTM is a Trade Mark of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. ETSI ETSI ES 202 915-13 V1.3.1 (2006-12) 3 Contents Intellectual Property Rights7 Foreword.7 1 Scope 8 2 References 8 3 Def
8、initions and abbreviations.8 3.1 Definitions8 3.2 Abbreviations .8 4 Policy Management SCF9 5 Sequence Diagrams 9 5.1 Use of Policy Repository9 5.2 Introduce condition and action into rule.11 5.3 Create and receive an event13 5.4 Create and modify domain .15 5.5 ASP offering services to prepaid subs
9、cribers .17 6 Class Diagrams.19 7 The Service Interface Specifications20 7.1 Interface Specification Format .20 7.1.1 Interface Class 21 7.1.2 Method descriptions21 7.1.3 Parameter descriptions21 7.1.4 State Model.21 7.2 Base Interface.21 7.2.1 Interface Class IpInterface 21 7.3 Service Interfaces .
10、21 7.3.1 Overview 21 7.4 Generic Service Interface .22 7.4.1 Interface Class IpService 22 7.4.1.1 Method setCallback()22 7.4.1.2 Method setCallbackWithSessionID()22 8 Policy Management Interface Classes22 8.1 Interface Class IpPolicyManager23 8.1.1 Method createDomain()24 8.1.2 Method getDomain().24
11、 8.1.3 Method removeDomain() .24 8.1.4 Method getDomainCount().24 8.1.5 Method getDomainIterator().25 8.1.6 Method findMatchingDomains() 25 8.1.7 Method createRepository() .25 8.1.8 Method getRepository()26 8.1.9 Method removeRepository().26 8.1.10 Method getRepositoryCount() 26 8.1.11 Method getRep
12、ositoryIterator() 26 8.1.12 Method startTransaction().27 8.1.13 Method commitTransaction() .27 8.1.14 Method abortTransaction() .28 8.2 Interface Class IpPolicy28 8.2.1 Attributes 28 8.2.2 Method getAttribute().29 8.2.3 Method setAttribute() .29 8.2.4 Method getAttributes() .29 8.2.5 Method setAttri
13、butes()30 8.3 Interface Class IpPolicyDomain.30 ETSI ETSI ES 202 915-13 V1.3.1 (2006-12) 4 8.3.1 Attributes 32 8.3.2 Method getParentDomain() 32 8.3.3 Method createDomain()33 8.3.4 Method getDomain().33 8.3.5 Method removeDomain() .33 8.3.6 Method getDomainCount().34 8.3.7 Method getDomainIterator()
14、.34 8.3.8 Method createGroup().34 8.3.9 Method getGroup() .34 8.3.10 Method removeGroup() 35 8.3.11 Method getGroupCount() .35 8.3.12 Method getGroupIterator() .35 8.3.13 Method createRule() .36 8.3.14 Method getRule()36 8.3.15 Method removeRule().36 8.3.16 Method getRuleCount() 37 8.3.17 Method get
15、RuleIterator() 37 8.3.18 Method createEventDefinition() .37 8.3.19 Method getEventDefinition()38 8.3.20 Method removeEventDefinition().38 8.3.21 Method getEventDefinitionCount() 38 8.3.22 Method getEventDefinitionIterator()38 8.3.23 Method generateEvent() .39 8.3.24 Method createNotification()39 8.3
16、.25 Method destroyNotification() .40 8.3.26 Method createVariableSet()40 8.3.27 Method getVariableSet().40 8.3.28 Method removeVariableSet()41 8.3.29 Method getVariableSetCount().41 8.3.30 Method getVariableSetIterator().41 8.3.31 Method setVariable() 41 8.3.32 Method getVariable()42 8.4 Interface C
17、lass IpPolicyGroup .42 8.4.1 Attributes 43 8.4.2 Method getParentDomain() 44 8.4.3 Method getParentGroup() .44 8.4.4 Method createGroup().44 8.4.5 Method getGroup() .45 8.4.6 Method removeGroup() 45 8.4.7 Method getGroupCount() .45 8.4.8 Method getGroupIterator() .45 8.4.9 Method createRule() .46 8.
18、4.10 Method getRule()46 8.4.11 Method removeRule().46 8.4.12 Method getRuleCount() 47 8.4.13 Method getRuleIterator() 47 8.5 Interface Class IpPolicyRepository 47 8.5.1 Attributes 48 8.5.2 Method getParentRepository()49 8.5.3 Method createRepository() .49 8.5.4 Method getRepository()49 8.5.5 Method
19、removeRepository().50 8.5.6 Method getRepositoryCount() 50 8.5.7 Method getRepositoryIterator() 50 8.5.8 Method createCondition().51 8.5.9 Method getCondition() .51 8.5.10 Method removeCondition() 51 8.5.11 Method getConditionCount()52 8.5.12 Method getConditionIterator()52 8.5.13 Method createActio
20、n()52 8.5.14 Method getAction().53 8.5.15 Method removeAction() .53 ETSI ETSI ES 202 915-13 V1.3.1 (2006-12) 5 8.5.16 Method getActionCount().53 8.5.17 Method getActionIterator().54 8.6 Interface Class IpPolicyRule 54 8.6.1 Attributes 56 8.6.2 Method getParentGroup() .58 8.6.3 Method getParentDomain
21、() 58 8.6.4 Method createCondition().59 8.6.5 Method getCondition() .59 8.6.6 Method removeCondition() 59 8.6.7 Method getConditionCount()60 8.6.8 Method getConditionIterator()60 8.6.9 Method createAction()60 8.6.10 Method getAction().61 8.6.11 Method removeAction() .61 8.6.12 Method getActionCount(
22、).61 8.6.13 Method getActionIterator().61 8.6.14 Method setValidityPeriodConditionByName() 62 8.6.15 Method setValidityPeriodCondition().62 8.6.16 Method getValidityPeriodCondition() 62 8.6.17 Method unsetValidityPeriodCondition().63 8.6.18 Method setConditionList()63 8.6.19 Method getConditionList(
23、) .63 8.6.20 Method setActionList().63 8.6.21 Method getActionList() 64 8.7 Interface Class IpPolicyCondition65 8.7.1 Attributes 66 8.7.2 Method getParentRepository()66 8.7.3 Method getParentRule()67 8.8 Interface Class IpPolicyTimePeriodCondition.67 8.8.1 Attributes 68 8.9 Interface Class IpPolicyA
24、ction.70 8.9.1 Attributes 71 8.9.2 Method getParentRepository()72 8.9.3 Method getParentRule()72 8.10 Interface Class IpPolicyEventDefinition72 8.10.1 Attributes 73 8.10.2 Method setRequiredAttributes() .73 8.10.3 Method setOptionalAttributes()74 8.10.4 Method getRequiredAttributes().74 8.10.5 Metho
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES202915132006OPENSERVICEACCESSOSAAPPLICATIONPROGRAMMINGINTERFACEAPIPART13POLICYMANAGEMENTSCFPARLAY4V131INCLUDESDISKETTE

链接地址:http://www.mydoc123.com/p-731081.html