Cisco Cisco Prime Collaboration 10.5 Developer's Guide

Page of 81
 
 
© 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
27 
o
 
UnifiedMessageProcessor 
o
 
DomainID 
o
 
DomainDescription 
o
 
CallProcessor 
o
 
ServiceArea 
•  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 
allowed. 
•  responseType (optional)— String to identify whether the API call should be synchronous or not. 
Returns
CupmApiResponseValue—Object with NBI ID. 
Throws
ListDomainException—If the server cannot execute the NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus and CupmApiList. CupmApiList contains one object, the 
EnumerationContextType, which is used to retrieve the list using WS-Enumeration suggested standards. 
•  CupmApiFaultType—Included if the NBI request fails. 
Note: The pullOp API can be used to retrieve a list of elements according to a specified enumeration context (for 
more information on pullOp, see pullOp Java Signature. 
deleteDomain Java Signature 
Deletes a Domain. 
Syntax
public ResponseReturn deleteDomain (CUPMServiceStub stub, DomainValue Domain, String endPointReference, 
String idPrefix); 
Parameters
•  domain—Domain object with key attributes set to the Domain to delete. 
•  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 
allowed. 
Returns