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 ExtendedInfoAuditLogger. 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 voidLogEntry. 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 classExtendedInfoImplExtended audit info entities, used to persist contributed extended information.static classExtendedInfoImpl.BlobInfostatic classExtendedInfoImpl.BooleanInfostatic classExtendedInfoImpl.DateInfostatic classExtendedInfoImpl.DoubleInfostatic classExtendedInfoImpl.LongInfostatic classExtendedInfoImpl.StringInfoMethods 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 voidLogEntryImpl. 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 ExtendedInfoExtendedInfoDeserializer. 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 voidExtendedInfoSerializer. 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 ExtendedInfoAbstractAuditBackend. newExtendedInfo(Serializable value)ExtendedInfoDefaultAuditBackend. newExtendedInfo(Serializable value)Method parameters in org.nuxeo.ecm.platform.audit.service with type arguments of type ExtendedInfo Modifier and Type Method Description voidExtendedInfoInjector. 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 classESExtendedInfoExtended info for theESAuditBackend.Methods in org.nuxeo.elasticsearch.audit that return ExtendedInfo Modifier and Type Method Description ExtendedInfoESAuditBackend. 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 classMongoDBExtendedInfoExtended info for theMongoDBExtendedInfo.Methods in org.nuxeo.mongodb.audit that return ExtendedInfo Modifier and Type Method Description ExtendedInfoMongoDBAuditBackend. 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)
-