Uses of Class
org.jbpm.workbench.cm.util.CaseInstanceSortBy
-
Packages that use CaseInstanceSortBy Package Description org.jbpm.workbench.cm.util -
-
Uses of CaseInstanceSortBy in org.jbpm.workbench.cm.util
Methods in org.jbpm.workbench.cm.util that return CaseInstanceSortBy Modifier and Type Method Description CaseInstanceSortByCaseInstanceSearchRequest. getSortBy()static CaseInstanceSortByCaseInstanceSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static CaseInstanceSortBy[]CaseInstanceSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.workbench.cm.util with parameters of type CaseInstanceSortBy Modifier and Type Method Description voidCaseInstanceSearchRequest. setSortBy(CaseInstanceSortBy sortBy)
-