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 FormDeploymentEntityThe deployment to which the parsed forms will be added.protected List<FormDefinitionEntity>The end result of the parsing: a list of form definitions.protected FlowableFormModelprotected static final org.slf4j.Loggerprotected Stringprotected Stringprotected StreamSourceprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeployment(FormDeploymentEntity deployment) execute(FormEngineConfiguration formEngineConfig) voidsetDeployment(FormDeploymentEntity deployment) voidsetFormModel(FlowableFormModel formModel) 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
-
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
-