Class CachingAndArtifactsManager
- java.lang.Object
-
- org.flowable.form.engine.impl.deployer.CachingAndArtifactsManager
-
public class CachingAndArtifactsManager extends Object
Updates caches and artifacts for a deployment and its forms
-
-
Field Summary
Fields Modifier and Type Field Description protected FormJsonConverterformJsonConverter
-
Constructor Summary
Constructors Constructor Description CachingAndArtifactsManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateCachingAndArtifacts(ParsedDeployment parsedDeployment)Ensures that the decision table is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
-
-
-
Field Detail
-
formJsonConverter
protected FormJsonConverter formJsonConverter
-
-
Method Detail
-
updateCachingAndArtifacts
public void updateCachingAndArtifacts(ParsedDeployment parsedDeployment)
Ensures that the decision table is cached in the appropriate places, including the deployment's collection of deployed artifacts and the deployment manager's cache.
-
-