Class AbstractRestartOperation

    • Constructor Detail

      • AbstractRestartOperation

        public AbstractRestartOperation()
    • Method Detail

      • getQuickInfo

        public String getQuickInfo()
        Returns a quick info about the object, which can be displayed in the GUI.
        Default implementation returns null.
        Specified by:
        getQuickInfo in interface QuickInfoSupporter
        Returns:
        null if no info available, otherwise short string
      • stopFlow

        protected void stopFlow​(Flow flow)
        Stops the flow.
        Parameters:
        flow - the flow to stop
      • restart

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