Provides a way to test whether the TimeStarted property of a Progress.BPM.Task object has a given relationship to a certain value. The required relationship is specified by the Relationship argument that is passed to the constructor; the comparison value is also passed to the constructor.The test occurs when the Is( ) method for the Progress.BPM.Filter.TaskTimeStartedFilter is called. The Progress.BPM.Task TimeStarted property is presumed to be to the left of the relationship operator, with the comparison value to the right (Task:TimeStarted > ComparisonValue, for example).This class implements the Progress.BPM.Filter.ITaskFilter interface. The class can be extended.
PUBLIC TaskTimeStartedFilter( INPUT Relationship AS CHAR,
INPUT ComparisonValue AS DATETIME )A DATETIME expression that will be compared to the TimeStarted 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.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |