Class AuditEventMetricFactory
- java.lang.Object
-
- org.nuxeo.ecm.platform.audit.service.management.AuditEventMetricFactory
-
- All Implemented Interfaces:
ResourceFactory
public class AuditEventMetricFactory extends Object implements ResourceFactory
- Author:
- matic
-
-
Field Summary
Fields Modifier and Type Field Description protected LogsauditServiceprotected ResourcePublisherServicepublisherService
-
Constructor Summary
Constructors Constructor Description AuditEventMetricFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(ResourcePublisherService service, ResourceFactoryDescriptor descriptor)protected voiddoRegisterResource(String name)protected voiddoUnregisterResource(String name)static StringformatQualifiedName(String name)static StringformatShortcutName(String name)static ObjectNamegetObjectName(String name)voidregisterResources()
-
-
-
Field Detail
-
auditService
protected Logs auditService
-
publisherService
protected ResourcePublisherService publisherService
-
-
Method Detail
-
configure
public void configure(ResourcePublisherService service, ResourceFactoryDescriptor descriptor)
- Specified by:
configurein interfaceResourceFactory
-
getObjectName
public static ObjectName getObjectName(String name)
-
doRegisterResource
protected void doRegisterResource(String name)
-
doUnregisterResource
protected void doUnregisterResource(String name)
-
registerResources
public void registerResources()
- Specified by:
registerResourcesin interfaceResourceFactory
-
-