public class WorkflowTaskCreateDateComparator extends OrderByComparator<WorkflowTask>
Constructor and Description |
---|
WorkflowTaskCreateDateComparator(boolean ascending,
String orderByAsc,
String orderByDesc,
String[] orderByFields) |
Modifier and Type | Method and Description |
---|---|
int |
compare(WorkflowTask workflowTask1,
WorkflowTask workflowTask2) |
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(WorkflowTask workflowTask1, WorkflowTask workflowTask2)
public String getOrderBy()
getOrderBy
in class OrderByComparator<WorkflowTask>
public String[] getOrderByFields()
getOrderByFields
in class OrderByComparator<WorkflowTask>
public boolean isAscending()
isAscending
in class OrderByComparator<WorkflowTask>