Searched defs:LogQuery (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java25 * $Id: LogQuery.java,v 1.4 2008/06/25 05:43:35 qcheng Exp $
37 * LogQuery defines the query format that the reader api supports.
46 public class LogQuery { class
82 public LogQuery() { method in class:LogQuery
83 this.maxRecord = LogQuery.MOST_RECENT_MAX_RECORDS;
84 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
96 public LogQuery(int max_record) { method in class:LogQuery
98 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
114 public LogQuery(int max_Record, int matchCriteria, String sortingBy) method in class:LogQuery
116 if (max_Record < LogQuery
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java25 * $Id: LogQuery.java,v 1.4 2008/06/25 05:43:35 qcheng Exp $
37 * LogQuery defines the query format that the reader api supports.
46 public class LogQuery { class
82 public LogQuery() { method in class:LogQuery
83 this.maxRecord = LogQuery.MOST_RECENT_MAX_RECORDS;
84 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
96 public LogQuery(int max_record) { method in class:LogQuery
98 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
114 public LogQuery(int max_Record, int matchCriteria, String sortingBy) method in class:LogQuery
116 if (max_Record < LogQuery
[all...]

Completed in 28 milliseconds