| Modifier and Type | Method and Description |
|---|---|
IStakeholderRole |
IProject.getStakeholderRole(java.lang.String roleName)
Returns the stakeholder role with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IStakeholderRole> |
IProject.getAllStakeholderRoles()
Returns all stakeholder roles of this project.
|
java.util.List<? extends IStakeholderRole> |
IProject.getAllStakeholderRolesForHistoryItem(IHistoryEntry historyEntry)
Returns all Stakeholder Roles which have been modified the last time
with the commit identified by the history item.
|
java.util.List<? extends IStakeholderRole> |
IProject.getAllStakeholderRolesWithCategory(java.lang.String categoryID)
Returns all stakeholder roles of this project that belong to the
specified category.
|
java.util.List<? extends IStakeholderRole> |
IProject.getAllStakeholderRolesWithDefaultCategory()
Returns all stakeholder roles of this project that belong to the
default category.
|
java.util.List<? extends IStakeholderRole> |
IStakeholder.getRoles()
Returns all roles of this stakeholder within the current project.
|