Class AbstractDeleteReportValue

    • Constructor Detail

      • AbstractDeleteReportValue

        public AbstractDeleteReportValue()
    • Method Detail

      • typeTipText

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

        protected abstract AbstractField[] getDefaultFields()
        Returns the default fields for the option.
        Returns:
        the default fields
      • fieldsTipText

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

        public void setRegExp​(BaseRegExp value)
        Sets the regular expression to use for matching the field names.
        Parameters:
        value - the expression
      • getRegExp

        public BaseRegExp getRegExp()
        Returns the regular expression to use for matching the field names.
        Returns:
        the expression
      • regExpTipText

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

        public abstract Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the accepted classes
      • generates

        public abstract Class[] generates()
        Returns the class of objects that it generates.
        Returns:
        the generated classes
      • doExecute

        protected String doExecute()
        Executes the flow item.
        Specified by:
        doExecute in class AbstractActor
        Returns:
        null if everything is fine, otherwise error message