complexType PageData
diagram pflow_diagrams/pflow_p247.png
namespace http://common.api.pfe.n2.tibco.com
children pageReference payload
used by
element PageResponse/pageData
annotation
documentation
Complete data for the page.
source <xs:complexType name="PageData">
 
<xs:annotation>
   
<xs:documentation>Complete data for the page.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="pageReference" type="PageReference" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Reference details for the page.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="payload" type="df:dataPayload">
     
<xs:annotation>
       
<xs:documentation>Data payload for the page.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element PageData/pageReference
diagram pflow_diagrams/pflow_p248.png
type PageReference
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
activityId  xs:string  required      
documentation
ID of the page activity.
activityName  xs:string  required      
documentation
Name of the page activity.
activityModelId  xs:string  required      
documentation
Identity of the model associated with the page activity.
moduleName  xs:string  required      
documentation
Name of the module associated with the page activity.
moduleVersion  xs:string  required      
documentation
Version number of the module associated with the page activity.
processName  xs:string  required      
documentation
Name of the pageflow process associated with the page activity.
annotation
documentation
Reference details for the page.
source <xs:element name="pageReference" type="PageReference" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference details for the page.</xs:documentation>
 
</xs:annotation>
</xs:element>

element PageData/payload
diagram pflow_diagrams/pflow_p249.png
type dataPayload
properties
content complex
children serializedPayload XmlPayload
attributes
Name  Type  Use  Default  Fixed  Annotation
payloadMode  payloadModeType    JSON    
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
annotation
documentation
Data payload for the page.
source <xs:element name="payload" type="df:dataPayload">
 
<xs:annotation>
   
<xs:documentation>Data payload for the page.</xs:documentation>
 
</xs:annotation>
</xs:element>

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