Uses of Class
org.alfresco.repo.domain.audit.AuditModelEntity
-
Packages that use AuditModelEntity Package Description org.alfresco.repo.domain.audit org.alfresco.repo.domain.audit.ibatis -
-
Uses of AuditModelEntity in org.alfresco.repo.domain.audit
Methods in org.alfresco.repo.domain.audit that return AuditModelEntity Modifier and Type Method Description protected abstract AuditModelEntityAbstractAuditDAOImpl. createAuditModel(java.lang.Long contentDataId, long crc)protected abstract AuditModelEntityAbstractAuditDAOImpl. getAuditModelByCrc(long crc) -
Uses of AuditModelEntity in org.alfresco.repo.domain.audit.ibatis
Methods in org.alfresco.repo.domain.audit.ibatis that return AuditModelEntity Modifier and Type Method Description protected AuditModelEntityAuditDAOImpl. createAuditModel(java.lang.Long contentDataId, long crc)protected AuditModelEntityAuditDAOImpl. getAuditModelByCrc(long crc)
-