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. documentAdaptersMethods 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 voidNXAuditEventsService. doRegisterAdapter(AdapterDescriptor desc)protected voidNXAuditEventsService. doUnregisterAdapter(AdapterDescriptor desc)
-