Previous Next

Progress.BPM.Filter.TaskActivityFilter class
Provides a way to test whether the ActivityName 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.TaskActivityFilter object.
This class implements the Progress.BPM.Filter.ITaskFilter interface. The class can be extended.
Constructor

PUBLIC  TaskActivityFilter( INPUT ComparisonValue AS CHAR)
ComparisonValue
A CHARACTER expression that will be compared to the ActivityName 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
 

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.