Class RemoteIdOrgunitExpression
- java.lang.Object
 - 
- org.ametys.plugins.userdirectory.expression.RemoteIdOrgunitExpression
 
 
- 
- All Implemented Interfaces:
 Expression
public class RemoteIdOrgunitExpression extends Object implements Expression
Constructs anExpressiontesting 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:ExpressionBuild the expression.- Specified by:
 buildin interfaceExpression- Returns:
 - The XPath view of the expression.
 
 
 - 
 
 -