Class FormDefinitionParse
java.lang.Object
com.flowable.form.engine.impl.parser.FormDefinitionParse
Specific parsing of one form json file.
- Author:
- Tijs Rademakers, Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormDeploymentEntity
The deployment to which the parsed forms will be added.protected List<FormDefinitionEntity>
The end result of the parsing: a list of form definitions.protected FlowableFormModel
protected static final org.slf4j.Logger
protected String
protected String
protected StreamSource
protected boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployment
(FormDeploymentEntity deployment) execute
(FormEngineConfiguration formEngineConfig) void
setDeployment
(FormDeploymentEntity deployment) void
setFormModel
(FlowableFormModel formModel) 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
-
validateSchema
protected boolean validateSchema -
streamSource
-
sourceSystemId
-
formModel
-
deployment
The deployment to which the parsed forms will be added. -
formDefinitions
The end result of the parsing: a list of form definitions.
-
-
Constructor Details
-
FormDefinitionParse
public FormDefinitionParse()
-
-
Method Details
-
deployment
-
execute
-
name
-
sourceInputStream
-
sourceUrl
-
sourceUrl
-
sourceResource
-
sourceString
-
setStreamSource
-
getSourceSystemId
-
setSourceSystemId
-
getFormDefinitions
-
getDeployment
-
setDeployment
-
getFormModel
-
setFormModel
-