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(since="2025.0", forRemoval=true) public interface ExtendedInfo extends Serializable
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 Type
    Method
    Description
    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
    getValue(Class<T> clazz)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setId(Long id)
    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

      void setId(Long id)
      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

      <T> T getValue(Class<T> clazz)
      Deprecated, for removal: This API element is subject to removal in a future version.