Uses of Class
org.flowable.form.engine.impl.persistence.deploy.FormDefinitionCacheEntry
-
Packages that use FormDefinitionCacheEntry Package Description org.flowable.form.engine org.flowable.form.engine.impl.cmd org.flowable.form.engine.impl.persistence.deploy -
-
Uses of FormDefinitionCacheEntry in org.flowable.form.engine
Fields in org.flowable.form.engine with type parameters of type FormDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<FormDefinitionCacheEntry>FormEngineConfiguration. formDefinitionCacheMethods in org.flowable.form.engine that return types with arguments of type FormDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<FormDefinitionCacheEntry>FormEngineConfiguration. getFormDefinitionCache()Method parameters in org.flowable.form.engine with type arguments of type FormDefinitionCacheEntry Modifier and Type Method Description FormEngineConfigurationFormEngineConfiguration. setFormDefinitionCache(DeploymentCache<FormDefinitionCacheEntry> formDefinitionCache) -
Uses of FormDefinitionCacheEntry in org.flowable.form.engine.impl.cmd
Methods in org.flowable.form.engine.impl.cmd that return FormDefinitionCacheEntry Modifier and Type Method Description protected FormDefinitionCacheEntryAbstractGetFormInstanceModelCmd. resolveFormDefinition(CommandContext commandContext)protected FormDefinitionCacheEntryGetFormModelWithVariablesCmd. resolveFormDefinition(CommandContext commandContext)Methods in org.flowable.form.engine.impl.cmd with parameters of type FormDefinitionCacheEntry Modifier and Type Method Description protected FormInstanceGetFormModelWithVariablesCmd. resolveFormInstance(FormDefinitionCacheEntry formCacheEntry, CommandContext commandContext)protected FormInstanceInfoAbstractGetFormInstanceModelCmd. resolveFormInstanceModel(FormDefinitionCacheEntry formCacheEntry, FormInstance formInstance, CommandContext commandContext)protected FormInfoGetFormModelWithVariablesCmd. resolveFormModel(FormDefinitionCacheEntry formCacheEntry, CommandContext commandContext) -
Uses of FormDefinitionCacheEntry in org.flowable.form.engine.impl.persistence.deploy
Fields in org.flowable.form.engine.impl.persistence.deploy with type parameters of type FormDefinitionCacheEntry Modifier and Type Field Description protected DeploymentCache<FormDefinitionCacheEntry>DeploymentManager. formCacheMethods in org.flowable.form.engine.impl.persistence.deploy that return FormDefinitionCacheEntry Modifier and Type Method Description FormDefinitionCacheEntryDeploymentManager. resolveFormDefinition(FormDefinition formDefinition)Resolving the decision will fetch the DMN, parse it and store theFormDefinitionin memory.Methods in org.flowable.form.engine.impl.persistence.deploy that return types with arguments of type FormDefinitionCacheEntry Modifier and Type Method Description DeploymentCache<FormDefinitionCacheEntry>DeploymentManager. getFormCache()Method parameters in org.flowable.form.engine.impl.persistence.deploy with type arguments of type FormDefinitionCacheEntry Modifier and Type Method Description voidDeploymentManager. setFormCache(DeploymentCache<FormDefinitionCacheEntry> formCache)Constructor parameters in org.flowable.form.engine.impl.persistence.deploy with type arguments of type FormDefinitionCacheEntry Constructor Description DeploymentManager(DeploymentCache<FormDefinitionCacheEntry> formCache, FormEngineConfiguration engineConfig)
-