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, toStringpublic WorkflowLogCreateDateComparator(boolean ascending,
String orderByAsc,
String orderByDesc,
String[] orderByFields)
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>