Uses of Interface
org.alfresco.repo.domain.audit.AuditDAO
-
Packages that use AuditDAO Package Description org.alfresco.repo.audit org.alfresco.repo.audit.model org.alfresco.repo.domain.audit org.alfresco.repo.domain.audit.ibatis -
-
Uses of AuditDAO in org.alfresco.repo.audit
Methods in org.alfresco.repo.audit with parameters of type AuditDAO Modifier and Type Method Description voidAuditComponentImpl. setAuditDAO(AuditDAO auditDAO)Set the DAO for accessing audit data -
Uses of AuditDAO in org.alfresco.repo.audit.model
Methods in org.alfresco.repo.audit.model with parameters of type AuditDAO Modifier and Type Method Description voidAuditModelRegistryImpl. setAuditDAO(AuditDAO auditDAO)Set the DAO used to persisted the registered audit models. -
Uses of AuditDAO in org.alfresco.repo.domain.audit
Classes in org.alfresco.repo.domain.audit that implement AuditDAO Modifier and Type Class Description classAbstractAuditDAOImplAbstract helper DAO for alf_audit_XXX tables. -
Uses of AuditDAO in org.alfresco.repo.domain.audit.ibatis
Classes in org.alfresco.repo.domain.audit.ibatis that implement AuditDAO Modifier and Type Class Description classAuditDAOImpliBatis-specific implementation of the DAO for alf_audit_XXX tables.
-