Uses of Class
org.alfresco.repo.domain.mimetype.MimetypeEntity
-
Packages that use MimetypeEntity Package Description org.alfresco.repo.domain.mimetype org.alfresco.repo.domain.mimetype.ibatis -
-
Uses of MimetypeEntity in org.alfresco.repo.domain.mimetype
Methods in org.alfresco.repo.domain.mimetype that return MimetypeEntity Modifier and Type Method Description protected abstract MimetypeEntityAbstractMimetypeDAOImpl. createMimetypeEntity(java.lang.String mimetype)protected abstract MimetypeEntityAbstractMimetypeDAOImpl. getMimetypeEntity(java.lang.Long id)protected abstract MimetypeEntityAbstractMimetypeDAOImpl. getMimetypeEntity(java.lang.String mimetype) -
Uses of MimetypeEntity in org.alfresco.repo.domain.mimetype.ibatis
Methods in org.alfresco.repo.domain.mimetype.ibatis that return MimetypeEntity Modifier and Type Method Description protected MimetypeEntityMimetypeDAOImpl. createMimetypeEntity(java.lang.String mimetype)protected MimetypeEntityMimetypeDAOImpl. getMimetypeEntity(java.lang.Long id)protected MimetypeEntityMimetypeDAOImpl. getMimetypeEntity(java.lang.String mimetype)
-