Uses of Class
com.ibm.itim.script.ScriptEvaluatorException

Packages that use ScriptEvaluatorException
com.ibm.itim.fesiextensions Provides classes for working with FESI extensions. 
com.ibm.itim.script Contains the basic script extensions provided by ITIM. 
 

Uses of ScriptEvaluatorException in com.ibm.itim.fesiextensions
 

Methods in com.ibm.itim.fesiextensions that throw ScriptEvaluatorException
 java.lang.Object DataMapper.convertJSObjectToJava(FESI.jslib.JSObject jsObj)
          Deprecated. Converts a FESI script object into a matching JAVA object
 void FESIScriptEvaluator.createScriptObject(java.lang.String name, java.util.Map properties)
          Deprecated. Creates a named object that can be used in the client's script with a collection of properties.
 void FESIScriptEvaluator.createScriptObject(java.lang.String name, java.lang.Object item)
          Deprecated. Creates a named object that can be used in the client's script.
 java.lang.Object FESIScriptEvaluator.evaluate(java.lang.String scr, boolean evalAsFunction)
          Deprecated. Evaluates the specified script.
 java.lang.Object FESIScriptEvaluator.evaluate(java.lang.String scr, java.util.Map attributes, boolean evalAsFunction)
          Deprecated. use evaluate(String scr, boolean evalAsFunction)
 java.lang.Object FESIScriptEvaluator.evaluate(java.lang.String scr, java.lang.Object[] data, boolean evalAsFunction)
          Deprecated. Use evaluate(String scr, boolean evalAsFunction)
 java.lang.Object DataMapper.scriptToJava(java.lang.Object scriptObj)
          Deprecated. Converts a FESI script object into a matching JAVA object If global factory exists, try to convert using it;
 void FESIScriptEvaluator.setContextItem(java.lang.String name, java.lang.Object item)
          Deprecated. Use createScriptObject(String name, Object item).
 

Constructors in com.ibm.itim.fesiextensions that throw ScriptEvaluatorException
FESIScriptEvaluator(java.util.Collection extensions)
          Deprecated. Constructs interpreter with the specified set of extensions.
FESIScriptEvaluator(java.lang.String propertyFile, java.lang.String extensionPrefix)
          Deprecated. Constructs interpreter with a set of extensions defined within the given file.
 

Uses of ScriptEvaluatorException in com.ibm.itim.script
 

Methods in com.ibm.itim.script that throw ScriptEvaluatorException
 void ScriptEvaluatorInterface.createScriptObject(java.lang.String name, java.util.Map properties)
          Deprecated. Creates a named object that can be used in the client's script with a collection of properties.
 void ScriptEvaluatorInterface.createScriptObject(java.lang.String name, java.lang.Object item)
          Deprecated. Creates a named object that can be used in the client's script.
 java.lang.Object ScriptEvaluatorInterface.evaluate(java.lang.String scr, boolean evalAsFunction)
          Deprecated. Evaluates the specified script.
 java.lang.Object ScriptEvaluatorInterface.evaluate(java.lang.String scr, java.util.Map attributes, boolean evalAsFunction)
          Deprecated. use evaluate(String scr, boolean evalAsFunction)
 java.lang.Object ScriptEvaluatorInterface.evaluate(java.lang.String scr, java.lang.Object[] data, boolean evalAsFunction)
          Deprecated. Use evaluate(String scr, boolean evalAsFunction)
 void ScriptEvaluatorInterface.setContextItem(java.lang.String name, java.lang.Object item)
          Deprecated. Use createScriptObject(String name, Object item).
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.