Class AbstractFlowScriptlet

    • Constructor Detail

      • AbstractFlowScriptlet

        public AbstractFlowScriptlet()
    • Method Detail

      • getOptionsDescription

        protected String getOptionsDescription()
        Returns a one-line listing of the options of the action.
        Overrides:
        getOptionsDescription in class AbstractScriptlet
        Returns:
        the options or null if none
      • process

        public String process​(String options,
                              boolean overlay)
                       throws Exception
        Processes the options.
        Parameters:
        options - additional/optional options for the action
        overlay - whether to overlay the data
        Returns:
        null if no error, otherwise error message
        Throws:
        Exception - if something goes wrong