com.polarion.alm.tracker.model.ILinkRoleOpt
FIELDS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | PROPERTY_KEY_OPPOSITE_NAME | |
| String | PROPERTY_PARENT | true if links of this role create a parent-child relationship. |
| String | PROPERTY_KEY_LIMITED | true if the number of Work Items linked by this role, displayed in the UI, is limited. |
METHODS
| Modifiers and Type | Name | Description |
|---|---|---|
| String | getOppositeName() | |
| List | getRules() | |
| boolean | isAllowed(String,String) | Checks if this role is allowed to be used from a FROM type Work Item to a TO type Work Item. |
| boolean | isAllowed(ITypeOpt,ITypeOpt) | Checks if this role is allowed to be used from a FROM type Work Item to a TO type Work Item. |
| Set | isAllowedToTypes(String) | Returns a set of type IDs that allow this role from the given type. |
| boolean | isAllowedFromAll() | Checks if this role is allowed to be used FROM all Work Item types. |
| boolean | isAllowedToAll() | Checks if this role is allowed to be used TO all Work Item types. |
| boolean | isAllowedFromAllToTheSame() | Checks if this role is allowed to be used FROM all Work Item types TO the same Work Item types. |
| boolean | isLimited() |
Back to Index