Uses of Interface
org.activiti.engine.impl.persistence.entity.ResourceEntity
Packages that use ResourceEntity
Package
Description
-
Uses of ResourceEntity in org.activiti.engine.impl.bpmn.deployer
Fields in org.activiti.engine.impl.bpmn.deployer with type parameters of type ResourceEntityModifier and TypeFieldDescriptionprotected Map<ProcessDefinitionEntity, ResourceEntity> ParsedDeployment.mapProcessDefinitionsToResourcesMethods in org.activiti.engine.impl.bpmn.deployer that return ResourceEntityModifier and TypeMethodDescriptionParsedDeployment.getResourceForProcessDefinition(ProcessDefinitionEntity processDefinition) Methods in org.activiti.engine.impl.bpmn.deployer with parameters of type ResourceEntityModifier and TypeMethodDescriptionprotected BpmnParseParsedDeploymentBuilder.createBpmnParseFromResource(ResourceEntity resource) Method parameters in org.activiti.engine.impl.bpmn.deployer with type arguments of type ResourceEntityModifier and TypeMethodDescriptionstatic StringResourceNameUtil.getProcessDiagramResourceNameFromDeployment(ProcessDefinitionEntity processDefinition, Map<String, ResourceEntity> resources) Finds the name of a resource for the diagram for a process definition. -
Uses of ResourceEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement ResourceEntityFields in org.activiti.engine.impl.persistence.entity with type parameters of type ResourceEntityModifier and TypeFieldDescriptionprotected Map<String, ResourceEntity> DeploymentEntityImpl.resourcesMethods in org.activiti.engine.impl.persistence.entity that return ResourceEntityModifier and TypeMethodDescriptionResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) ResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionResourceEntityManager.findResourcesByDeploymentId(String deploymentId) ResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) protected DataManager<ResourceEntity> ResourceEntityManagerImpl.getDataManager()DeploymentEntity.getResources()DeploymentEntityImpl.getResources()Methods in org.activiti.engine.impl.persistence.entity with parameters of type ResourceEntityModifier and TypeMethodDescriptionvoidDeploymentEntity.addResource(ResourceEntity resource) voidDeploymentEntityImpl.addResource(ResourceEntity resource) Method parameters in org.activiti.engine.impl.persistence.entity with type arguments of type ResourceEntityModifier and TypeMethodDescriptionvoidDeploymentEntity.setResources(Map<String, ResourceEntity> resources) voidDeploymentEntityImpl.setResources(Map<String, ResourceEntity> resources) -
Uses of ResourceEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return ResourceEntityModifier and TypeMethodDescriptionResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionResourceDataManager.findResourcesByDeploymentId(String deploymentId) -
Uses of ResourceEntity in org.activiti.engine.impl.persistence.entity.data.impl
Methods in org.activiti.engine.impl.persistence.entity.data.impl that return ResourceEntityModifier and TypeMethodDescriptionMybatisResourceDataManager.create()MybatisResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionMybatisResourceDataManager.findResourcesByDeploymentId(String deploymentId) Class<? extends ResourceEntity> MybatisResourceDataManager.getManagedEntityClass()