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 org.flowable.common.engine.impl.util.io.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
(org.flowable.common.engine.impl.util.io.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
protected org.flowable.common.engine.impl.util.io.StreamSource 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
protected void setStreamSource(org.flowable.common.engine.impl.util.io.StreamSource streamSource) -
getSourceSystemId
-
setSourceSystemId
-
getFormDefinitions
-
getDeployment
-
setDeployment
-
getFormModel
-
setFormModel
-