2009-01-09 1.2.0

org.eclipse.soda.dk.script.service
Interface FilterScriptService

All Superinterfaces:
ScriptService
All Known Implementing Classes:
LdapFilterScript, Script6

public interface FilterScriptService
extends ScriptService

Version:
1.2.0

Method Summary
 boolean evaluateFilter(java.util.Map variables)
          Evaluate filter with the specified variables parameter and return the boolean result.
 
Methods inherited from interface org.eclipse.soda.dk.script.service.ScriptService
evaluate
 

Method Detail

evaluateFilter

boolean evaluateFilter(java.util.Map variables)
Evaluate filter with the specified variables parameter and return the boolean result.

Parameters:
variables - The variables (Map) parameter.
Returns:
Results of the evaluate filter (boolean) value.

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.