Class ChannelDefinitionParse
java.lang.Object
org.flowable.eventregistry.impl.parser.ChannelDefinitionParse
Specific parsing of one channel json file.
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ChannelDefinitionEntity>
The end result of the parsing: a list of channel definitions.protected ChannelModel
protected EventDeploymentEntity
The deployment to which the parsed decision tables will be added.protected static final org.slf4j.Logger
protected String
protected String
protected StreamSource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployment
(EventDeploymentEntity deployment) execute
(EventRegistryEngineConfiguration eventEngineConfig) void
setChannelModel
(ChannelModel channelModel) void
setDeployment
(EventDeploymentEntity deployment) setSourceSystemId
(String sourceSystemId) protected void
setStreamSource
(StreamSource streamSource) sourceInputStream
(InputStream inputStream) sourceResource
(String resource) sourceString
(String string)
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER -
name
-
streamSource
-
sourceSystemId
-
channelModel
-
deployment
The deployment to which the parsed decision tables will be added. -
channelDefinitions
The end result of the parsing: a list of channel definitions.
-
-
Constructor Details
-
ChannelDefinitionParse
public ChannelDefinitionParse()
-
-
Method Details
-
deployment
-
execute
-
name
-
sourceInputStream
-
getSourceSystemId
-
setSourceSystemId
-
sourceUrl
-
sourceUrl
-
sourceResource
-
sourceString
-
setStreamSource
-
getChannelDefinitions
-
getDeployment
-
setDeployment
-
getChannelModel
-
setChannelModel
-