Uses of Interface
org.nuxeo.ecm.platform.audit.api.ExtendedInfo
Packages that use ExtendedInfo
Package
Description
-
Uses of ExtendedInfo in org.nuxeo.audit.elasticsearch
Classes in org.nuxeo.audit.elasticsearch that implement ExtendedInfoModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExtendedInfo in org.nuxeo.audit.mongodb
Classes in org.nuxeo.audit.mongodb that implement ExtendedInfoModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, to followExtendedInfodeprecation -
Uses of ExtendedInfo in org.nuxeo.audit.service
Methods in org.nuxeo.audit.service that return ExtendedInfoModifier and TypeMethodDescriptionAbstractAuditBackend.newExtendedInfo(Serializable value) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExtendedInfo in org.nuxeo.audit.sql
Methods in org.nuxeo.audit.sql that return ExtendedInfo -
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) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useLogEntryBuilder.extended(String, Object)insteadMethods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type ExtendedInfoModifier and TypeMethodDescriptiondefault Map<String, ExtendedInfo> LogEntry.getExtendedInfos()Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0,ExtendedInfodoesn't need a Java type anymore, useLogEntry.getExtended()insteadMethod parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type ExtendedInfoModifier and TypeMethodDescriptiondefault voidLogEntry.setExtendedInfos(Map<String, ExtendedInfo> infos) Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0,LogEntrybuilt by Nuxeo Platform are now immutable -
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement ExtendedInfoModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, it is not useful anymore except for nuxeo-platform-audit-sqlstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.impl that return types with arguments of type ExtendedInfoModifier and TypeMethodDescriptionLogEntryImpl.getExtendedInfos()Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type ExtendedInfoModifier and TypeMethodDescriptionvoidLogEntryImpl.setExtendedInfos(Map<String, ExtendedInfo> infos) Deprecated, for removal: This API element is subject to removal in a future version. -
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) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.nuxeo.ecm.platform.audit.io with parameters of type ExtendedInfoModifier and TypeMethodDescriptionvoidExtendedInfoSerializer.serialize(ExtendedInfo info, com.fasterxml.jackson.core.JsonGenerator jg, com.fasterxml.jackson.databind.SerializerProvider provider) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.service
Methods in org.nuxeo.ecm.platform.audit.service that return ExtendedInfoModifier and TypeMethodDescriptionabstract ExtendedInfoAbstractAuditBackend.newExtendedInfo(Serializable value) Deprecated, for removal: This API element is subject to removal in a future version.DefaultAuditBackend.newExtendedInfo(Serializable value) 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 ExtendedInfoModifier and TypeMethodDescriptionvoidExtendedInfoInjector.injectExtendedInfo(Map<String, ExtendedInfo> info, ExtendedInfoDescriptor descriptor, ExtendedInfoContext context) Deprecated, for removal: This API element is subject to removal in a future version.
ExtendedInfodeprecation