Class AbstractFlowableHttpHandler

java.lang.Object
org.flowable.bpmn.model.BaseElement
org.flowable.bpmn.model.AbstractFlowableHttpHandler
All Implemented Interfaces:
HasExtensionAttributes, HasScriptInfo
Direct Known Subclasses:
FlowableHttpRequestHandler, FlowableHttpResponseHandler

public abstract class AbstractFlowableHttpHandler extends BaseElement implements HasScriptInfo
Author:
Tijs Rademakers
  • Field Details

    • implementationType

      protected String implementationType
    • implementation

      protected String implementation
    • fieldExtensions

      protected List<FieldExtension> fieldExtensions
    • scriptInfo

      protected ScriptInfo scriptInfo
    • instance

      protected Object instance
  • Constructor Details

    • AbstractFlowableHttpHandler

      public AbstractFlowableHttpHandler()
  • Method Details