Class CachingAndArtifactsManager
java.lang.Object
com.flowable.form.engine.impl.deployer.CachingAndArtifactsManager
Updates caches and artifacts for a deployment and its forms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddSubFormModels(FlowableFormModel formModel, String formKey, Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted) protected voidaddSubFormModelsWithInLayoutDefinition(Map<String, Object> layoutDefinition, String formKey, Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted) protected voidcheckAndAddExpandablePanelModels(Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted, Map<String, Object> formField, String formRef) protected voidcheckAndAddSubFormModels(Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted, Map<String, Object> formField, String formRef) protected voidprocessFieldMap(Map<String, Object> formField, String formKey, Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted) voidupdateCachingAndArtifacts(ParsedDeployment parsedDeployment) Ensures that the form cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
-
Constructor Details
-
CachingAndArtifactsManager
public CachingAndArtifactsManager()
-
-
Method Details
-
updateCachingAndArtifacts
Ensures that the form cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache. -
addSubFormModels
protected void addSubFormModels(FlowableFormModel formModel, String formKey, Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted) -
checkAndAddSubFormModels
protected void checkAndAddSubFormModels(Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted, Map<String, Object> formField, String formRef) -
checkAndAddExpandablePanelModels
protected void checkAndAddExpandablePanelModels(Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted, Map<String, Object> formField, String formRef) -
addSubFormModelsWithInLayoutDefinition
protected void addSubFormModelsWithInLayoutDefinition(Map<String, Object> layoutDefinition, String formKey, Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted) -
processFieldMap
protected void processFieldMap(Map<String, Object> formField, String formKey, Map<String, FlowableFormModel> formModelMap, Collection<String> subFormSearchCompleted)
-