Uses of Class
org.nuxeo.ecm.platform.audit.service.extension.AdapterDescriptor
-
Packages that use AdapterDescriptor Package Description org.nuxeo.ecm.platform.audit.service -
-
Uses of AdapterDescriptor in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service with type parameters of type AdapterDescriptor Modifier and Type Field Description protected Set<AdapterDescriptor>
NXAuditEventsService. documentAdapters
Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type AdapterDescriptor Modifier and Type Method Description Set<AdapterDescriptor>
NXAuditEventsService. getDocumentAdapters()
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type AdapterDescriptor Modifier and Type Method Description protected void
NXAuditEventsService. doRegisterAdapter(AdapterDescriptor desc)
protected void
NXAuditEventsService. doUnregisterAdapter(AdapterDescriptor desc)
-