Uses of Class
org.nuxeo.audit.service.extension.ExtendedInfoDescriptor
Packages that use ExtendedInfoDescriptor
-
Uses of ExtendedInfoDescriptor in org.nuxeo.audit.service.extension
Fields in org.nuxeo.audit.service.extension with type parameters of type ExtendedInfoDescriptorModifier and TypeFieldDescriptionprotected List
<ExtendedInfoDescriptor> EventDescriptor.extendedInfoDescriptors
Methods in org.nuxeo.audit.service.extension that return ExtendedInfoDescriptorMethods in org.nuxeo.audit.service.extension that return types with arguments of type ExtendedInfoDescriptorMethod parameters in org.nuxeo.audit.service.extension with type arguments of type ExtendedInfoDescriptorModifier and TypeMethodDescriptionvoid
EventDescriptor.setExtendedInfoDescriptors
(List<ExtendedInfoDescriptor> extendedInfoDescriptors) -
Uses of ExtendedInfoDescriptor in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type ExtendedInfoDescriptorModifier and TypeMethodDescriptionNXAuditEventsService.getEventExtendedInfoDescriptors()
Deprecated, for removal: This API element is subject to removal in a future version.NXAuditEventsService.getExtendedInfoDescriptors()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.service with parameters of type ExtendedInfoDescriptorModifier and TypeMethodDescriptionvoid
ExtendedInfoInjector.injectExtendedInfo
(Map<String, ExtendedInfo> info, ExtendedInfoDescriptor descriptor, ExtendedInfoContext context) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type ExtendedInfoDescriptorModifier and TypeMethodDescriptionprotected void
AbstractAuditBackend.populateExtendedInfo
(LogEntry entry, DocumentModel source, ExpressionContext context, Collection<ExtendedInfoDescriptor> extInfos) Deprecated, for removal: This API element is subject to removal in a future version.