Class RunRemoteFlow

    • Field Detail

      • m_FlowFile

        protected File m_FlowFile
        the flow to run.
      • m_RegisterFlow

        protected boolean m_RegisterFlow
        whether to register the flow.
    • Constructor Detail

      • RunRemoteFlow

        public RunRemoteFlow()
    • Method Detail

      • setFlowFile

        public void setFlowFile​(File value)
        Sets the remote flow file.
        Parameters:
        value - the flow
      • getFlowFile

        public File getFlowFile()
        Returns the remote flow file.
        Returns:
        the flow
      • flowFileTipText

        public String flowFileTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRegisterFlow

        public void setRegisterFlow​(boolean value)
        Sets whether to register the flow.
        Parameters:
        value - true if to register
      • getRegisterFlow

        public boolean getRegisterFlow()
        Returns whether to register the flow.
        Returns:
        true if to register
      • registerFlowTipText

        public String registerFlowTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setRequestPayload

        public void setRequestPayload​(byte[] value)
        Ignored.
        Parameters:
        value - the payload
      • getRequestPayload

        public byte[] getRequestPayload()
        Always zero-length array.
        Returns:
        the payload
      • getRequestPayloadObjects

        public Object[] getRequestPayloadObjects()
        Always zero-length array.
        Returns:
        the objects
      • setResponsePayload

        public void setResponsePayload​(byte[] value)
        Ignored.
        Parameters:
        value - the payload
      • getResponsePayload

        public byte[] getResponsePayload()
        Always zero-length array.
        Returns:
        the payload
      • getResponsePayloadObjects

        public Object[] getResponsePayloadObjects()
        Always zero-length array.
        Returns:
        the objects