public class WorkflowLogCreateDateComparator extends OrderByComparator<WorkflowLog>
Constructor and Description |
---|
WorkflowLogCreateDateComparator(boolean ascending,
String orderByAsc,
String orderByDesc,
String[] orderByFields) |
Modifier and Type | Method and Description |
---|---|
int |
compare(WorkflowLog workflowLog1,
WorkflowLog workflowLog2) |
String |
getOrderBy() |
String[] |
getOrderByFields() |
boolean |
isAscending() |
getOrderByConditionFields, getOrderByConditionValues, isAscending, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public int compare(WorkflowLog workflowLog1, WorkflowLog workflowLog2)
public String getOrderBy()
getOrderBy
in class OrderByComparator<WorkflowLog>
public String[] getOrderByFields()
getOrderByFields
in class OrderByComparator<WorkflowLog>
public boolean isAscending()
isAscending
in class OrderByComparator<WorkflowLog>