element listCategories
diagram busserv_diagrams/busserv_p234.png
namespace http://business.api.busserv.n2.tibco.com
type extension of ListingRequest
properties
content complex
children orderFilterCriteria includeFormalParameters channelId
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
Request element for listCategories operation.
source <xs:element name="listCategories">
 
<xs:annotation>
   
<xs:documentation>Request element for listCategories operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:annotation>
     
<xs:documentation>
          Request to retrieve a summary of the Groups, Positions, Privileges and Capabilities
          associated with the identified Resource.
       
</xs:documentation>
   
</xs:annotation>
   
<xs:complexContent>
     
<xs:extension base="pfecom:ListingRequest">
       
<xs:sequence>
         
<xs:element name="channelId" type="xs:string" minOccurs="0">
           
<xs:annotation>
             
<xs:documentation>ID of a specific channel for which business services should be listed.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

element listCategories/channelId
diagram busserv_diagrams/busserv_p235.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
ID of a specific channel for which business services should be listed.
source <xs:element name="channelId" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>ID of a specific channel for which business services should be listed.</xs:documentation>
 
</xs:annotation>
</xs:element>

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