Interface PlanRepositoryLinkDto

  • All Known Implementing Classes:
    PlanRepositoryLinkDtoImpl

    public interface PlanRepositoryLinkDto
    Represents relationship between Plan and Source Repositories in light form: just the ids.
    Since:
    9.3
    • Method Detail

      • getPlanId

        long getPlanId()
      • getRepositoryDataId

        long getRepositoryDataId()
      • getParentRepositoryId

        @Nullable
        @Nullable Long getParentRepositoryId()
      • getPosition

        int getPosition()
        Returns:
        position of the repository in the plan repository list