Class EventDefinitionParse
java.lang.Object
org.flowable.eventregistry.impl.parser.EventDefinitionParse
Specific parsing of one event json file.
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EventDeploymentEntity
The deployment to which the parsed decision tables will be added.protected List<EventDefinitionEntity>
The end result of the parsing: a list of event definitions.protected EventModel
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
setDeployment
(EventDeploymentEntity deployment) void
setEventModel
(EventModel eventModel) 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
-
eventModel
-
deployment
The deployment to which the parsed decision tables will be added. -
eventDefinitions
The end result of the parsing: a list of event definitions.
-
-
Constructor Details
-
EventDefinitionParse
public EventDefinitionParse()
-
-
Method Details
-
deployment
-
execute
-
name
-
sourceInputStream
-
getSourceSystemId
-
setSourceSystemId
-
sourceUrl
-
sourceUrl
-
sourceResource
-
sourceString
-
setStreamSource
-
getEventDefinitions
-
getDeployment
-
setDeployment
-
getEventModel
-
setEventModel
-