Interface WorkflowComparatorFactory
@ProviderType
public interface WorkflowComparatorFactory
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition>getDefinitionModifiedDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition>getDefinitionNameComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance>getInstanceCompletedComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance>getInstanceEndDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance>getInstanceStartDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance>getInstanceStateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog>getLogCreateDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog>getLogUserIdComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskCompletionDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskCreateDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskDueDateComparator(boolean ascending) default com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskInstanceIdComparator(boolean ascending) default com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskModifiedDateComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskNameComparator(boolean ascending) com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask>getTaskUserIdComparator(boolean ascending)
-
Method Details
-
getDefinitionModifiedDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> getDefinitionModifiedDateComparator(boolean ascending) -
getDefinitionNameComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowDefinition> getDefinitionNameComparator(boolean ascending) -
getInstanceCompletedComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> getInstanceCompletedComparator(boolean ascending) -
getInstanceEndDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> getInstanceEndDateComparator(boolean ascending) -
getInstanceStartDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> getInstanceStartDateComparator(boolean ascending) -
getInstanceStateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowInstance> getInstanceStateComparator(boolean ascending) -
getLogCreateDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> getLogCreateDateComparator(boolean ascending) -
getLogUserIdComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowLog> getLogUserIdComparator(boolean ascending) -
getTaskCompletionDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskCompletionDateComparator(boolean ascending) -
getTaskCreateDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskCreateDateComparator(boolean ascending) -
getTaskDueDateComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskDueDateComparator(boolean ascending) -
getTaskInstanceIdComparator
default com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskInstanceIdComparator(boolean ascending) -
getTaskModifiedDateComparator
default com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskModifiedDateComparator(boolean ascending) -
getTaskNameComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskNameComparator(boolean ascending) -
getTaskUserIdComparator
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.workflow.WorkflowTask> getTaskUserIdComparator(boolean ascending)
-