Class ScriptInfoValue
java.lang.Object
com.flowable.platform.common.script.ScriptInfoValue
Simple value object holding relevant information for script evaluation.
- Author:
- Arthur Hupka-Merle
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
The script languageThe actual script payload in the provided language.void
setLanguage
(String language) The script languagevoid
Set the script payload in the provided language.
-
Field Details
-
language
-
script
-
-
Constructor Details
-
ScriptInfoValue
public ScriptInfoValue()
-
-
Method Details