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. eventExtendedInfoDescriptorsprotected Set<ExtendedInfoDescriptor>NXAuditEventsService. extendedInfoDescriptorsMethods 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 voidNXAuditEventsService. doRegisterExtendedInfo(ExtendedInfoDescriptor desc)protected voidNXAuditEventsService. doUnregisterExtendedInfo(ExtendedInfoDescriptor desc)voidExtendedInfoInjector. 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 voidAbstractAuditBackend. 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. extendedInfoDescriptorsMethods 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 voidEventDescriptor. setExtendedInfoDescriptors(List<ExtendedInfoDescriptor> extendedInfoDescriptors)
-