| Package | Description |
|---|---|
| org.flowable.form.engine | |
| org.flowable.form.engine.impl.cmd | |
| org.flowable.form.engine.impl.persistence.deploy |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<FormDefinitionCacheEntry> |
FormEngineConfiguration.formDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<FormDefinitionCacheEntry> |
FormEngineConfiguration.getFormDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
FormEngineConfiguration |
FormEngineConfiguration.setFormDefinitionCache(DeploymentCache<FormDefinitionCacheEntry> formDefinitionCache) |
| Modifier and Type | Method and Description |
|---|---|
protected FormDefinitionCacheEntry |
AbstractGetFormInstanceModelCmd.resolveFormDefinition(CommandContext commandContext) |
protected FormDefinitionCacheEntry |
GetFormModelWithVariablesCmd.resolveFormDefinition(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
protected FormInstance |
GetFormModelWithVariablesCmd.resolveFormInstance(FormDefinitionCacheEntry formCacheEntry,
CommandContext commandContext) |
protected FormInstanceInfo |
AbstractGetFormInstanceModelCmd.resolveFormInstanceModel(FormDefinitionCacheEntry formCacheEntry,
FormInstance formInstance,
CommandContext commandContext) |
protected FormInfo |
GetFormModelWithVariablesCmd.resolveFormModel(FormDefinitionCacheEntry formCacheEntry,
CommandContext commandContext) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<FormDefinitionCacheEntry> |
DeploymentManager.formCache |
| Modifier and Type | Method and Description |
|---|---|
FormDefinitionCacheEntry |
DeploymentManager.resolveFormDefinition(FormDefinition formDefinition)
Resolving the decision will fetch the DMN, parse it and store the
FormDefinition in memory. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<FormDefinitionCacheEntry> |
DeploymentManager.getFormCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setFormCache(DeploymentCache<FormDefinitionCacheEntry> formCache) |
| Constructor and Description |
|---|
DeploymentManager(DeploymentCache<FormDefinitionCacheEntry> formCache,
FormEngineConfiguration engineConfig) |
Copyright © 2019 Flowable. All rights reserved.