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 ChannelModelprotected EventDeploymentEntityThe deployment to which the parsed decision tables will be added.protected static final org.slf4j.Loggerprotected Stringprotected Stringprotected StreamSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployment(EventDeploymentEntity deployment) execute(EventRegistryEngineConfiguration eventEngineConfig) voidsetChannelModel(ChannelModel channelModel) voidsetDeployment(EventDeploymentEntity deployment) setSourceSystemId(String sourceSystemId) protected voidsetStreamSource(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
-