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. 
38 
•  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. 
deleteSubscriber Java Signature 
Deletes a subscriber. 
Syntax
public ResponseReturn deleteSubscriber (CUPMServiceStub stub, SubscriberValue subscriber, Boolean 
onlyFromCUPM, String endPointReference, String idPrefix); 
Parameters
•  subscriber—Subscriber object with key attributes set to the subscriber to delete. 
•  onlyFromCUPM—The default is false. If set to true, the subscriber is deleted only from Prime 
Collaboration Provisioning. If the subscriber has any matched services in the customer record, Prime 
Collaboration Provisioning will disassociate (not cancel) the services and delete the user from Prime 
Collaboration Provisioning only. This provides a way to move a subscriber from one Domain to another or 
match (move) services to another Service Area. 
Note: When a service is disassociated from a subscriber, the service is not deleted or disassociated on the device 
(processor); it is only disassociated within Prime Collaboration Provisioning. When a subsequent Domain 
synchronization occurs, depending on the synchronization rules, the subscriber could be created again and the 
services could be associated with the subscriber. 
•  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
DeleteSubscriberException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails.