com.polarion.alm.tracker.model.IBaseWithLinkedOslcResources
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | KEY_LINKED_OSLC_RESOURCES |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| default, boolean | addLinkedOslcResource(URI,IEnumOption,String) | Adds the OSLC link. If the link already exists, it will NOT add another one. Links are the same, when URI and link role are equal. |
| ILinkedOslcResourceStruct | addLinkedOslcResource(URI,IEnumOption) | Adds the OSLC link. If the link already exists, it will NOT add another one. Links are the same, when URI and link role are equal. |
| ILinkedOslcResourceStruct | getLinkedOslcResourceStruct(URI,IEnumOption) | get the existing OSLC link struct. |
| Collection | getLinkedOslcResourcesStructs() | Returns the collection of {@link ILinkedOslcResourceStruct} structures contained in this item. |
| boolean | removeLinkedOslcResource(URI,IEnumOption) | Removes the OSLC link based on URI and role regardless of revision. Does nothing, if there is no such link. |
| default, ITypeOpt | getPolarionType() | Gets the type of this object. |
| default, String | getPolarionTypeId() | Gets the type ID of this object. |
Back to Index