java.lang.Object
org.nuxeo.ecm.automation.core.operations.services.AuditQuery

@Deprecated(since="2025.0", forRemoval=true) public class AuditQuery extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, use AuditPageProviderOperation instead
Author:
Bogdan Stefanescu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected AuditReader
    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.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected String
    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
    protected Object
    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.
     
    run()
    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

    • ID

      public static final String ID
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • audit

      protected AuditReader audit
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ctx

      protected OperationContext ctx
      Deprecated, for removal: This API element is subject to removal in a future version.
    • query

      protected String query
      Deprecated, for removal: This API element is subject to removal in a future version.
    • pageNo

      protected int pageNo
      Deprecated, for removal: This API element is subject to removal in a future version.
    • maxResults

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

    • AuditQuery

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

    • run

      public Blob run() throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Throws:
      IOException
    • query

      public List<LogEntry> query()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • mapValue

      protected Object mapValue(Object value)
      Deprecated, for removal: This API element is subject to removal in a future version.