Interface LinkedResourcesSelector


public interface LinkedResourcesSelector
Since:
3.17.1
  • Method Details

    • workItemId

      @NotNull IterableWithSize<LinkedResource> workItemId(@NotNull String projectId, @NotNull String objectId)
      Returns Resource Traceability links for the specified Work Item id.
      Parameters:
      projectId - The Work Item's project id.
      objectId - The Work Item id.
      Returns:
      iterable with links.
    • workItemIds

      @NotNull IterableWithSize<LinkedResource> workItemIds(@NotNull String projectId, @NotNull Iterable<String> objectIds)
      Returns Resource Traceability links for the specified Work Item ids.
      Parameters:
      projectId - The Work Items' project id.
      objectIds - The WorkItems' ids.
      Returns:
      iterable with links.
    • objects

      @NotNull <T extends ModelObject> IterableWithSize<LinkedResource> objects(@NotNull Iterable<T> objects)
      Returns Resource Traceability links for the specified model objects supported by the Resource Traceability feature.
      Parameters:
      objects - The model objects.
      Returns:
      iterable with links.
    • project

      @NotNull IterableWithSize<LinkedResource> project(@NotNull String projectId)
      Returns Resource Traceability links for the specified project.
      Parameters:
      projectId - The model objects' project.
      Returns:
      iterable with links.