Interface HasRelativePath
- All Known Subinterfaces:
HasNameAndSpaceReference
- All Known Implementing Classes:
BaselineCollectionReference
,BaselineReference
,CategoryReference
,DocumentReference
,PlanReference
,RichPageReference
,TestRunReference
,TimePointReference
,WikiPageReference
,WorkItemReference
public interface HasRelativePath
- Since:
- 3.9.1
-
Method Summary
Modifier and TypeMethodDescriptiontoRelativePath
(String baseProjectId) Returns type specific unique relative path identifying the referenced object relative to the given project or global scope.
-
Method Details
-
toRelativePath
Returns type specific unique relative path identifying the referenced object relative to the given project or global scope.- Parameters:
baseProjectId
- - null means global scope
-