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 booleanAbstractDefinitionDeployer. 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 StringAbstractDefinitionDeployer. 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 voidDeployCmd. addResources(List<ResourceEntity> resources, DeploymentBuilderImpl deploymentBuilder)protected voidDeployCmd. checkDuplicateResourceName(List<ResourceEntity> resources)protected voidDeployCmd. ensureResourcesWithIdsExist(String deploymentId, Set<String> expectedIds, List<ResourceEntity> actual)protected voidDeployCmd. ensureResourcesWithKeysExist(String deploymentId, Set<String> expectedKeys, Map<String,ResourceEntity> actual, String valueProperty)protected voidDeployCmd. 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 ResourceEntityCmmnTransform. resourceMethods in org.camunda.bpm.engine.impl.cmmn.transformer that return ResourceEntity Modifier and Type Method Description ResourceEntityCmmnTransform. getResource()Methods in org.camunda.bpm.engine.impl.cmmn.transformer with parameters of type ResourceEntity Modifier and Type Method Description CmmnTransformCmmnTransform. resource(ResourceEntity resource)voidCmmnTransform. 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. resourcesMethods in org.camunda.bpm.engine.impl.persistence.entity that return ResourceEntity Modifier and Type Method Description ResourceEntityResourceManager. findLicenseKeyResource()ResourceEntityResourceManager. findResourceByDeploymentIdAndResourceId(String deploymentId, String resourceId)ResourceEntityResourceManager. findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)ResourceEntityDeploymentEntity. 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 voidDeploymentEntity. addResource(ResourceEntity resource)voidResourceManager. insertResource(ResourceEntity resource)Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type ResourceEntity Modifier and Type Method Description voidDeploymentEntity. setResources(Map<String,ResourceEntity> resources)
-