|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceEntity | |
|---|---|
| org.camunda.bpm.engine.impl | API implementation classes, which shouldn't directly be used by end-users. |
| org.camunda.bpm.engine.impl.bpmn.deployer | |
| org.camunda.bpm.engine.impl.cmd | |
| org.camunda.bpm.engine.impl.cmmn.deployer | |
| org.camunda.bpm.engine.impl.cmmn.transformer | |
| org.camunda.bpm.engine.impl.dmn.deployer | |
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of ResourceEntity in org.camunda.bpm.engine.impl |
|---|
| Methods in org.camunda.bpm.engine.impl with parameters of type ResourceEntity | |
|---|---|
protected boolean |
AbstractDefinitionDeployer.isResourceHandled(ResourceEntity resource)
|
protected abstract List<DefinitionEntity> |
AbstractDefinitionDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
Transform the resource entity into definition entities. |
protected Collection<DefinitionEntity> |
AbstractDefinitionDeployer.transformResource(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
|
| Method parameters in org.camunda.bpm.engine.impl with type arguments of type ResourceEntity | |
|---|---|
protected String |
AbstractDefinitionDeployer.generateDiagramResourceForDefinition(DeploymentEntity deployment,
String resourceName,
DefinitionEntity definition,
Map<String,ResourceEntity> resources)
Generate a diagram resource for a definition and return the name of the image resource. |
protected String |
AbstractDefinitionDeployer.getDiagramResourceForDefinition(DeploymentEntity deployment,
String resourceName,
DefinitionEntity definition,
Map<String,ResourceEntity> resources)
Returns the default name of the image resource for a certain definition. |
| Uses of ResourceEntity in org.camunda.bpm.engine.impl.bpmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type ResourceEntity | |
|---|---|
protected List<ProcessDefinitionEntity> |
BpmnDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
|
| Method parameters in org.camunda.bpm.engine.impl.bpmn.deployer with type arguments of type ResourceEntity | |
|---|---|
protected String |
BpmnDeployer.generateDiagramResourceForDefinition(DeploymentEntity deployment,
String resourceName,
ProcessDefinitionEntity definition,
Map<String,ResourceEntity> resources)
|
| Uses of ResourceEntity in org.camunda.bpm.engine.impl.cmd |
|---|
| Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type ResourceEntity | |
|---|---|
protected List<ResourceEntity> |
DeployCmd.getResources(DeploymentBuilderImpl deploymentBuilder,
CommandContext commandContext)
|
protected List<ResourceEntity> |
DeployCmd.getResourcesByDeploymentId(Set<String> deploymentIds,
CommandContext commandContext)
|
protected List<ResourceEntity> |
DeployCmd.getResourcesById(Map<String,Set<String>> resourcesById,
CommandContext commandContext)
|
protected List<ResourceEntity> |
DeployCmd.getResourcesByName(Map<String,Set<String>> resourcesByName,
CommandContext commandContext)
|
protected Map<String,ResourceEntity> |
DeployCmd.resolveResourcesToDeploy(CommandContext commandContext,
DeploymentEntity deployment)
|
| Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ResourceEntity | |
|---|---|
protected boolean |
DeployCmd.isBpmnResource(ResourceEntity resourceEntity)
|
protected boolean |
DeployCmd.isCmmnResource(ResourceEntity resourceEntity)
|
protected boolean |
DeployCmd.resourcesDiffer(ResourceEntity resource,
ResourceEntity existing)
|
| Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type ResourceEntity | |
|---|---|
protected void |
DeployCmd.addResources(List<ResourceEntity> resources,
DeploymentBuilderImpl deploymentBuilder)
|
protected void |
DeployCmd.checkDuplicateResourceName(List<ResourceEntity> resources)
|
protected void |
DeployCmd.ensureResourcesWithIdsExist(String deploymentId,
Set<String> expectedIds,
List<ResourceEntity> actual)
|
protected void |
DeployCmd.ensureResourcesWithKeysExist(String deploymentId,
Set<String> expectedKeys,
Map<String,ResourceEntity> actual,
String valueProperty)
|
protected void |
DeployCmd.ensureResourcesWithNamesExist(String deploymentId,
Set<String> expectedNames,
List<ResourceEntity> actual)
|
protected Set<String> |
DeployCmd.retrieveProcessKeysFromResources(Map<String,ResourceEntity> resources)
|
| Uses of ResourceEntity in org.camunda.bpm.engine.impl.cmmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type ResourceEntity | |
|---|---|
protected List<CaseDefinitionEntity> |
CmmnDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
|
| Uses of ResourceEntity in org.camunda.bpm.engine.impl.cmmn.transformer |
|---|
| Fields in org.camunda.bpm.engine.impl.cmmn.transformer declared as ResourceEntity | |
|---|---|
protected ResourceEntity |
CmmnTransform.resource
|
| Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return ResourceEntity | |
|---|---|
ResourceEntity |
CmmnTransform.getResource()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ResourceEntity | |
|---|---|
CmmnTransform |
CmmnTransform.resource(ResourceEntity resource)
|
void |
CmmnTransform.setResource(ResourceEntity resource)
|
| Uses of ResourceEntity in org.camunda.bpm.engine.impl.dmn.deployer |
|---|
| Methods in org.camunda.bpm.engine.impl.dmn.deployer with parameters of type ResourceEntity | |
|---|---|
protected List<DecisionDefinitionEntity> |
DecisionDefinitionDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
|
protected List<DecisionRequirementsDefinitionEntity> |
DecisionRequirementsDefinitionDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties)
|
| 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.findResourceByDeploymentIdAndResourceId(String deploymentId,
String resourceId)
|
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 | |
|---|---|
Map<String,ResourceEntity> |
ResourceManager.findLatestResourcesByDeploymentName(String deploymentName,
Set<String> resourcesToFind,
String source,
String tenantId)
|
List<ResourceEntity> |
ResourceManager.findResourceByDeploymentIdAndResourceIds(String deploymentId,
String... resourceIds)
|
List<ResourceEntity> |
ResourceManager.findResourceByDeploymentIdAndResourceNames(String deploymentId,
String... resourceNames)
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||