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.NullInfo,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 classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic ExtendedInfoImplcreateExtendedInfo(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> TDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, 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:
getIdin interfaceExtendedInfo
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setIdin 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:
getSerializableValuein interfaceExtendedInfo
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getValuein interfaceExtendedInfo
-