Package | Description |
---|---|
org.activiti.engine.impl.cfg | |
org.activiti.engine.impl.persistence.deploy |
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache<ProcessDefinitionCacheEntry> |
ProcessEngineConfigurationImpl.processDefinitionCache |
Modifier and Type | Method and Description |
---|---|
DeploymentCache<ProcessDefinitionCacheEntry> |
ProcessEngineConfigurationImpl.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) |
Modifier and Type | Field and Description |
---|---|
protected DeploymentCache<ProcessDefinitionCacheEntry> |
DeploymentManager.processDefinitionCache |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionCacheEntry |
DeploymentManager.resolveProcessDefinition(ProcessDefinitionEntity processDefinition)
Resolving the process definition will fetch the BPMN 2.0, parse it and store the
BpmnModel in memory. |
Modifier and Type | Method and Description |
---|---|
DeploymentCache<ProcessDefinitionCacheEntry> |
DeploymentManager.getProcessDefinitionCache() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentManager.setProcessDefinitionCache(DeploymentCache<ProcessDefinitionCacheEntry> processDefinitionCache) |
Copyright © 2015 Alfresco. All rights reserved.