Uses of Class
com.polarion.alm.shared.api.model.document.DocumentReference
-
Uses of DocumentReference in com.polarion.alm.shared.api.model.document
Modifier and TypeMethodDescriptionstatic DocumentReference
DocumentReference.fromModuleLocation
(String projectId, String moduleLocation, String requestedRevision) static DocumentReference
The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingtoPath()
, but this method works in more user friendly way by filling some missing parts with defaults.static DocumentReference
DocumentReference.fromRelativePath
(String baseProjectId, String path) The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingtoRelativePath(String)
, but this method works in more user friendly way by filling some missing parts with defaults.static DocumentReference
DocumentReference.fromSpaceRelativePath
(SpaceReference baseSpace, String path) The path is trimmed before parsing, so it can contain spaces at the start or end.
The path can be obtained usingtoSpaceRelativePath(SpaceReference)
, but this method works in more user friendly way by filling some missing parts with defaults.DocumentReference.getCurrent()
DocumentReference.getWithRevision
(String requestedRevision) ModifierConstructorDescriptionDocumentAttachmentReference
(DocumentReference documentReference, String name)