Interface RelLink


@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface RelLink
Defines a relationship between two topic URLs. The source URL refers to the target URL.
  • Method Details

    • getSourceURL

      URL getSourceURL()
      Returns:
      Returns the source URL.
    • getTargetURL

      URL getTargetURL()
      Returns:
      Returns the target URL.
    • getTargetScope

      String getTargetScope()
      Get the scope of the target resource.
      Returns:
      The scope of the target resource.
    • getTargetFormat

      String getTargetFormat()
      Get the format of the target resource.
      Returns:
      The format of the target resource.
    • getTargetDefinitionLocation

      URL getTargetDefinitionLocation()
      Returns:
      Returns the target definition location.