public interface PlanDependencyDao extends BambooObjectDao
Modifier and Type | Method and Description |
---|---|
Collection<PlanDependency> |
findAllDependencies() |
Collection<PlanDependency> |
getChildNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
getChildPlanDependencies(PlanIdentifier plan)
Retrievs all plan dependencies in which the given plan features as a parent
|
Collection<PlanDependency> |
getParentNonEditableDependencies(PlanIdentifier plan) |
Collection<PlanDependency> |
getParentPlanDependencies(PlanIdentifier plan)
Retrievs all plan dependencies in which the given plan features as a child
|
void |
removeDependenciesForPlan(PlanIdentifier plan)
Deletes any existing dependency featuring the given plan.
|
findById
@NotNull Collection<PlanDependency> getChildPlanDependencies(@NotNull PlanIdentifier plan)
plan
- - the parent@NotNull Collection<PlanDependency> getParentPlanDependencies(@NotNull PlanIdentifier plan)
plan
- - the childvoid removeDependenciesForPlan(@NotNull PlanIdentifier plan)
plan
- to be removed@NotNull Collection<PlanDependency> findAllDependencies()
Collection<PlanDependency> getChildNonEditableDependencies(PlanIdentifier plan)
plan
- to find children ofCollection<PlanDependency> getParentNonEditableDependencies(PlanIdentifier plan)
plan
- to find parents ofCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.