Class ACLJCRAmetysObjectHelper.ACLProfileExpression
- java.lang.Object
-
- org.ametys.plugins.repository.jcr.ACLJCRAmetysObjectHelper.ACLProfileExpression
-
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
ACLJCRAmetysObjectHelper.AllowedProfileExpression,ACLJCRAmetysObjectHelper.AnonymousAllowedProfileExpression,ACLJCRAmetysObjectHelper.AnonymousDeniedProfileExpression,ACLJCRAmetysObjectHelper.AnyConnectedAllowedProfileExpression,ACLJCRAmetysObjectHelper.AnyConnectedDeniedProfileExpression,ACLJCRAmetysObjectHelper.DeniedProfileExpression
- Enclosing class:
- ACLJCRAmetysObjectHelper
static class ACLJCRAmetysObjectHelper.ACLProfileExpression extends Object implements Expression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Field Summary
Fields Modifier and Type Field Description private String[]_profileIdsprivate String_propertyName
-
Constructor Summary
Constructors Constructor Description ACLProfileExpression(String propertyName, String... profileIds)
-
-
-
Field Detail
-
_profileIds
private String[] _profileIds
-
_propertyName
private String _propertyName
-
-
Constructor Detail
-
ACLProfileExpression
public ACLProfileExpression(String propertyName, String... profileIds)
-
-
Method Detail
-
build
public String build()
Description copied from interface:ExpressionBuild the expression.- Specified by:
buildin interfaceExpression- Returns:
- The XPath view of the expression.
-
-