Uses of Interface
org.flowable.dmn.engine.impl.persistence.entity.DmnResourceEntity
-
-
Uses of DmnResourceEntity in org.flowable.dmn.engine.impl.deployer
Methods in org.flowable.dmn.engine.impl.deployer that return DmnResourceEntity Modifier and Type Method Description DmnResourceEntityDecisionRequirementsDiagramHelper. createDiagramForDecision(DecisionEntity decision, DmnDefinition dmnDefinition)Generates a diagram resource for a DecisionEntity.protected DmnResourceEntityDecisionRequirementsDiagramHelper. createResourceEntity() -
Uses of DmnResourceEntity in org.flowable.dmn.engine.impl.persistence.entity
Classes in org.flowable.dmn.engine.impl.persistence.entity that implement DmnResourceEntity Modifier and Type Class Description classDmnResourceEntityImplMethods in org.flowable.dmn.engine.impl.persistence.entity that return DmnResourceEntity Modifier and Type Method Description DmnResourceEntityDmnResourceEntityManager. findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)DmnResourceEntityDmnResourceEntityManagerImpl. findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)Methods in org.flowable.dmn.engine.impl.persistence.entity that return types with arguments of type DmnResourceEntity Modifier and Type Method Description List<DmnResourceEntity>DmnResourceEntityManager. findResourcesByDeploymentId(String deploymentId)List<DmnResourceEntity>DmnResourceEntityManagerImpl. findResourcesByDeploymentId(String deploymentId)Methods in org.flowable.dmn.engine.impl.persistence.entity with parameters of type DmnResourceEntity Modifier and Type Method Description voidDmnDeploymentEntity. addResource(DmnResourceEntity resource)voidDmnDeploymentEntityImpl. addResource(DmnResourceEntity resource) -
Uses of DmnResourceEntity in org.flowable.dmn.engine.impl.persistence.entity.data
Methods in org.flowable.dmn.engine.impl.persistence.entity.data that return DmnResourceEntity Modifier and Type Method Description DmnResourceEntityDmnResourceDataManager. findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)Methods in org.flowable.dmn.engine.impl.persistence.entity.data that return types with arguments of type DmnResourceEntity Modifier and Type Method Description List<DmnResourceEntity>DmnResourceDataManager. findResourcesByDeploymentId(String deploymentId) -
Uses of DmnResourceEntity in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return DmnResourceEntity Modifier and Type Method Description DmnResourceEntityMybatisDmnResourceDataManager. create()DmnResourceEntityMybatisDmnResourceDataManager. findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName)Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return types with arguments of type DmnResourceEntity Modifier and Type Method Description List<DmnResourceEntity>MybatisDmnResourceDataManager. findResourcesByDeploymentId(String deploymentId)Class<? extends DmnResourceEntity>MybatisDmnResourceDataManager. getManagedEntityClass()
-