Package | Description |
---|---|
org.camunda.bpm.engine.impl.bpmn.deployer | |
org.camunda.bpm.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 |
ResourceManager.findResourceByDeploymentIdAndResourceName(String deploymentId,
String resourceName) |
ResourceEntity |
DeploymentEntity.getResource(String resourceName) |
Modifier and Type | Method and Description |
---|---|
List<ResourceEntity> |
ResourceManager.findResourcesByDeploymentId(String deploymentId) |
Map<String,ResourceEntity> |
DeploymentEntity.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEntity.addResource(ResourceEntity resource) |
void |
ResourceManager.insertResource(ResourceEntity resource) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentEntity.setResources(Map<String,ResourceEntity> resources) |
Copyright © 2015. All rights reserved.