Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity

Packages that use ResourceEntity
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of ResourceEntity in org.camunda.bpm.engine.impl.bpmn.deployer
 

Method parameters in org.camunda.bpm.engine.impl.bpmn.deployer with type arguments of type ResourceEntity
protected  String BpmnDeployer.getDiagramResourceForProcess(String bpmnFileResource, String processKey, Map<String,ResourceEntity> resources)
          Returns the default name of the image resource for a certain process.
 

Uses of ResourceEntity in org.camunda.bpm.engine.impl.persistence.entity
 

Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type ResourceEntity
protected  Map<String,ResourceEntity> DeploymentEntity.resources
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return ResourceEntity
 ResourceEntity ResourceManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)
           
 ResourceEntity DeploymentEntity.getResource(String resourceName)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ResourceEntity
 List<ResourceEntity> ResourceManager.findResourcesByDeploymentId(String deploymentId)
           
 Map<String,ResourceEntity> DeploymentEntity.getResources()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ResourceEntity
 void DeploymentEntity.addResource(ResourceEntity resource)
           
 void ResourceManager.insertResource(ResourceEntity resource)
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type ResourceEntity
 void DeploymentEntity.setResources(Map<String,ResourceEntity> resources)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.