Uses of Interface
com.flowable.app.engine.impl.persistence.entity.AppResourceEntity
Packages that use AppResourceEntity
Package
Description
-
Uses of AppResourceEntity in com.flowable.app.engine.impl.persistence.entity
Classes in com.flowable.app.engine.impl.persistence.entity that implement AppResourceEntityMethods in com.flowable.app.engine.impl.persistence.entity that return AppResourceEntityModifier and TypeMethodDescriptionAppResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) AppResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.app.engine.impl.persistence.entity that return types with arguments of type AppResourceEntityModifier and TypeMethodDescriptionAppResourceEntityManager.findResourcesByDeploymentId(String deploymentId) AppResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) Methods in com.flowable.app.engine.impl.persistence.entity with parameters of type AppResourceEntityModifier and TypeMethodDescriptionvoidAppDeploymentEntity.addResource(AppResourceEntity resource) voidAppDeploymentEntityImpl.addResource(AppResourceEntity resource) -
Uses of AppResourceEntity in com.flowable.app.engine.impl.persistence.entity.data
Methods in com.flowable.app.engine.impl.persistence.entity.data that return AppResourceEntityModifier and TypeMethodDescriptionAppResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.app.engine.impl.persistence.entity.data that return types with arguments of type AppResourceEntityModifier and TypeMethodDescriptionAppResourceDataManager.findResourcesByDeploymentId(String deploymentId) -
Uses of AppResourceEntity in com.flowable.app.engine.impl.persistence.entity.data.impl
Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return AppResourceEntityModifier and TypeMethodDescriptionMybatisResourceDataManager.create()MybatisResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.app.engine.impl.persistence.entity.data.impl that return types with arguments of type AppResourceEntityModifier and TypeMethodDescriptionMybatisResourceDataManager.findResourcesByDeploymentId(String deploymentId) Class<? extends AppResourceEntity>MybatisResourceDataManager.getManagedEntityClass()