Class AuditQuery
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.services.AuditQuery
-
public class AuditQuery extends Object
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditReader
audit
protected OperationContext
ctx
static String
ID
protected int
maxResults
protected int
pageNo
protected String
query
-
Constructor Summary
Constructors Constructor Description AuditQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LogEntry>
query()
Blob
run()
protected void
setQueryParam(javax.persistence.Query q, String key, Object value)
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
audit
protected AuditReader audit
-
ctx
protected OperationContext ctx
-
query
protected String query
-
pageNo
protected int pageNo
-
maxResults
protected int maxResults
-
-
Method Detail
-
run
public Blob run() throws IOException
- Throws:
IOException
-
-