Uses of Interface
org.flowable.engine.impl.persistence.entity.ResourceEntity
Packages that use ResourceEntity
Package
Description
-
Uses of ResourceEntity in org.flowable.engine.impl.bpmn.deployer
Methods in org.flowable.engine.impl.bpmn.deployer that return ResourceEntityModifier and TypeMethodDescriptionProcessDefinitionDiagramHelper.createDiagramForProcessDefinition(ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) Generates a diagram resource for a ProcessDefinitionEntity and associated BpmnParse.protected ResourceEntityProcessDefinitionDiagramHelper.createResourceEntity() -
Uses of ResourceEntity in org.flowable.engine.impl.persistence.entity
Classes in org.flowable.engine.impl.persistence.entity that implement ResourceEntityMethods in org.flowable.engine.impl.persistence.entity that return ResourceEntityModifier and TypeMethodDescriptionResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) ResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in org.flowable.engine.impl.persistence.entity that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionResourceEntityManager.findResourcesByDeploymentId(String deploymentId) ResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) Methods in org.flowable.engine.impl.persistence.entity with parameters of type ResourceEntityModifier and TypeMethodDescriptionvoidDeploymentEntity.addResource(ResourceEntity resource) voidDeploymentEntityImpl.addResource(ResourceEntity resource) -
Uses of ResourceEntity in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data that return ResourceEntityModifier and TypeMethodDescriptionResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in org.flowable.engine.impl.persistence.entity.data that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionResourceDataManager.findResourcesByDeploymentId(String deploymentId) -
Uses of ResourceEntity in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return ResourceEntityModifier and TypeMethodDescriptionMybatisResourceDataManager.create()MybatisResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type ResourceEntityModifier and TypeMethodDescriptionMybatisResourceDataManager.findResourcesByDeploymentId(String deploymentId) Class<? extends ResourceEntity>MybatisResourceDataManager.getManagedEntityClass()