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 ScriptContextBuilder
ScriptContextBuilder. addScriptArgument(String name, Object value)
Adds or sets an argument to pass to the script.ScriptContextBuilder
ScriptContextBuilder. setScriptLanguage(String scriptLanguage)
Sets the script language.ScriptContextBuilder
ScriptContextBuilder. setScriptText(String scriptText)
Sets the actual characters of the script.
-