Class FormNode

    • Constructor Detail

      • FormNode

        public FormNode​(FormNodeType formType,
                        DataForm submitForm)
        Create a FormNode which contains the specified form.
        Parameters:
        formType - The type of form being sent
        submitForm - The form
      • FormNode

        public FormNode​(FormNodeType formType,
                        java.lang.String nodeId,
                        DataForm submitForm)
        Create a FormNode which contains the specified form, which is associated with the specified node.
        Parameters:
        formType - The type of form being sent
        nodeId - The node the form is associated with
        submitForm - The form