Class ScriptExecutionListener
java.lang.Object
org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
org.flowable.engine.impl.bpmn.listener.ScriptExecutionListener
- All Implemented Interfaces:
Serializable,BaseExecutionListener,ExecutionListener
- See Also:
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
language, resultVariable, scriptFields inherited from interface org.flowable.engine.delegate.BaseExecutionListener
EVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ScriptingEnginesvoidnotify(DelegateExecution execution) Methods inherited from class org.flowable.common.engine.impl.scripting.AbstractScriptEvaluator
createScriptRequest, evaluateScript, evaluateScriptRequest, getScript, setLanguage, setResultVariable, setScript, setScript, validateParameters
-
Constructor Details
-
ScriptExecutionListener
public ScriptExecutionListener()
-
-
Method Details
-
getScriptingEngines
- Specified by:
getScriptingEnginesin classAbstractScriptEvaluator
-
notify
- Specified by:
notifyin interfaceExecutionListener
-