public class AllowAllProjectAndTaskFilter extends Object implements ProjectAndTaskFilter
| Constructor and Description |
|---|
AllowAllProjectAndTaskFilter() |
| 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.
|
public boolean doesAllowProject(ProjectView project)
doesAllowProject in interface ProjectAndTaskFilterproject - the project in questionpublic boolean doesAllowTask(TaskView task)
doesAllowTask in interface ProjectAndTaskFiltertask - the task in questionCopyright © 2013. All rights reserved