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 TypeMethodDescriptionintcompare(WorkflowDefinition workflowDefinition1, WorkflowDefinition workflowDefinition2) String[]booleanMethods inherited from class com.liferay.portal.kernel.util.OrderByComparator
getOrderByConditionFields, getOrderByConditionValues, isAscending, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
WorkflowDefinitionModifiedDateComparator
-
-
Method Details
-
compare
-
getOrderBy
- Overrides:
getOrderByin classOrderByComparator<WorkflowDefinition>
-
getOrderByFields
- Specified by:
getOrderByFieldsin interfacecom.liferay.petra.sql.dsl.query.sort.OrderByInfo- Overrides:
getOrderByFieldsin classOrderByComparator<WorkflowDefinition>
-
isAscending
public boolean isAscending()- Overrides:
isAscendingin classOrderByComparator<WorkflowDefinition>
-