com.polarion.alm.tracker.model.IWithLinkedOslcResources
FIELDS
Modifiers and Type | Name | Description |
---|---|---|
String | KEY_LINKED_OSLC_RESOURCES |
METHODS
Modifiers and Type | Name | Description |
---|---|---|
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 | 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. |
Back to Index