Class Script
java.lang.Object
org.identityconnectors.common.script.Script
Represents a script in a scripting language. Script is used in
ScriptOnConnectorApiOp
,
ScriptOnResourceApiOp
,
ScriptOnConnectorOp
,
ScriptOnResourceOp
operations. It is immutable,
ScriptBuilder
should be used to build the Script instance.- Since:
- 1.1
-
Method Details
-
getScriptLanguage
Returns the language of this script.- Returns:
- the script language; never null.
-
getScriptText
Returns the text of this script.- Returns:
- the script text; never null.
-
hashCode
public int hashCode() -
equals
-
toString
-