Class AbstractPostFlowExecution

    • Constructor Detail

      • AbstractPostFlowExecution

        public AbstractPostFlowExecution()
    • 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
      • doConfigureExecution

        protected abstract Actor doConfigureExecution​(MessageCollection errors)
        Configures the actor to execute after the flow has run (without calling setUp()).
        Parameters:
        errors - for collecting errors during configuration
        Returns:
        the actor, null if none generated
      • configureExecution

        public Actor configureExecution​(MessageCollection errors)
        Configures the actor to execute after the flow has run (including calling setUp()).
        Specified by:
        configureExecution in interface PostFlowExecution
        Parameters:
        errors - for collecting errors during configuration
        Returns:
        the actor, null if none generated