Class ValidateAccessRightsTable
- java.lang.Object
-
- de.valtech.aecu.core.groovy.console.bindings.accessrights.ValidateAccessRightsTable
-
public class ValidateAccessRightsTable extends Object
Table that contains the results of an access right check.- Author:
- Roland Gruber
-
-
Constructor Summary
Constructors Constructor Description ValidateAccessRightsTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(de.valtech.aecu.api.groovy.console.bindings.accessrights.AccessRightValidator validator, boolean simulate)Adds the result of an validator.StringgetText()Returns the text representation of the table.booleanhasErrors()Returns if the tests resulted in any errors.
-
-
-
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- validatorsimulate- 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
-
-