Cisco Cisco Prime Collaboration 10.6 开发者指南

下载
页码 82
 
 
© 2012 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 49 of 82 
<subAttribute> 
<item> 
<attributeID>speeddialinfo_DirectoryNumber</attributeID> 
<attributeValue> 
<v1:item>10011</v1:item> 
</attributeValue> 
</item> 
<item> 
<attributeID>speeddialinfo_label</attributeID> 
<attributeValue> 
<v1:item>label_10001</v1:item> 
</attributeValue> 
</item> 
<item> 
<attributeID>speeddialinfo_index</attributeID> 
<attributeValue> 
<v1:item>1</v1:item> 
</attributeValue> 
</item> 
</subAttribute> 
</item> 
 
getOrder Java Signature 
Returns an order object that was previously submitted. 
 
Syntax
public ResponseReturn getOrder (CUPMServiceStub stub, String nbiId, String orderId, String 
endPointReference, String ipPre); 
 
Parameters
 
nbiId
—The key for specifying the work order object. This can retrieve only orders submitted by an NBI 
SubmitOrder request. 
 
orderId
—Used to retrieve an order generated by the GUI or an NBI request. Note that nbiID or OrderID is 
required, but it is an error to include both. 
 
endPointReference
—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
 
ipPre
—Precedes the NBI ID to be assigned to this get NBI request. 
 
Returns
CupmApiResponseValue
—Object with NBI ID. 
 
Throws
GetOrderException
—If server cannot execute NBI request. 
 
ASyncReturn