public class ExpressionLDAP extends Object implements CiliaExpression
Constructor and Description |
---|
ExpressionLDAP(org.osgi.framework.BundleContext bc) |
Modifier and Type | Method and Description |
---|---|
boolean |
evaluateBooleanExpression(String expression,
Data data)
Evaluate the given expression and see if it match with the given data.
|
List |
evaluateExpression(String expre,
Data data)
Evaluate the given expression and see if it match with the given data.
|
String |
resolveVariables(String expression,
Data data)
TODO: move the next code to another class.
|
public boolean evaluateBooleanExpression(String expression, Data data)
evaluateBooleanExpression
in interface CiliaExpression
expression
- ldap expression.data
- Data to analizepublic List evaluateExpression(String expre, Data data)
evaluateExpression
in interface CiliaExpression
expression
- ldap expression.data
- Data to analizepublic String resolveVariables(String expression, Data data)
resolveVariables
in interface CiliaExpression
expression
- expression to be parsed.data
- data which will contain the variable values.Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.