complexType listPageFlowsResponseType
diagram pflow_diagrams/pflow_p207.png
namespace http://pageflow.api.pfe.n2.tibco.com
children startPosition endPosition totalItems pageFlowTemplate
source <xs:complexType name="listPageFlowsResponseType">
 
<xs:sequence>
   
<xs:element name="startPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Position in the list of the first item on this page.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="endPosition" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Position in the list of the last item on this page.
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="totalItems" type="xs:long">
     
<xs:annotation>
       
<xs:documentation>Total number of items in the list. (If this value is -1 the Page Flow Engine did not build the count of total number of items.)
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="pageFlowTemplate" type="pfecom:PageFlowTemplate" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Array describing deployed pageflows that match the criteria specified in the request.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element listPageFlowsResponseType/startPosition
diagram pflow_diagrams/pflow_p208.png
type xs:long
properties
content simple
annotation
documentation
Position in the list of the first item on this page.
source <xs:element name="startPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Position in the list of the first item on this page.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listPageFlowsResponseType/endPosition
diagram pflow_diagrams/pflow_p209.png
type xs:long
properties
content simple
annotation
documentation
Position in the list of the last item on this page.
source <xs:element name="endPosition" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Position in the list of the last item on this page.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listPageFlowsResponseType/totalItems
diagram pflow_diagrams/pflow_p210.png
type xs:long
properties
content simple
annotation
documentation
Total number of items in the list. (If this value is -1 the Page Flow Engine did not build the count of total number of items.)
source <xs:element name="totalItems" type="xs:long">
 
<xs:annotation>
   
<xs:documentation>Total number of items in the list. (If this value is -1 the Page Flow Engine did not build the count of total number of items.)
</xs:documentation>
 
</xs:annotation>
</xs:element>

element listPageFlowsResponseType/pageFlowTemplate
diagram pflow_diagrams/pflow_p211.png
type PageFlowTemplate
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
moduleName  xs:string  required      
documentation
Module name that contains the pageflow process or business service.
processName  xs:string  required      
documentation
Name of the pageflow process or business service.
version  xs:string  required      
documentation
Version of the process.
hasFormalParameters  xs:boolean  required      
documentation
Boolean value defining whether the pageflow contains formal parameters.
annotation
documentation
Array describing deployed pageflows that match the criteria specified in the request.
source <xs:element name="pageFlowTemplate" type="pfecom:PageFlowTemplate" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Array describing deployed pageflows that match the criteria specified in the request.</xs:documentation>
 
</xs:annotation>
</xs:element>

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