public class ChannelDefinitionParse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelDefinitionEntity> |
channelDefinitions
The end result of the parsing: a list of channel definitions.
|
protected ChannelModel |
channelModel |
protected EventDeploymentEntity |
deployment
The deployment to which the parsed decision tables will be added.
|
protected static org.slf4j.Logger |
LOGGER |
protected String |
name |
protected String |
sourceSystemId |
protected StreamSource |
streamSource |
| Constructor and Description |
|---|
ChannelDefinitionParse() |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionParse |
deployment(EventDeploymentEntity deployment) |
ChannelDefinitionParse |
execute(EventRegistryEngineConfiguration eventEngineConfig) |
List<ChannelDefinitionEntity> |
getChannelDefinitions() |
ChannelModel |
getChannelModel() |
EventDeploymentEntity |
getDeployment() |
String |
getSourceSystemId() |
ChannelDefinitionParse |
name(String name) |
void |
setChannelModel(ChannelModel channelModel) |
void |
setDeployment(EventDeploymentEntity deployment) |
ChannelDefinitionParse |
setSourceSystemId(String sourceSystemId) |
protected void |
setStreamSource(StreamSource streamSource) |
ChannelDefinitionParse |
sourceInputStream(InputStream inputStream) |
ChannelDefinitionParse |
sourceResource(String resource) |
ChannelDefinitionParse |
sourceString(String string) |
ChannelDefinitionParse |
sourceUrl(String url) |
ChannelDefinitionParse |
sourceUrl(URL url) |
protected static final org.slf4j.Logger LOGGER
protected String name
protected StreamSource streamSource
protected String sourceSystemId
protected ChannelModel channelModel
protected EventDeploymentEntity deployment
protected List<ChannelDefinitionEntity> channelDefinitions
public ChannelDefinitionParse deployment(EventDeploymentEntity deployment)
public ChannelDefinitionParse execute(EventRegistryEngineConfiguration eventEngineConfig)
public ChannelDefinitionParse name(String name)
public ChannelDefinitionParse sourceInputStream(InputStream inputStream)
public String getSourceSystemId()
public ChannelDefinitionParse setSourceSystemId(String sourceSystemId)
public ChannelDefinitionParse sourceUrl(URL url)
public ChannelDefinitionParse sourceUrl(String url)
public ChannelDefinitionParse sourceResource(String resource)
public ChannelDefinitionParse sourceString(String string)
protected void setStreamSource(StreamSource streamSource)
public List<ChannelDefinitionEntity> getChannelDefinitions()
public EventDeploymentEntity getDeployment()
public void setDeployment(EventDeploymentEntity deployment)
public ChannelModel getChannelModel()
public void setChannelModel(ChannelModel channelModel)
Copyright © 2020 Flowable. All rights reserved.