Package | Description |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.persistence.deploy |
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache<org.activiti.bpmn.model.BpmnModel> |
ProcessEngineConfigurationImpl.bpmnModelCache |
protected DeploymentCache<Object> |
ProcessEngineConfigurationImpl.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionEntity> |
ProcessEngineConfigurationImpl.processDefinitionCache |
Modifier and Type | Method and Description |
---|---|
DeploymentCache<Object> |
ProcessEngineConfigurationImpl.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionEntity> |
ProcessEngineConfigurationImpl.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeploymentCache<T>
Default cache: keep everything in memory, unless a limit is set.
|
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache<org.activiti.bpmn.model.BpmnModel> |
DeploymentManager.bpmnModelCache |
protected DeploymentCache<Object> |
DeploymentManager.knowledgeBaseCache |
protected DeploymentCache<ProcessDefinitionEntity> |
DeploymentManager.processDefinitionCache |
Modifier and Type | Method and Description |
---|---|
DeploymentCache<org.activiti.bpmn.model.BpmnModel> |
DeploymentManager.getBpmnModelCache() |
DeploymentCache<Object> |
DeploymentManager.getKnowledgeBaseCache() |
DeploymentCache<ProcessDefinitionEntity> |
DeploymentManager.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.setBpmnModelCache(DeploymentCache<org.activiti.bpmn.model.BpmnModel> bpmnModelCache) |
void |
DeploymentManager.setKnowledgeBaseCache(DeploymentCache<Object> knowledgeBaseCache) |
void |
DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionEntity> processDefinitionCache) |
Copyright © 2016 Alfresco. All rights reserved.