Modifier and Type | Method and Description |
---|---|
ExtendedInfo |
AuditLogger.newExtendedInfo(Serializable value)
Create a new ExtendedInfo instance
|
Modifier and Type | Method and Description |
---|---|
Map<String,ExtendedInfo> |
LogEntry.getExtendedInfos() |
Modifier and Type | Method and Description |
---|---|
void |
LogEntry.setExtendedInfos(Map<String,ExtendedInfo> infos) |
Modifier and Type | Class and 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 |
Modifier and Type | Method and Description |
---|---|
Map<String,ExtendedInfo> |
LogEntryImpl.getExtendedInfos() |
Modifier and Type | Method and Description |
---|---|
void |
LogEntryImpl.setExtendedInfos(Map<String,ExtendedInfo> infos) |
Modifier and Type | Method and Description |
---|---|
ExtendedInfo |
DefaultAuditBackend.newExtendedInfo(Serializable value) |
abstract ExtendedInfo |
AbstractAuditBackend.newExtendedInfo(Serializable value) |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedInfoInjector.injectExtendedInfo(Map<String,ExtendedInfo> info,
ExtendedInfoDescriptor descriptor,
ExtendedInfoContext context) |
Modifier and Type | Class and Description |
---|---|
class |
ESExtendedInfo
Extended info for the
ESAuditBackend . |
Modifier and Type | Method and Description |
---|---|
ExtendedInfo |
ESAuditBackend.newExtendedInfo(Serializable value) |
Modifier and Type | Method and Description |
---|---|
static Map<String,ExtendedInfo> |
AuditEntryJSONReader.readExtendedInfo(LogEntryImpl entry,
org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.ObjectMapper objectMapper) |
Copyright © 2015 Nuxeo SA. All rights reserved.