Class ESExtendedInfo

java.lang.Object
org.nuxeo.audit.elasticsearch.ESExtendedInfo
All Implemented Interfaces:
Serializable, ExtendedInfo

@Deprecated(since="2025.0", forRemoval=true) public class ESExtendedInfo extends Object implements ExtendedInfo
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, to follow ExtendedInfo deprecation
Extended info for the OpenSearchAuditBackend.
Since:
7.10
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • 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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • value

      protected Serializable value
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ESExtendedInfo

      public ESExtendedInfo(Serializable value)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getId

      public Long getId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getId in interface ExtendedInfo
    • setId

      public void setId(Long id)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      setId in interface ExtendedInfo
    • getSerializableValue

      public Serializable getSerializableValue()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getSerializableValue in interface ExtendedInfo
    • getValue

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