Cisco Cisco Prime Collaboration 10.5 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 31 of 78 
 
Throws:
 
CreateServiceAreaException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails. 
 
getServiceArea Java Signature 
Gets a particular Service Area. 
Syntax
public ApiResponse getServiceArea (CUPMServiceStub stub, ServiceAreaValue serviceArea, String 
endPointReference, String idPrefix); 
Parameters
•  serviceArea—ServiceArea object with key attributes set to the object to retrieve. 
•  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
GetServiceAreaException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus and CupmApiList. CupmApiList contains one 
ServiceArea object, the result of the get. 
•  CupmApiFaultType—Included if the NBI request fails.