diagram | |||
namespace | http://pageflow.api.pfe.n2.tibco.com | ||
properties |
|
||
children | context pageFields responsePayloadMode | ||
annotation |
|
||
source | <xs:element name="updatePageFlow"> <xs:annotation> <xs:documentation>Request element for updatePageFlow operation.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="context" type="pfecom:RequestContext"> <xs:annotation> <xs:documentation>Unique identifier for the pageflow to be updated.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="pageFields" type="df:dataPayload" minOccurs="0"> <xs:annotation> <xs:documentation>Page data to be used to update the pageflow.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="responsePayloadMode" type="df:payloadModeType"> <xs:annotation> <xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON). If not specified, the default value is JSON. (RSS is currently not supported.)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | |||
type | RequestContext | ||
properties |
|
||
children | processReference activityReference | ||
annotation |
|
||
source | <xs:element name="context" type="pfecom:RequestContext"> <xs:annotation> <xs:documentation>Unique identifier for the pageflow to be updated.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||
type | dataPayload | ||||||||||||||
properties |
|
||||||||||||||
children | serializedPayload XmlPayload | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="pageFields" type="df:dataPayload" minOccurs="0"> <xs:annotation> <xs:documentation>Page data to be used to update the pageflow.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||
type | payloadModeType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="responsePayloadMode" type="df:payloadModeType"> <xs:annotation> <xs:documentation>Enumerated value defining the format of the data payload to be used in the response message (XML or JSON). If not specified, the default value is JSON. (RSS is currently not supported.)</xs:documentation> </xs:annotation> </xs:element> |