Interface OslcResource

All Superinterfaces:
CanRender<RemoteDataRenderer<?>>

public interface OslcResource extends CanRender<RemoteDataRenderer<?>>
Since:
3.19.0
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the URI of the remote resource.
    This method returns the external property of the remote resource.

    Methods inherited from interface com.polarion.alm.shared.api.model.CanRender

    render
  • Method Details

    • getUri

      @NotNull String getUri()
      This method returns the URI of the remote resource.
      Returns:
      The URI of the resource.
    • property

      @NotNull OslcResourceProperty property(@NotNull String name)
      This method returns the external property of the remote resource.
      Parameters:
      name - The name of the property.
      Returns:
      External property of the remote resource.
      Since:
      3.21.2