2009-01-09 1.2.0

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

All Known Subinterfaces:
FilterScriptService
All Known Implementing Classes:
LdapFilterScript, Script6, SimpleScript

public interface ScriptService

Version:
1.2.0

Method Summary
 java.lang.Object evaluate(java.util.Map variables)
          Evaluate with the specified variables parameter and return the Object result.
 

Method Detail

evaluate

java.lang.Object evaluate(java.util.Map variables)
Evaluate with the specified variables parameter and return the Object result.

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

2009-01-09 1.2.0

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