Uses of Interface
ch.ivyteam.ivy.workflow.query.CaseQuery.INumberColumnFilterQuery
Packages that use CaseQuery.INumberColumnFilterQuery
-
Uses of CaseQuery.INumberColumnFilterQuery in ch.ivyteam.ivy.workflow.query
Methods in ch.ivyteam.ivy.workflow.query that return CaseQuery.INumberColumnFilterQueryModifier and TypeMethodDescriptionCaseQuery.ICustomFieldFilterQuery.anyNumberField()Adds a filter condition that selects any customNumberfield.CaseQuery.FilterQuery.businessRuntime()CaseQuery.IFilterableColumns.businessRuntime()Prepares a where statement for the columnBusinessRuntime.
Must be followed by a call to a condition method.CaseQuery.IFilterableColumns.customDecimalField1()Deprecated.CaseQuery.IFilterableColumns.customDecimalField2()Deprecated.useinsteadcustomField().numberField("CustomDecimalField2")CaseQuery.IFilterableColumns.customDecimalField3()Deprecated.useinsteadcustomField().numberField("CustomDecimalField3")CaseQuery.IFilterableColumns.customDecimalField4()Deprecated.useinsteadcustomField().numberField("CustomDecimalField4")CaseQuery.IFilterableColumns.customDecimalField5()Deprecated.useinsteadcustomField().numberField("CustomDecimalField5")CaseQuery.ICustomFieldFilterQuery.numberField(String fieldName) Adds a filter condition that selects a customNumberfield with given namefieldName.CaseQuery.FilterQuery.workingTime()CaseQuery.IFilterableColumns.workingTime()Prepares a where statement for the columnWorkingTime.
Must be followed by a call to a condition method.
insteadcustomField().numberField("CustomDecimalField1")