Try OpenEdge Now
skip to main content
ABL Reference
Class, Interface, and Enumeration Reference : Progress.BPM.Filter.TaskPriorityFilter class
 

Progress.BPM.Filter.TaskPriorityFilter class

Provides a way to test whether the Priority property of a Progress.BPM.Task object matches a given character expression. The value is passed to the class's constructor; the comparison occurs when the Is( ) method is called on the Progress.BPM.Filter.TaskPriorityFilter object.
This class implements the Progress.BPM.Filter.ITaskFilter interface. The class can be extended.

Serializable:

No

Constructor

PUBLIC TaskPriorityFilter( INPUT ComparisonValue AS CHAR)
ComparisonValue
A CHARACTER expression that will be compared to the Priority property of the Progress.BPM.Task object that is passed to the Is( ) method of the class, to determine whether the Task satisfies the filter.

Protected Properties

Public Methods