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.ExpressionExpression.Operator
 
- 
 - 
Constructor SummaryConstructors Constructor Description RemoteIdOrgunitExpression(String value)Creates a remove ID Orgunit expression
 
- 
- 
- 
Constructor Detail- 
RemoteIdOrgunitExpressionpublic RemoteIdOrgunitExpression(String value) Creates a remove ID Orgunit expression- Parameters:
- value- The value of the id sql
 
 
- 
 - 
Method Detail- 
buildpublic String build() Description copied from interface:ExpressionBuild the expression.- Specified by:
- buildin interface- Expression
- Returns:
- The XPath view of the expression.
 
 
- 
 
-