Uses of Interface
org.nuxeo.ecm.platform.audit.api.ExtendedInfo
-
-
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.api
Methods in org.nuxeo.ecm.platform.audit.api that return ExtendedInfo Modifier and Type Method Description ExtendedInfo
AuditLogger. newExtendedInfo(Serializable value)
Create a new ExtendedInfo instanceMethods in org.nuxeo.ecm.platform.audit.api that return types with arguments of type ExtendedInfo Modifier and Type Method Description Map<String,ExtendedInfo>
LogEntry. getExtendedInfos()
Method parameters in org.nuxeo.ecm.platform.audit.api with type arguments of type ExtendedInfo Modifier and Type Method Description void
LogEntry. setExtendedInfos(Map<String,ExtendedInfo> infos)
-
Uses of ExtendedInfo in org.nuxeo.ecm.platform.audit.impl
Classes in org.nuxeo.ecm.platform.audit.impl that implement ExtendedInfo Modifier and Type Class Description class
ExtendedInfoImpl
Extended audit info entities, used to persist contributed extended information.static class
ExtendedInfoImpl.BlobInfo
static class
ExtendedInfoImpl.BooleanInfo
static class
ExtendedInfoImpl.DateInfo
static class
ExtendedInfoImpl.DoubleInfo
static class
ExtendedInfoImpl.LongInfo
static class
ExtendedInfoImpl.StringInfo
Methods in org.nuxeo.ecm.platform.audit.impl that return types with arguments of type ExtendedInfo Modifier and Type Method Description Map<String,ExtendedInfo>
LogEntryImpl. getExtendedInfos()
Method parameters in org.nuxeo.ecm.platform.audit.impl with type arguments of type ExtendedInfo Modifier and Type Method Description void
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 ExtendedInfo Modifier and Type Method Description ExtendedInfo
ExtendedInfoDeserializer. 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 ExtendedInfo Modifier and Type Method Description void
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 ExtendedInfo Modifier and Type Method Description abstract ExtendedInfo
AbstractAuditBackend. newExtendedInfo(Serializable value)
ExtendedInfo
DefaultAuditBackend. newExtendedInfo(Serializable value)
Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type ExtendedInfo Modifier and Type Method Description void
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 ExtendedInfo Modifier and Type Class Description class
ESExtendedInfo
Extended info for theESAuditBackend
.Methods in org.nuxeo.elasticsearch.audit that return ExtendedInfo Modifier and Type Method Description ExtendedInfo
ESAuditBackend. newExtendedInfo(Serializable value)
-
Uses of ExtendedInfo in org.nuxeo.elasticsearch.audit.io
Methods in org.nuxeo.elasticsearch.audit.io that return types with arguments of type ExtendedInfo Modifier and Type Method Description static 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 ExtendedInfo Modifier and Type Class Description class
MongoDBExtendedInfo
Extended info for theMongoDBExtendedInfo
.Methods in org.nuxeo.mongodb.audit that return ExtendedInfo Modifier and Type Method Description ExtendedInfo
MongoDBAuditBackend. newExtendedInfo(Serializable value)
Methods in org.nuxeo.mongodb.audit that return types with arguments of type ExtendedInfo Modifier and Type Method Description static Map<String,ExtendedInfo>
MongoDBAuditEntryReader. readExtendedInfo(org.bson.Document extInfos)
-