Modifier and Type | Class and Description |
---|---|
class |
And
Applies logical AND to the specified conditions.
|
class |
AndAllCondition
Applies logical AND to all conditions.
|
class |
FilterCriticalTasks
Filters critical tasks.
|
class |
FilterResourceAssignByResource
Filter resource assignments by resource.
|
class |
FilterResourceAssignByTask
Filter resource assignments by task.
|
class |
Not
Applies logical NOT to the specified condition.
|
Modifier and Type | Method and Description |
---|---|
ICondition |
CsvOptions.getFilter()
Filter to be appiled to data before saving.
|
Modifier and Type | Method and Description |
---|---|
static List |
ArrayUtils.filter(List array,
ICondition cond) |
static Task |
TaskUtils.filter(Task root,
ICondition cond)
Builds new tree of tasks which satisfy the condition.
|
static Object |
ArrayUtils.find(List array,
ICondition cond) |
static Task |
TaskUtils.find(Task root,
ICondition cond)
Finds a task which satisfy the condition in a tree of tasks.
|
void |
CsvOptions.setFilter(ICondition value) |
Constructor and Description |
---|
And(ICondition cond1,
ICondition cond2)
Creates new And condition.
|
Not(ICondition condition)
Creates Not condition.
|
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.