Uses of Class
org.identityconnectors.framework.common.objects.ScriptContextBuilder
-
Uses of ScriptContextBuilder in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionScriptContextBuilder.addScriptArgument
(String name, Object value) Adds or sets an argument to pass to the script.ScriptContextBuilder.setScriptLanguage
(String scriptLanguage) Sets the script language.ScriptContextBuilder.setScriptText
(String scriptText) Sets the actual characters of the script.