Top Method Summary
Options Name Purpose
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Eq (integer) Adds an Eq filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Ge (integer) Adds a Ge filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Gt (integer) Adds a Gt filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery InList (integer[]) Adds an InList filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery InRange (integer, integer) Adds an InRange filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Le (integer) Adds a Le filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Lt (integer) Adds a Lt filter condition
Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Ne (integer) Adds a Ne filter condition

Top Constructor Summary
Options Name Purpose
SmartWorkflowQueryIntegerPredicate (SmartWorkflowQuery, character) Constructor for the SmartWorkflowQueryIntegerPredicate class


Method Detail
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Eq (integer)

Purpose: Adds an Eq filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Ge (integer)

Purpose: Adds a Ge filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Gt (integer)

Purpose: Adds a Gt filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery InList (integer[])

Purpose: Adds an InList filter condition
Notes:

Parameters:
piValues INTEGER
The array of reference values
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery InRange (integer, integer)

Purpose: Adds an InRange filter condition
Notes:

Parameters:
piValue1 INTEGER
The reference value for the lower boundary
piValue2 INTEGER
The reference value for the upper boundary
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Le (integer)

Purpose: Adds a Le filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Lt (integer)

Purpose: Adds a Lt filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry
Top

Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery Ne (integer)

Purpose: Adds a Ne filter condition
Notes:

Parameters:
piValue INTEGER
The reference value
Returns Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The new query entry


Constructor Detail
Top

SmartWorkflowQueryIntegerPredicate (SmartWorkflowQuery, character)

Purpose: Constructor for the SmartWorkflowQueryIntegerPredicate class
Notes:

Parameters:
poParent Consultingwerk.SmartFramework.Workflow.SmartWorkflowQuery
The reference to the table query builder instance
pcFieldName CHARACTER
The name of the field


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:07