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