Uses of Interface
org.nuxeo.ecm.platform.audit.api.ExtendedInfo
Packages that use ExtendedInfo
Package
Description
-
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api that return ExtendedInfoModifier and TypeMethodDescriptionAuditLogger.newExtendedInfo
(Serializable value) Create a new ExtendedInfo instanceMethods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type ExtendedInfoMethod parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type ExtendedInfo -
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement ExtendedInfoModifier and TypeClassDescriptionclass
Extended audit info entities, used to persist contributed extended information.static class
static class
static class
static class
static class
static class
Methods in org.nuxeo.ecm.platform.audit.impl that return types with arguments of type ExtendedInfoMethod parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type ExtendedInfoModifier and TypeMethodDescriptionvoid
LogEntryImpl.setExtendedInfos
(Map<String, ExtendedInfo> infos) -
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.io
Methods in org.nuxeo.ecm.platform.audit.io that return ExtendedInfoModifier and TypeMethodDescriptionExtendedInfoDeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) Methods in org.nuxeo.ecm.platform.audit.io with parameters of type ExtendedInfoModifier and TypeMethodDescriptionvoid
ExtendedInfoSerializer.serialize
(ExtendedInfo info, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider) -
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service that return ExtendedInfoModifier and TypeMethodDescriptionabstract ExtendedInfo
AbstractAuditBackend.newExtendedInfo
(Serializable value) DefaultAuditBackend.newExtendedInfo
(Serializable value) Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type ExtendedInfoModifier and TypeMethodDescriptionvoid
ExtendedInfoInjector.injectExtendedInfo
(Map<String, ExtendedInfo> info, ExtendedInfoDescriptor descriptor, ExtendedInfoContext context) -
Uses of ExtendedInfo in org.nuxeo.elasticsearch.audit
Classes in org.nuxeo.elasticsearch.audit that implement ExtendedInfoMethods in org.nuxeo.elasticsearch.audit that return ExtendedInfo -
Uses of ExtendedInfo in org.nuxeo.elasticsearch.audit.io
Methods in org.nuxeo.elasticsearch.audit.io that return types with arguments of type ExtendedInfoModifier and TypeMethodDescriptionstatic Map<String,
ExtendedInfo> AuditEntryJSONReader.readExtendedInfo
(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of ExtendedInfo in org.nuxeo.mongodb.audit
Classes in org.nuxeo.mongodb.audit that implement ExtendedInfoMethods in org.nuxeo.mongodb.audit that return ExtendedInfoMethods in org.nuxeo.mongodb.audit that return types with arguments of type ExtendedInfoModifier and TypeMethodDescriptionstatic Map<String,
ExtendedInfo> MongoDBAuditEntryReader.readExtendedInfo
(org.bson.Document extInfos)