Class ODFRightHelper.RoleExpression

java.lang.Object
org.ametys.odf.rights.ODFRightHelper.RoleExpression
All Implemented Interfaces:
Expression
Enclosing class:
ODFRightHelper

public class ODFRightHelper.RoleExpression extends Object implements Expression
Expression for ODF role expression
  • Constructor Details

    • RoleExpression

      public RoleExpression(String attributePath, UserIdentity user)
      Constructor
      Parameters:
      attributePath - the path of the role attribute
      user - the user
  • Method Details

    • build

      public String build()
      Description copied from interface: Expression
      Build the expression.
      Specified by:
      build in interface Expression
      Returns:
      The XPath view of the expression.