|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.script.LdapFilterScript
public class LdapFilterScript
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
LdapFilterScript()
Constructs an instance of this class. |
|
LdapFilterScript(org.osgi.framework.Filter filter)
Constructs an instance of this class from the specified filter parameter. |
|
LdapFilterScript(java.lang.String scriptSource)
Constructs an instance of this class from the specified script source parameter. |
|
| Method Summary | |
|---|---|
org.osgi.framework.Filter |
createFilter(java.lang.String filterString,
java.lang.String scriptType)
Create filter with the specified filter string and script type parameters and return the Filter result. |
java.lang.Object |
evaluate(java.util.Map variables)
Evaluate with the specified variables parameter and return the Object result. |
boolean |
evaluateFilter(java.util.Map variables)
Evaluate filter with the specified variables parameter and return the boolean result. |
org.osgi.framework.Filter |
getFilter()
Gets the filter value. |
void |
setFilter(org.osgi.framework.Filter filter)
Sets the filter value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LdapFilterScript()
LdapFilterScript(Filter),
LdapFilterScript(String)public LdapFilterScript(org.osgi.framework.Filter filter)
filter - The filter (Filter) parameter.LdapFilterScript(),
LdapFilterScript(String)
public LdapFilterScript(java.lang.String scriptSource)
throws org.osgi.framework.InvalidSyntaxException
scriptSource - The script source (String) parameter.
org.osgi.framework.InvalidSyntaxException - Invalid Syntax Exception.LdapFilterScript(),
LdapFilterScript(Filter)| Method Detail |
|---|
public org.osgi.framework.Filter createFilter(java.lang.String filterString,
java.lang.String scriptType)
throws org.osgi.framework.InvalidSyntaxException
filterString - The filter string (String) parameter.scriptType - The script type (String) parameter.
Filter) value.
org.osgi.framework.InvalidSyntaxException - Invalid Syntax Exception.evaluateFilter(Map),
getFilter(),
setFilter(Filter)public java.lang.Object evaluate(java.util.Map variables)
evaluate in interface ScriptServicevariables - The variables (Map) parameter.
Object) value.public boolean evaluateFilter(java.util.Map variables)
evaluateFilter in interface FilterScriptServicevariables - The variables (Map) parameter.
boolean) value.createFilter(String,String),
getFilter(),
setFilter(Filter)public org.osgi.framework.Filter getFilter()
Filter) value.createFilter(String,String),
evaluateFilter(Map),
setFilter(Filter)public void setFilter(org.osgi.framework.Filter filter)
filter - The filter (Filter) parameter.createFilter(String,String),
evaluateFilter(Map),
getFilter()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||