Class ExtendedInfoImpl
java.lang.Object
org.nuxeo.ecm.platform.audit.impl.ExtendedInfoImpl
- All Implemented Interfaces:
Serializable
,ExtendedInfo
- Direct Known Subclasses:
ExtendedInfoImpl.BlobInfo
,ExtendedInfoImpl.BooleanInfo
,ExtendedInfoImpl.DateInfo
,ExtendedInfoImpl.DoubleInfo
,ExtendedInfoImpl.LongInfo
,ExtendedInfoImpl.StringInfo
@Entity
@Deprecated(since="2025.0",
forRemoval=true)
public class ExtendedInfoImpl
extends Object
implements ExtendedInfo
Deprecated, 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-sql
Extended audit info entities, used to persist contributed extended information.
- Author:
- Stephane Lacoin (Nuxeo EP software engineer)
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version.static class
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendedInfoImpl
createExtendedInfo
(Serializable value) Deprecated, for removal: This API element is subject to removal in a future version.getId()
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.toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ExtendedInfoImpl
protected ExtendedInfoImpl()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createExtendedInfo
Deprecated, for removal: This API element is subject to removal in a future version. -
getId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getId
in interfaceExtendedInfo
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setId
in interfaceExtendedInfo
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
getSerializableValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getSerializableValue
in interfaceExtendedInfo
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getValue
in interfaceExtendedInfo
-