Package org.flowable.bpmn.model
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
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<FieldExtension>protected Stringprotected Stringprotected Objectprotected ScriptInfoFields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractFlowableHttpHandlerclone()Return the script info, if present.voidsetFieldExtensions(List<FieldExtension> fieldExtensions) voidsetImplementation(String implementation) voidsetImplementationType(String implementationType) voidsetInstance(Object instance) voidsetScriptInfo(ScriptInfo scriptInfo) Sets the script infovoidsetValues(AbstractFlowableHttpHandler otherHandler) Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
Field Details
-
implementationType
-
implementation
-
fieldExtensions
-
scriptInfo
-
instance
-
-
Constructor Details
-
AbstractFlowableHttpHandler
public AbstractFlowableHttpHandler()
-
-
Method Details
-
getImplementationType
-
setImplementationType
-
getImplementation
-
setImplementation
-
getFieldExtensions
-
setFieldExtensions
-
getInstance
-
setInstance
-
getScriptInfo
Description copied from interface:HasScriptInfoReturn 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.- Specified by:
getScriptInfoin interfaceHasScriptInfo
-
setScriptInfo
Description copied from interface:HasScriptInfoSets the script info- Specified by:
setScriptInfoin interfaceHasScriptInfo- See Also:
-
clone
- Specified by:
clonein classBaseElement
-
setValues
-