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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java75 private String sortBy; field in class:LogQuery
87 this.sortBy = null;
101 this.sortBy = null;
132 this.sortBy = sortingBy;
227 this.sortBy = fieldName;
236 return (this.sortBy);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java75 private String sortBy; field in class:LogQuery
87 this.sortBy = null;
101 this.sortBy = null;
132 this.sortBy = sortingBy;
227 this.sortBy = fieldName;
236 return (this.sortBy);

Completed in 246 milliseconds