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 EventDeploymentEntityThe 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 EventModelprotected static final org.slf4j.Loggerprotected Stringprotected Stringprotected StreamSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployment(EventDeploymentEntity deployment) execute(EventRegistryEngineConfiguration eventEngineConfig) voidsetDeployment(EventDeploymentEntity deployment) voidsetEventModel(EventModel eventModel) 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
-
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
-