Class ValidateAccessRightsTable


  • public class ValidateAccessRightsTable
    extends Object
    Table that contains the results of an access right check.
    Author:
    Roland Gruber
    • Constructor Detail

      • ValidateAccessRightsTable

        public ValidateAccessRightsTable()
    • Method Detail

      • add

        public void add​(de.valtech.aecu.api.groovy.console.bindings.accessrights.AccessRightValidator validator,
                        boolean simulate)
        Adds the result of an validator.
        Parameters:
        validator - validator
        simulate - turn on simulation
      • getText

        public String getText()
        Returns the text representation of the table.
        Returns:
        text
      • hasErrors

        public boolean hasErrors()
        Returns if the tests resulted in any errors.
        Returns:
        errors occured