Interface NameUsageExtensionService<T>

    • Method Detail

      • listByUsage

        PagingResponse<TlistByUsage​(int taxonKey,
                                      @Nullable
                                      Pageable page)
        Returns all extension records for a checklist usage.
        Parameters:
        taxonKey - the usage the extensions are related to
        page - paging parameters or null for first page with default size
        Returns:
        Wrapper that contains a potentially empty component list, but never null