Cisco Cisco Prime Collaboration 10.6 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 34 of 2 
•  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. 
deleteServiceArea Java Signature 
Deletes a Service Area. 
Syntax
public ResponseReturn deleteServiceArea (CUPMServiceStub stub, ServiceAreaValue serviceArea, String 
endPointReference, String idPrefix); 
Parameters
•  serviceArea—ServiceArea object with key attributes set to the service area 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
CupmApiResponseValue—Object with NBI ID. 
Throws
DeleteServiceAreaException—If server cannot execute NBI request.ASyncReturn: 
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails. 
Synchronization Management Commands 
Synchronization NBI requests perform the same operations as those done using the Prime Collaboration 
Provisioning user interface. 
A synchronization status is returned, consisting of a CupmApiList with three string elements: a start time, an end 
time, and a message. 
syncDevice Java Signature 
Synchronizes the Prime Collaboration Provisioning database by polling the specified managed device. Specify a 
device capability to synchronize. Specify synchronization of the device infrastructure, the subscribers configured on 
the device, or both.