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[]
_profileIds
private 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:Expression
Build the expression.- Specified by:
build
in interfaceExpression
- Returns:
- The XPath view of the expression.
-
-