Uses of Interface
ch.ivyteam.ivy.workflow.query.TaskQuery.ICustomFieldOrderBy
Packages that use TaskQuery.ICustomFieldOrderBy
-
Uses of TaskQuery.ICustomFieldOrderBy in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return TaskQuery.ICustomFieldOrderByModifier and TypeMethodDescriptionTaskQuery.IOrderByQueryColumns.customField()Adds an order by statement for a custom field in the default direction ascending.
To change the order to descending usecustomField().descending()