Class RemoteIdOrgunitExpression
- java.lang.Object
-
- org.ametys.plugins.userdirectory.expression.RemoteIdOrgunitExpression
-
- All Implemented Interfaces:
Expression
public class RemoteIdOrgunitExpression extends Object implements Expression
Constructs anExpression
testing the remove ID Orgunit
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ametys.plugins.repository.query.expression.Expression
Expression.Operator
-
-
Constructor Summary
Constructors Constructor Description RemoteIdOrgunitExpression(String value)
Creates a remove ID Orgunit expression
-
-
-
Constructor Detail
-
RemoteIdOrgunitExpression
public RemoteIdOrgunitExpression(String value)
Creates a remove ID Orgunit expression- Parameters:
value
- The value of the id sql
-
-
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.
-
-