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