Class FacesConfigFlowDefinitionFlowCall


  • public class FacesConfigFlowDefinitionFlowCall
    extends Object

    Define a call node in a flow graph.

    This element must contain exactly one <flow-reference><flow-id>

    Java class for faces-config-flow-definition-flow-callType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="faces-config-flow-definition-flow-callType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="flow-reference" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-call-flow-referenceType"/>
             <element name="outbound-parameter" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-flow-call-outbound-parameterType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>