| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<BpmnModel> |
ProcessEngineConfigurationImpl.bpmnModelCache |
protected DeploymentCache<Object> |
ProcessEngineConfigurationImpl.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionCacheEntry> |
ProcessEngineConfigurationImpl.processDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<Object> |
ProcessEngineConfigurationImpl.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionCacheEntry> |
ProcessEngineConfigurationImpl.getProcessDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<BpmnModel> |
DeploymentManager.bpmnModelCache |
protected DeploymentCache<Object> |
DeploymentManager.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionCacheEntry> |
DeploymentManager.processDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<BpmnModel> |
DeploymentManager.getBpmnModelCache() |
DeploymentCache<Object> |
DeploymentManager.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionCacheEntry> |
DeploymentManager.getProcessDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setBpmnModelCache(DeploymentCache<BpmnModel> bpmnModelCache) |
void |
DeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
void |
DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<AppDefinitionCacheEntry> |
AppEngineConfiguration.appDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<AppDefinitionCacheEntry> |
AppEngineConfiguration.getAppDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
AppEngineConfiguration |
AppEngineConfiguration.setAppDefinitionCache(DeploymentCache<AppDefinitionCacheEntry> appDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<AppDefinitionCacheEntry> |
AppDeploymentManager.appDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<AppDefinitionCacheEntry> |
AppDeploymentManager.getAppDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
AppDeploymentManager.setAppDefinitionCache(DeploymentCache<AppDefinitionCacheEntry> appDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<CaseDefinitionCacheEntry> |
CmmnEngineConfiguration.caseDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<CaseDefinitionCacheEntry> |
CmmnEngineConfiguration.getCaseDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setCaseDefinitionCache(DeploymentCache<CaseDefinitionCacheEntry> caseDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<CaseDefinitionCacheEntry> |
CmmnDeploymentManager.caseDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<CaseDefinitionCacheEntry> |
CmmnDeploymentManager.getCaseDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnDeploymentManager.setCaseDefinitionCache(DeploymentCache<CaseDefinitionCacheEntry> caseDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<Expression> |
DefaultExpressionManager.expressionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<Expression> |
DefaultExpressionManager.getExpressionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionManager.setExpressionCache(DeploymentCache<Expression> expressionCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeploymentCache<T>
Default cache: keep everything in memory, unless a limit is set.
|
class |
FullDeploymentCache<T>
Default cache: keep everything in memory, without a limit.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<DecisionCacheEntry> |
DmnEngineConfiguration.definitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<DecisionCacheEntry> |
DmnEngineConfiguration.getDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineConfiguration |
DmnEngineConfiguration.setDefinitionCache(DeploymentCache<DecisionCacheEntry> definitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<DecisionCacheEntry> |
DeploymentManager.decisionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<DecisionCacheEntry> |
DeploymentManager.getDecisionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setDecisionCache(DeploymentCache<DecisionCacheEntry> decisionCache) |
| Constructor and Description |
|---|
DeploymentManager(DeploymentCache<DecisionCacheEntry> decisionCache,
DmnEngineConfiguration engineConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<Object> |
ProcessEngineConfigurationImpl.appResourceCache |
protected DeploymentCache<Object> |
ProcessEngineConfigurationImpl.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionCacheEntry> |
ProcessEngineConfigurationImpl.processDefinitionCache |
protected DeploymentCache<ProcessDefinitionInfoCacheObject> |
ProcessEngineConfigurationImpl.processDefinitionInfoCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<Object> |
ProcessEngineConfigurationImpl.getAppResourceCache() |
DeploymentCache<Object> |
ProcessEngineConfigurationImpl.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionCacheEntry> |
ProcessEngineConfigurationImpl.getProcessDefinitionCache() |
DeploymentCache<ProcessDefinitionInfoCacheObject> |
ProcessEngineConfigurationImpl.getProcessDefinitionInfoCache() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setAppResourceCache(DeploymentCache<Object> appResourceCache) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionInfoCache(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessDefinitionInfoCache
Default cache: keep everything in memory, unless a limit is set.
|
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<Object> |
DeploymentManager.appResourceCache |
protected DeploymentCache<Object> |
DeploymentManager.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionCacheEntry> |
DeploymentManager.processDefinitionCache |
protected DeploymentCache<ProcessDefinitionInfoCacheObject> |
DeploymentManager.processDefinitionInfoCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<Object> |
DeploymentManager.getAppResourceCache() |
DeploymentCache<Object> |
DeploymentManager.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionCacheEntry> |
DeploymentManager.getProcessDefinitionCache() |
DeploymentCache<ProcessDefinitionInfoCacheObject> |
DeploymentManager.getProcessDefinitionInfoCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setAppResourceCache(DeploymentCache<Object> appResourceCache) |
void |
DeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
void |
DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) |
void |
DeploymentManager.setProcessDefinitionInfoCache(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<ChannelDefinitionCacheEntry> |
EventRegistryEngineConfiguration.channelDefinitionCache |
protected DeploymentCache<EventDefinitionCacheEntry> |
EventRegistryEngineConfiguration.eventDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<ChannelDefinitionCacheEntry> |
EventRegistryEngineConfiguration.getChannelDefinitionCache() |
DeploymentCache<EventDefinitionCacheEntry> |
EventRegistryEngineConfiguration.getEventDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setChannelDefinitionCache(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) |
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setEventDefinitionCache(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<ChannelDefinitionCacheEntry> |
EventDeploymentManager.channelDefinitionCache |
protected DeploymentCache<EventDefinitionCacheEntry> |
EventDeploymentManager.eventDefinitionCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<ChannelDefinitionCacheEntry> |
EventDeploymentManager.getChannelDefinitionCache() |
DeploymentCache<EventDefinitionCacheEntry> |
EventDeploymentManager.getEventDefinitionCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDeploymentManager.setChannelDefinitionCache(DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache) |
void |
EventDeploymentManager.setEventDefinitionCache(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache) |
| Constructor and Description |
|---|
EventDeploymentManager(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache,
DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache,
EventRegistryEngineConfiguration engineConfig) |
EventDeploymentManager(DeploymentCache<EventDefinitionCacheEntry> eventDefinitionCache,
DeploymentCache<ChannelDefinitionCacheEntry> channelDefinitionCache,
EventRegistryEngineConfiguration engineConfig) |
| 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 | Field and Description |
|---|---|
protected DeploymentCache<FormDefinitionCacheEntry> |
DeploymentManager.formCache |
| 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 © 2023 Flowable. All rights reserved.