Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ResourceEntity
-
Packages that use ResourceEntity Package Description 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.form.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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected 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 ResourceEntity Modifier and Type Method Description 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 candidateDeployment)
Method parameters in org.camunda.bpm.engine.impl.cmd with type arguments of type ResourceEntity Modifier and Type Method Description 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)
-
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 Modifier and Type Method Description 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 Modifier and Type Field Description protected ResourceEntity
CmmnTransform. resource
Methods in org.camunda.bpm.engine.impl.cmmn.transformer that return ResourceEntity Modifier and Type Method Description ResourceEntity
CmmnTransform. getResource()
Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ResourceEntity Modifier and Type Method Description 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 Modifier and Type Method Description 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.form.deployer
Methods in org.camunda.bpm.engine.impl.form.deployer with parameters of type ResourceEntity Modifier and Type Method Description protected 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 ResourceEntity Modifier and Type Field Description protected Map<String,ResourceEntity>
DeploymentEntity. resources
Methods in org.camunda.bpm.engine.impl.persistence.entity that return ResourceEntity Modifier and Type Method Description ResourceEntity
ResourceManager. findLicenseKeyResource()
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
DeploymentEntity. setResources(Map<String,ResourceEntity> resources)
-