Package org.nuxeo.ecm.platform.audit.api
Interface ExtendedInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ESExtendedInfo
,ExtendedInfoImpl
,ExtendedInfoImpl.BlobInfo
,ExtendedInfoImpl.BooleanInfo
,ExtendedInfoImpl.DateInfo
,ExtendedInfoImpl.DoubleInfo
,ExtendedInfoImpl.LongInfo
,ExtendedInfoImpl.StringInfo
,MongoDBExtendedInfo
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, it is not useful anymore
Extended audit info entities, used to persist contributed extended information.
- Author:
- Stephane Lacoin (Nuxeo EP software engineer)
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.<T> T
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getId
Long getId()Deprecated, for removal: This API element is subject to removal in a future version. -
setId
Deprecated, for removal: This API element is subject to removal in a future version. -
getSerializableValue
Serializable getSerializableValue()Deprecated, for removal: This API element is subject to removal in a future version. -
getValue
Deprecated, for removal: This API element is subject to removal in a future version.
-