| Package | Description |
|---|---|
| org.flowable.engine.impl.cfg | |
| org.flowable.engine.impl.persistence.deploy |
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentCache<ProcessDefinitionInfoCacheObject> |
ProcessEngineConfigurationImpl.processDefinitionInfoCache |
| Modifier and Type | Method and Description |
|---|---|
DeploymentCache<ProcessDefinitionInfoCacheObject> |
ProcessEngineConfigurationImpl.getProcessDefinitionInfoCache() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionInfoCache(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ProcessDefinitionInfoCacheObject> |
ProcessDefinitionInfoCache.cache |
protected DeploymentCache<ProcessDefinitionInfoCacheObject> |
DeploymentManager.processDefinitionInfoCache |
| Modifier and Type | Method and Description |
|---|---|
ProcessDefinitionInfoCacheObject |
ProcessDefinitionInfoCache.get(String processDefinitionId) |
protected ProcessDefinitionInfoCacheObject |
ProcessDefinitionInfoCache.retrieveProcessDefinitionInfoCacheObject(String processDefinitionId,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProcessDefinitionInfoCacheObject> |
ProcessDefinitionInfoCache.getAll() |
DeploymentCache<ProcessDefinitionInfoCacheObject> |
DeploymentManager.getProcessDefinitionInfoCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessDefinitionInfoCache.add(String id,
ProcessDefinitionInfoCacheObject obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentManager.setProcessDefinitionInfoCache(DeploymentCache<ProcessDefinitionInfoCacheObject> processDefinitionInfoCache) |
Copyright © 2020 Flowable. All rights reserved.