Interface RtObjectReference
public interface RtObjectReference
A link reference to a Polarion object.
- Since:
- 3.17.0
-
Method Summary
Modifier and TypeMethodDescriptiontoPath()
Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId', thegetObjectRevision()
is not included in the result.
-
Method Details
-
getObjectType
- Returns:
- the referenced object's type.
-
toPath
Returns type specific unique identification path of the object, for example for Work Items in project it is 'projectId/workItemId', thegetObjectRevision()
is not included in the result. -
getObjectRevision
- Returns:
- the specific revision of the referenced object or null if it refers to the latest revision.
-