Interface HasScriptInfo
- All Known Implementing Classes:
AbstractFlowableHttpHandler, FlowableHttpRequestHandler, FlowableHttpResponseHandler, FlowableListener
public interface HasScriptInfo
A scriptable element supporting the type="script" implementation type.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the script info, if present.voidsetScriptInfo(ScriptInfo scriptInfo) Sets the script info
-
Method Details
-
getScriptInfo
ScriptInfo getScriptInfo()Return the script info, if present.ScriptInfo must be populated, when
<element type="script" ...>is set on the element. Meta information and the script payload are provided in the ScriptInfo object. -
setScriptInfo
-