Interface OslcResources


public interface OslcResources
Since:
3.22.1
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    prefetchOslcResources(Iterable<? extends WorkItem> workItems)
    This fetches the linked OSLC resources from the remote application, using multiple threads, and stores them in the cache.
  • Method Details

    • prefetchOslcResources

      int prefetchOslcResources(@NotNull Iterable<? extends WorkItem> workItems)
      This fetches the linked OSLC resources from the remote application, using multiple threads, and stores them in the cache. This helps to improve the performance of the rendering of the OSLC resources during the Live Report rendering.
      Parameters:
      workItems - Ordered list of Polarion Work Items.
      Returns:
      Count of the Work Items for which the OSLC resources were prefetched.
      Since:
      3.22.1