Class WorkflowDefinitionModifiedDateComparator
Object
com.liferay.portal.kernel.util.OrderByComparator<WorkflowDefinition>
com.liferay.portal.kernel.workflow.comparator.WorkflowDefinitionModifiedDateComparator
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo
,Serializable
,Comparator<WorkflowDefinition>
- Author:
- Nara Andrade
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDefinitionModifiedDateComparator
(boolean ascending, String orderByAsc, String orderByDesc, String[] orderByFields) -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(WorkflowDefinition workflowDefinition1, WorkflowDefinition workflowDefinition2) String[]
boolean
Methods inherited from class com.liferay.portal.kernel.util.OrderByComparator
getOrderByConditionFields, getOrderByConditionValues, isAscending, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
WorkflowDefinitionModifiedDateComparator
-
-
Method Details
-
compare
-
getOrderBy
- Overrides:
getOrderBy
in classOrderByComparator<WorkflowDefinition>
-
getOrderByFields
- Specified by:
getOrderByFields
in interfacecom.liferay.petra.sql.dsl.query.sort.OrderByInfo
- Overrides:
getOrderByFields
in classOrderByComparator<WorkflowDefinition>
-
isAscending
public boolean isAscending()- Overrides:
isAscending
in classOrderByComparator<WorkflowDefinition>
-