Interface PlanProjectIndex
-
- All Known Implementing Classes:
PlanProjectIndexer
@Internal public interface PlanProjectIndex
Index of projects content.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends ImmutablePlan>
@NotNull Set<PlanKey>getPlanKeysForProject(long projectId, @NotNull Class<T> planType)
-
-
-
Method Detail
-
getPlanKeysForProject
@NotNull <T extends ImmutablePlan> @NotNull Set<PlanKey> getPlanKeysForProject(long projectId, @NotNull @NotNull Class<T> planType)
-
-