public interface ProjectAndTaskFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesAllowProject(ProjectView project)
Determines if the specified project should be allowed or not.
|
boolean |
doesAllowTask(TaskView task)
Determines if the specified task should be allowed or not.
|
boolean doesAllowProject(ProjectView project)
project - the project in questionboolean doesAllowTask(TaskView task)
task - the task in questionCopyright © 2013. All rights reserved