Interface RtObjectReference


public interface RtObjectReference
A link reference to a Polarion object.
Since:
3.17.0
  • Method Details

    • getObjectType

      @NotNull RtObjectType getObjectType()
      Returns:
      the referenced object's type.
    • toPath

      @NotNull String toPath()
      Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId', the getObjectRevision() is not included in the result.
    • getObjectRevision

      @Nullable String getObjectRevision()
      Returns:
      the specific revision of the referenced object or null if it refers to the latest revision.