|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilteringPlanManager
Method Summary | ||
---|---|---|
|
getAllPlansForClone(java.lang.Class<T> planType)
Returns all Plan 's filtered by Class Return list filtered to show only plans the current user
is allowed to clone. |
|
|
getRunnablePlansByProject(Project project,
java.lang.Class<T> planType)
Returns all Plan 's filtered by Project and Class . |
Method Detail |
---|
@NotNull <T extends Plan> java.util.List<T> getAllPlansForClone(java.lang.Class<T> planType)
Plan
's filtered by Class
Return list filtered to show only plans the current user
is allowed to clone.
planType
- the class type of the plans you want returned
@NotNull <T extends Plan> java.util.List<T> getRunnablePlansByProject(Project project, java.lang.Class<T> planType)
Plan
's filtered by Project
and Class
. Only plans runnable by user will be
returned.
project
- - that the plans will belong toplanType
- - the type of the plan to retrieve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |