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. 
23 
 
Syntax
public ResponseReturn deleteDevice (CUPMServiceStub stub, DeviceValue device, String endPointReference, 
String idPrefix); 
Parameters
•  device—Device object with key attributes set to the device 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
DeleteDeviceException—If server cannot execute NBI request. 
ASyncReturn
•  CupmApiResultValue—Contains CupmApiStatus only. 
•  CupmApiFaultType—Included if the NBI request fails. 
getConfiguredInfraProduct Java Signature 
Returns service details with only the product information, device name, and capability name. It will not return 
ServiceAreaID or DomainID. 
Syntax
public ResponseReturn getConfiguredInfraProduct (CUPMServiceStub stub, DeviceValue device, ProductValue 
product, String endPointReference, String idPrefix); 
Parameters
•  device—The key attribute that is required. 
•  product—The infrastructure product to return. Key attributes (see Complete Object Definition File: 
Common.xsd, page 2-8) are used to search for the product. Nonkey attributes are ignored for product 
lookup. 
•  endPointReference—EndpointReference that the asynchronous result notification will be sent to. 
•  idPrefix—Precedes the NBI ID returned to the client. 
Returns
CupmApiResponseValue—Object with NBI ID.