public class FilterResourceAssignByTask extends Object implements ICondition
Filter resource assignments by task.
Constructor and Description |
---|
FilterResourceAssignByTask(Task task)
Creates filter of resource assignments for the specified task.
|
Modifier and Type | Method and Description |
---|---|
boolean |
check(Object el)
Returns true if a specified resource assignment belongs to a task.
|
public FilterResourceAssignByTask(Task task)
Creates filter of resource assignments for the specified task.
task
- Task to filter.public boolean check(Object el)
Returns true if a specified resource assignment belongs to a task.
check
in interface ICondition
el
- Resourse assignment to check.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.