Cisco Cisco Prime Collaboration 10.6 Developer's Guide

Page of 82
 
 
© 2012 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 24 of 82 
Throws
GetConfiguredInfraProductException
—If the server cannot execute the NBI request. 
ASyncReturn: 
 
CupmApiResultValue, containing CupmApiStatus and CupmApiList. The CupmApiList contains the one 
Infrastructure Product selected. 
 
CupmApiFaultType
—Included if the NBI request fails. 
listConfiguredInfraProduct Java Signature 
Returns a list of all the services configured on a specific device. 
Syntax
public ResponseReturn listConfiguredInfraProduct (CUPMServiceStub stub, CupmApiFilterValue filter, String 
endPointReference, String idPrefix); 
Parameters
 
filter
—Filters the returned products and determines which attributes are returned. If the client is interested 
in infrastructure products on only one device, the device name is specified in this filter. Device Name is 
the key attribute that is required. 
 
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 NBI ID returned to the client. 
Returns
CupmApiResponseValue
—Object with NBI ID. 
Throws
ListConfiguredInfraProductException
—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. 
Domain Management Commands and Queries 
The Prime Collaboration Provisioning NBI supports full management of the Prime Collaboration Provisioning 
Domain object. 
createDomain Java Signature 
Creates a new Domain.