Uses of Interface
com.flowable.content.engine.impl.persistence.entity.DocumentResourceEntity
Packages that use DocumentResourceEntity
Package
Description
-
Uses of DocumentResourceEntity in com.flowable.content.engine.impl.persistence.entity
Classes in com.flowable.content.engine.impl.persistence.entity that implement DocumentResourceEntityMethods in com.flowable.content.engine.impl.persistence.entity that return DocumentResourceEntityModifier and TypeMethodDescriptionDocumentResourceEntityManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) DocumentResourceEntityManagerImpl.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.content.engine.impl.persistence.entity that return types with arguments of type DocumentResourceEntityModifier and TypeMethodDescriptionDocumentResourceEntityManager.findResourcesByDeploymentId(String deploymentId) DocumentResourceEntityManagerImpl.findResourcesByDeploymentId(String deploymentId) Methods in com.flowable.content.engine.impl.persistence.entity with parameters of type DocumentResourceEntityModifier and TypeMethodDescriptionvoidDocumentDeploymentEntity.addResource(DocumentResourceEntity resource) voidDocumentDeploymentEntityImpl.addResource(DocumentResourceEntity resource) -
Uses of DocumentResourceEntity in com.flowable.content.engine.impl.persistence.entity.data
Methods in com.flowable.content.engine.impl.persistence.entity.data that return DocumentResourceEntityModifier and TypeMethodDescriptionDocumentResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.content.engine.impl.persistence.entity.data that return types with arguments of type DocumentResourceEntityModifier and TypeMethodDescriptionDocumentResourceDataManager.findResourcesByDeploymentId(String deploymentId) -
Uses of DocumentResourceEntity in com.flowable.content.engine.impl.persistence.entity.data.impl
Methods in com.flowable.content.engine.impl.persistence.entity.data.impl that return DocumentResourceEntityModifier and TypeMethodDescriptionMybatisDocumentResourceDataManager.create()MybatisDocumentResourceDataManager.findResourceByDeploymentIdAndResourceName(String deploymentId, String resourceName) Methods in com.flowable.content.engine.impl.persistence.entity.data.impl that return types with arguments of type DocumentResourceEntityModifier and TypeMethodDescriptionMybatisDocumentResourceDataManager.findResourcesByDeploymentId(String deploymentId) Class<? extends DocumentResourceEntity>MybatisDocumentResourceDataManager.getManagedEntityClass()