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