Cisco Cisco Prime Collaboration 10.6 开发者指南

下载
页码 82
 
 
© 2012 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 35 of 82 
 
endPointReference
—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
 
 idPrefix
—String that is added to the beginning of the internally generated numeric to form the NBI ID. Null 
or empty string valid for no change to internal generation. 
Returns
CupmApiResponseValue
—Object with NBI ID. 
Throws
CreateSubscriberException
—If server cannot execute NBI request. 
ASyncReturn
 
CupmApiResultValue
—Contains CupmApiStatus only. 
 
CupmApiFaultType
—Included if the NBI request fails. 
createSubscribers Java Signature 
Creates multiple subscribers. 
Syntax
public ResponseReturn createSubscribers (CUPMServiceStub stub, CupmApiListValue subsriberList, String 
endPointReference, String idPrefix); 
Parameters
 
subscriberList
—CupmApiList containing a list of subscriber objects. Each subscriber object in the list is 
created. 
 
endPointReference
—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
 
idPrefix
—String that is added to the beginning of the internally generated numeric to form the NBI ID. Null 
or empty string valid for no change to internal generation. 
Returns
CupmApiResponseValue
—Object with NBI ID. 
Throws
CreateSubscribersException
—If server cannot execute NBI request. 
ASyncReturn
CupmApiResultValue
—Contains CupmApiStatus only for successful execution. 
If the result of CupmApiStatus is failure, the CupmApiList is included. The CupmApiList contains a set of 
CupmApiList Objects. Each CupmApiList object has an integer and a CupmApiFaultType. The integer is the 0-
based index of the subscriber in the list that failed, and the CupmApiFaultType is the reason that this create 
subscriber failed. One CupmApiFaultType is included for the failure of the NBI request.