Uses of Class
org.nuxeo.ecm.platform.audit.service.extension.ExtendedInfoDescriptor
-
Packages that use ExtendedInfoDescriptor Package Description org.nuxeo.ecm.platform.audit.service org.nuxeo.ecm.platform.audit.service.extension -
-
Uses of ExtendedInfoDescriptor in org.nuxeo.ecm.platform.audit.service
Fields in org.nuxeo.ecm.platform.audit.service with type parameters of type ExtendedInfoDescriptor Modifier and Type Field Description protected Map<String,List<ExtendedInfoDescriptor>>
NXAuditEventsService. eventExtendedInfoDescriptors
protected Set<ExtendedInfoDescriptor>
NXAuditEventsService. extendedInfoDescriptors
Methods in org.nuxeo.ecm.platform.audit.service that return types with arguments of type ExtendedInfoDescriptor Modifier and Type Method Description Map<String,List<ExtendedInfoDescriptor>>
NXAuditEventsService. getEventExtendedInfoDescriptors()
Set<ExtendedInfoDescriptor>
NXAuditEventsService. getExtendedInfoDescriptors()
Methods in org.nuxeo.ecm.platform.audit.service with parameters of type ExtendedInfoDescriptor Modifier and Type Method Description protected void
NXAuditEventsService. doRegisterExtendedInfo(ExtendedInfoDescriptor desc)
protected void
NXAuditEventsService. doUnregisterExtendedInfo(ExtendedInfoDescriptor desc)
void
ExtendedInfoInjector. injectExtendedInfo(Map<String,ExtendedInfo> info, ExtendedInfoDescriptor descriptor, ExtendedInfoContext context)
Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type ExtendedInfoDescriptor Modifier and Type Method Description protected void
AbstractAuditBackend. populateExtendedInfo(LogEntry entry, DocumentModel source, ExpressionContext context, Collection<ExtendedInfoDescriptor> extInfos)
-
Uses of ExtendedInfoDescriptor in org.nuxeo.ecm.platform.audit.service.extension
Fields in org.nuxeo.ecm.platform.audit.service.extension with type parameters of type ExtendedInfoDescriptor Modifier and Type Field Description protected List<ExtendedInfoDescriptor>
EventDescriptor. extendedInfoDescriptors
Methods in org.nuxeo.ecm.platform.audit.service.extension that return types with arguments of type ExtendedInfoDescriptor Modifier and Type Method Description List<ExtendedInfoDescriptor>
EventDescriptor. getExtendedInfoDescriptors()
Method parameters in org.nuxeo.ecm.platform.audit.service.extension with type arguments of type ExtendedInfoDescriptor Modifier and Type Method Description void
EventDescriptor. setExtendedInfoDescriptors(List<ExtendedInfoDescriptor> extendedInfoDescriptors)
-