Uses of Interface
org.alfresco.service.cmr.audit.AuditService
-
Packages that use AuditService Package Description org.alfresco.heartbeat org.alfresco.opencmis org.alfresco.repo.audit org.alfresco.repo.service org.alfresco.repo.tagging org.alfresco.service Provides the public facing interfaces of the Services of the Alfresco Repository. -
-
Uses of AuditService in org.alfresco.heartbeat
Methods in org.alfresco.heartbeat with parameters of type AuditService Modifier and Type Method Description voidConfigurationDataCollector. setAuditService(AuditService auditService) -
Uses of AuditService in org.alfresco.opencmis
Methods in org.alfresco.opencmis with parameters of type AuditService Modifier and Type Method Description voidCMISConnector. setAuditService(AuditService auditService)Sets the audit service. -
Uses of AuditService in org.alfresco.repo.audit
Classes in org.alfresco.repo.audit that implement AuditService Modifier and Type Class Description classAuditServiceImplThe implementation of the AuditService for application auditing. -
Uses of AuditService in org.alfresco.repo.service
Methods in org.alfresco.repo.service that return AuditService Modifier and Type Method Description AuditServiceServiceDescriptorRegistry. getAuditService() -
Uses of AuditService in org.alfresco.repo.tagging
Methods in org.alfresco.repo.tagging with parameters of type AuditService Modifier and Type Method Description voidUpdateTagScopesActionExecuter. setAuditService(AuditService auditService)Set the audit service -
Uses of AuditService in org.alfresco.service
Methods in org.alfresco.service that return AuditService Modifier and Type Method Description AuditServiceServiceRegistry. getAuditService()Deprecated.This method has been deprecated as it would return a service that is not part of the public API.
-