Uses of Class
org.identityconnectors.framework.common.objects.ScriptContextBuilder
-
Packages that use ScriptContextBuilder Package Description org.identityconnectors.framework.common.objects -
-
Uses of ScriptContextBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return ScriptContextBuilder Modifier and Type Method Description ScriptContextBuilderScriptContextBuilder. addScriptArgument(String name, Object value)Adds or sets an argument to pass to the script.ScriptContextBuilderScriptContextBuilder. setScriptLanguage(String scriptLanguage)Sets the script language.ScriptContextBuilderScriptContextBuilder. setScriptText(String scriptText)Sets the actual characters of the script.
-