Uses of Interface
org.alfresco.repo.domain.mimetype.MimetypeDAO
-
Packages that use MimetypeDAO Package Description org.alfresco.repo.admin.patch.impl org.alfresco.repo.domain.contentdata org.alfresco.repo.domain.mimetype org.alfresco.repo.domain.mimetype.ibatis -
-
Uses of MimetypeDAO in org.alfresco.repo.admin.patch.impl
Methods in org.alfresco.repo.admin.patch.impl with parameters of type MimetypeDAO Modifier and Type Method Description voidGenericMimetypeRenamePatch. setMimetypeDAO(MimetypeDAO mimetypeDAO) -
Uses of MimetypeDAO in org.alfresco.repo.domain.contentdata
Fields in org.alfresco.repo.domain.contentdata declared as MimetypeDAO Modifier and Type Field Description protected MimetypeDAOAbstractContentDataDAOImpl. mimetypeDAOMethods in org.alfresco.repo.domain.contentdata with parameters of type MimetypeDAO Modifier and Type Method Description voidAbstractContentDataDAOImpl. setMimetypeDAO(MimetypeDAO mimetypeDAO) -
Uses of MimetypeDAO in org.alfresco.repo.domain.mimetype
Classes in org.alfresco.repo.domain.mimetype that implement MimetypeDAO Modifier and Type Class Description classAbstractMimetypeDAOImplAbstract implementation for Mimetype DAO. -
Uses of MimetypeDAO in org.alfresco.repo.domain.mimetype.ibatis
Classes in org.alfresco.repo.domain.mimetype.ibatis that implement MimetypeDAO Modifier and Type Class Description classMimetypeDAOImpliBatis-specific implementation of the Mimetype DAO.
-