Uses of Enum Class
ch.ivyteam.ivy.persistence.OrderDirection
Packages that use OrderDirection
Package
Description
-
Uses of OrderDirection in ch.ivyteam.ivy.jsf.primefaces.sort
Methods in ch.ivyteam.ivy.jsf.primefaces.sort that return OrderDirection -
Uses of OrderDirection in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return OrderDirectionMethods in ch.ivyteam.ivy.workflow with parameters of type OrderDirectionModifier and TypeMethodDescriptionstatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder.create(T property, OrderDirection orderDirection) Creates a PropertyOrder list with one propertystatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder.create(T property1, OrderDirection orderDirection1, T property2, OrderDirection orderDirection2) Creates a PropertyOrder liststatic <T extends IProperty>
List<PropertyOrder<T>>PropertyOrder.create(T property1, OrderDirection orderDirection1, T property2, OrderDirection orderDirection2, T property3, OrderDirection orderDirection3) Creates a PropertyOrder listIWorkflowContext.findCaseCategories(IPropertyFilter<CaseProperty> categoryFilter, CaseProperty categoryProperty, OrderDirection categoryPropertyOrder) Deprecated, for removal: This API element is subject to removal in a future version.IWorkflowContext.findTaskCategories(IPropertyFilter<TaskProperty> categoryFilter, TaskProperty categoryProperty, OrderDirection categoryPropertyOrder) Deprecated, for removal: This API element is subject to removal in a future version.useCategoryTree.createFor(TaskQuery)insteadConstructors in ch.ivyteam.ivy.workflow with parameters of type OrderDirectionModifierConstructorDescriptionPropertyOrder(T property, OrderDirection orderDirection) Constructor
CategoryTree.createFor(CaseQuery)instead