public abstract class AbstractFlowableHttpHandler extends BaseElement implements HasScriptInfo
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldExtension> |
fieldExtensions |
protected String |
implementation |
protected String |
implementationType |
protected Object |
instance |
protected ScriptInfo |
scriptInfo |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
AbstractFlowableHttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract AbstractFlowableHttpHandler |
clone() |
List<FieldExtension> |
getFieldExtensions() |
String |
getImplementation() |
String |
getImplementationType() |
Object |
getInstance() |
ScriptInfo |
getScriptInfo()
Return the script info, if present.
|
void |
setFieldExtensions(List<FieldExtension> fieldExtensions) |
void |
setImplementation(String implementation) |
void |
setImplementationType(String implementationType) |
void |
setInstance(Object instance) |
void |
setScriptInfo(ScriptInfo scriptInfo)
Sets the script info
|
void |
setValues(AbstractFlowableHttpHandler otherHandler) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String implementationType
protected String implementation
protected List<FieldExtension> fieldExtensions
protected ScriptInfo scriptInfo
protected Object instance
public String getImplementationType()
public void setImplementationType(String implementationType)
public String getImplementation()
public void setImplementation(String implementation)
public List<FieldExtension> getFieldExtensions()
public void setFieldExtensions(List<FieldExtension> fieldExtensions)
public Object getInstance()
public void setInstance(Object instance)
public ScriptInfo getScriptInfo()
HasScriptInfo
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.
getScriptInfo in interface HasScriptInfopublic void setScriptInfo(ScriptInfo scriptInfo)
HasScriptInfosetScriptInfo in interface HasScriptInfoHasScriptInfo.getScriptInfo()public abstract AbstractFlowableHttpHandler clone()
clone in class BaseElementpublic void setValues(AbstractFlowableHttpHandler otherHandler)
Copyright © 2022 Flowable. All rights reserved.