public class FlowableListener extends BaseElement implements HasScriptInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
customPropertiesResolverImplementation |
protected String |
customPropertiesResolverImplementationType |
protected String |
event |
protected List<FieldExtension> |
fieldExtensions |
protected String |
implementation |
protected String |
implementationType |
protected Object |
instance |
protected String |
onTransaction |
protected ScriptInfo |
scriptInfo
ScriptInfo is populated for implementationType 'script'
|
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
FlowableListener() |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String event
protected String implementationType
protected String implementation
protected List<FieldExtension> fieldExtensions
protected String onTransaction
protected String customPropertiesResolverImplementationType
protected String customPropertiesResolverImplementation
protected Object instance
protected ScriptInfo scriptInfo
public String getEvent()
public void setEvent(String event)
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 String getOnTransaction()
public void setOnTransaction(String onTransaction)
public String getCustomPropertiesResolverImplementationType()
public void setCustomPropertiesResolverImplementationType(String customPropertiesResolverImplementationType)
public String getCustomPropertiesResolverImplementation()
public void setCustomPropertiesResolverImplementation(String customPropertiesResolverImplementation)
public Object getInstance()
public void setInstance(Object instance)
public ScriptInfo getScriptInfo()
ScriptInfo must be populated, when <executionListener type="script" ...> e.g. when
implementationType is 'script'.
getScriptInfo in interface HasScriptInfopublic void setScriptInfo(ScriptInfo scriptInfo)
setScriptInfo in interface HasScriptInfogetScriptInfo()public FlowableListener clone()
clone in class BaseElementpublic void setValues(FlowableListener otherListener)
Copyright © 2022 Flowable. All rights reserved.