| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.deployer | |
| org.activiti.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BpmnDeployer.getDiagramResourceForProcess(String bpmnFileResource,
String processKey,
Map<String,ResourceEntity> resources)
Returns the default name of the image resource for a certain process.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ResourceEntity> |
DeploymentEntity.resources |
| Modifier and Type | Method and Description |
|---|---|
ResourceEntity |
ResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
ResourceEntity |
DeploymentEntity.getResource(String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceEntity> |
ResourceEntityManager.findResourcesByDeploymentId(String deploymentId) |
Map<String,ResourceEntity> |
DeploymentEntity.getResources() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEntity.addResource(ResourceEntity resource) |
void |
ResourceEntityManager.insertResource(ResourceEntity resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEntity.setResources(Map<String,ResourceEntity> resources) |
Copyright © 2016 Alfresco. All rights reserved.