Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
Packages that use ResourceEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ResourceEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl with parameters of type ResourceEntityModifier and TypeMethodDescriptionprotected 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 ResourceEntityModifier and TypeMethodDescriptionprotected 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 ResourceEntityModifier and TypeMethodDescriptionprotected List<ProcessDefinitionEntity>
BpmnDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) -
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 ResourceEntityModifier and TypeMethodDescriptionprotected 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 candidateDeployment) Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type ResourceEntityModifier and TypeMethodDescriptionprotected 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) -
Uses of ResourceEntity in org.camunda.bpm.engine.impl.cmmn.deployer
Methods in org.camunda.bpm.engine.impl.cmmn.deployer with parameters of type ResourceEntityModifier and TypeMethodDescriptionprotected 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 ResourceEntityMethods in org.camunda.bpm.engine.impl.cmmn.transformer that return ResourceEntityMethods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ResourceEntityModifier and TypeMethodDescriptionCmmnTransform.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 ResourceEntityModifier and TypeMethodDescriptionprotected 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.form.deployer
Methods in org.camunda.bpm.engine.impl.form.deployer with parameters of type ResourceEntityModifier and TypeMethodDescriptionprotected List<CamundaFormDefinitionEntity>
CamundaFormDefinitionDeployer.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 ResourceEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return ResourceEntityModifier and TypeMethodDescriptionResourceManager.findLicenseKeyResource()
ResourceManager.findResourceByDeploymentIdAndResourceId
(String deploymentId, String resourceId) ResourceManager.findResourceByDeploymentIdAndResourceName
(String deploymentId, String resourceName) DeploymentEntity.getResource
(String resourceName) Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionResourceManager.findLatestResourcesByDeploymentName
(String deploymentName, Set<String> resourcesToFind, String source, String tenantId) ResourceManager.findResourceByDeploymentIdAndResourceIds
(String deploymentId, String... resourceIds) ResourceManager.findResourceByDeploymentIdAndResourceNames
(String deploymentId, String... resourceNames) ResourceManager.findResourcesByDeploymentId
(String deploymentId) DeploymentEntity.getResources()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ResourceEntityModifier and TypeMethodDescriptionvoid
DeploymentEntity.addResource
(ResourceEntity resource) void
ResourceManager.insertResource
(ResourceEntity resource) Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type ResourceEntityModifier and TypeMethodDescriptionvoid
DeploymentEntity.setResources
(Map<String, ResourceEntity> resources)