complexType ListingRequest
diagram busserv_diagrams/busserv_p312.png
namespace http://common.api.pfe.n2.tibco.com
type extension of PagingAndSorting
properties
base PagingAndSorting
children orderFilterCriteria includeFormalParameters
used by
elements listBusinessServices listCategories
complexType CaseListingRequest
attributes
Name  Type  Use  Default  Fixed  Annotation
startPosition  xs:long        
documentation
Position in the list from which to start this page.
numberOfItems  xs:long        
documentation
Number of items (in the list) to include in this page.
getTotalCount  xs:boolean  optional  true    
documentation
Boolean value defining whether the Page Flow Engine builds a count of the total number of items in the  list. (If 'false' the total is set to -1.)
annotation
documentation
Generic request description.
source <xs:complexType name="ListingRequest">
 
<xs:annotation>
   
<xs:documentation>Generic request description.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="PagingAndSorting">
     
<xs:sequence>
       
<xs:element name="includeFormalParameters" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Boolean value defining whether the response should include items that have formal parameters.

If not specified the default value is FALSE.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element ListingRequest/includeFormalParameters
diagram busserv_diagrams/busserv_p313.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Boolean value defining whether the response should include items that have formal parameters.

If not specified the default value is FALSE.
source <xs:element name="includeFormalParameters" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Boolean value defining whether the response should include items that have formal parameters.

If not specified the default value is FALSE.
</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy