Package com.polarion.alm.tracker.model
Interface ILinkedOslcResourceStruct
- All Superinterfaces:
Comparable<ILinkedOslcResourceStruct>
,IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,IStructure
public interface ILinkedOslcResourceStruct
extends IStructure, Comparable<ILinkedOslcResourceStruct>
The typed interface for the OSLC item link structure.
- Since:
- 3.10.1
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
Returns the string identifier of pinned revision, ornull
if link is not pinned.getURI()
void
setRevision
(String revision) Sets or clears the pinned revision.Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
KEY_URI
- See Also:
-
KEY_LABEL
- See Also:
-
KEY_ROLE
- See Also:
-
KEY_REVISION
- Since:
- 3.22.1
- See Also:
-
-
Method Details
-
getLabel
-
getLinkRole
-
getURI
-
getRevision
Returns the string identifier of pinned revision, ornull
if link is not pinned.- Since:
- 3.22.1
-
setRevision
Sets or clears the pinned revision.- Parameters:
revision
- string identifier of pinned revision, ornull
to clear the pinned revision- Since:
- 3.22.1
-