Class WorkflowInstanceCompletedComparator
Object
com.liferay.portal.kernel.util.OrderByComparator<WorkflowInstance>
com.liferay.portal.kernel.workflow.comparator.WorkflowInstanceCompletedComparator
- All Implemented Interfaces:
com.liferay.petra.sql.dsl.query.sort.OrderByInfo
,Serializable
,Comparator<WorkflowInstance>
- Author:
- InĂ¡cio Nery
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowInstanceCompletedComparator
(boolean ascending, String orderByAsc, String orderByDesc, String[] orderByFields) -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(WorkflowInstance workflowInstance1, WorkflowInstance workflowInstance2) 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
-
WorkflowInstanceCompletedComparator
-
-
Method Details
-
compare
-
getOrderBy
- Overrides:
getOrderBy
in classOrderByComparator<WorkflowInstance>
-
getOrderByFields
- Specified by:
getOrderByFields
in interfacecom.liferay.petra.sql.dsl.query.sort.OrderByInfo
- Overrides:
getOrderByFields
in classOrderByComparator<WorkflowInstance>
-
isAscending
public boolean isAscending()- Overrides:
isAscending
in classOrderByComparator<WorkflowInstance>
-