패키지 | com.adobe.ep.taskmanagement.filter |
인터페이스 | public interface IFilter |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Filter
interface is provided to define task filters. The task filters are used to limit the tasks returned by ITaskManager.getTasks(..)
.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
taskTypeName : String
The task type to use to filter the results. | IFilter |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
addCondition(aProperty:IProperty, aComparisonOperator:IComparisonOperator, aComparisonValue:Object):void
Adds a condition to the filter. | IFilter |
속성 세부 정보
taskTypeName | 속성 |
메서드 세부 정보
addCondition | () | 메서드 |
public function addCondition(aProperty:IProperty, aComparisonOperator:IComparisonOperator, aComparisonValue:Object):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Task Management 10 |
런타임 버전: | AIR 2.6, Flash Player 10.2 |
Adds a condition to the filter.
All conditions are combined using the boolean AND operation.
Note: The tasktype filtering can not be specified using the addCondition function. Instead, use the
filter's tasktype
property to specify the tasks of the tasktype to return.
매개 변수
aProperty:IProperty — Specifies the name of the property to use in this condition.
| |
aComparisonOperator:IComparisonOperator — Specifies what operator to use, equals, less_than, etc. See IComparisonOperator and ComparisonOperator for details.
| |
aComparisonValue:Object — Specifies the literal value to use as a comparison value in this condition.
|
Tue Jun 12 2018, 03:17 PM Z