Interface HasScriptInfo

All Known Implementing Classes:
AbstractFlowableHttpHandler, FlowableHttpRequestHandler, FlowableHttpResponseHandler, FlowableListener

public interface HasScriptInfo
A scriptable element supporting the type="script" implementation type.
  • 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

      void setScriptInfo(ScriptInfo scriptInfo)
      Sets the script info
      See Also: