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
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()Returns the string identifier of pinned revision, ornullif link is not pinned.getURI()voidsetRevision(String revision) Sets or clears the pinned revision.Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwnerMethods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChangedMethods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomFieldMethods 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, ornullif link is not pinned.- Since:
- 3.22.1
-
setRevision
Sets or clears the pinned revision.- Parameters:
revision- string identifier of pinned revision, ornullto clear the pinned revision- Since:
- 3.22.1
-