Class FlowFile

    • Field Detail

      • m_FlowFile

        protected FlowFile m_FlowFile
        the command to start.
    • Constructor Detail

      • FlowFile

        public FlowFile()
    • Method Detail

      • setFlowFile

        public void setFlowFile​(FlowFile value)
        Sets the flow to start.
        Parameters:
        value - the file
      • getFlowFile

        public FlowFile getFlowFile()
        Returns the flow to start.
        Returns:
        the file
      • 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.
      • restart

        public String restart​(Flow flow)
        Restarts the flow.
        Specified by:
        restart in class AbstractRestartOperation
        Parameters:
        flow - the flow to handle
        Returns:
        null if successfully restarted, otherwise the error message