Uses of Interface
org.alfresco.repo.domain.contentdata.ContentDataDAO
-
-
Uses of ContentDataDAO in org.alfresco.repo.content.cleanup
Methods in org.alfresco.repo.content.cleanup with parameters of type ContentDataDAO Modifier and Type Method Description voidContentStoreCleaner. setContentDataDAO(ContentDataDAO contentDataDAO) -
Uses of ContentDataDAO in org.alfresco.repo.domain.audit
Methods in org.alfresco.repo.domain.audit with parameters of type ContentDataDAO Modifier and Type Method Description voidAbstractAuditDAOImpl. setContentDataDAO(ContentDataDAO contentDataDAO) -
Uses of ContentDataDAO in org.alfresco.repo.domain.contentdata
Classes in org.alfresco.repo.domain.contentdata that implement ContentDataDAO Modifier and Type Class Description classAbstractContentDataDAOImplAbstract implementation for ContentData DAO. -
Uses of ContentDataDAO in org.alfresco.repo.domain.contentdata.ibatis
Classes in org.alfresco.repo.domain.contentdata.ibatis that implement ContentDataDAO Modifier and Type Class Description classContentDataDAOImpliBatis-specific implementation of the ContentData DAO. -
Uses of ContentDataDAO in org.alfresco.repo.domain.node
Methods in org.alfresco.repo.domain.node with parameters of type ContentDataDAO Modifier and Type Method Description voidAbstractNodeDAOImpl. setContentDataDAO(ContentDataDAO contentDataDAO)Constructors in org.alfresco.repo.domain.node with parameters of type ContentDataDAO Constructor Description NodePropertyHelper(org.alfresco.service.cmr.dictionary.DictionaryService dictionaryService, QNameDAO qnameDAO, LocaleDAO localeDAO, ContentDataDAO contentDataDAO)Construct the helper with the appropriate DAOs and services -
Uses of ContentDataDAO in org.alfresco.repo.domain.patch.ibatis
Methods in org.alfresco.repo.domain.patch.ibatis with parameters of type ContentDataDAO Modifier and Type Method Description voidPatchDAOImpl. setContentDataDAO(ContentDataDAO contentDataDAO) -
Uses of ContentDataDAO in org.alfresco.repo.node.getchildren
Fields in org.alfresco.repo.node.getchildren declared as ContentDataDAO Modifier and Type Field Description protected ContentDataDAOGetChildrenCannedQueryFactory. contentDataDAOMethods in org.alfresco.repo.node.getchildren with parameters of type ContentDataDAO Modifier and Type Method Description voidGetChildrenCannedQueryFactory. setContentDataDAO(ContentDataDAO contentDataDAO) -
Uses of ContentDataDAO in org.alfresco.repo.version
Fields in org.alfresco.repo.version declared as ContentDataDAO Modifier and Type Field Description protected ContentDataDAONodeServiceImpl. contentDataDAOMethods in org.alfresco.repo.version with parameters of type ContentDataDAO Modifier and Type Method Description voidNodeServiceImpl. setContentDataDAO(ContentDataDAO contentDataDAO)Set the DAO to resolved content data reference IDs into ContentData instances
-