|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProjectRolesRestClient
The client handling roles resources.
| Method Summary | |
|---|---|
ProjectRole |
getRole(URI projectUri,
Long roleId,
ProgressMonitor progressMonitor)
Retrieves a full information about the selected role. |
ProjectRole |
getRole(URI uri,
ProgressMonitor progressMonitor)
Retrieves a full information about the selected role. |
Iterable<ProjectRole> |
getRoles(URI projectUri,
ProgressMonitor progressMonitor)
Retrieves a collection of roles in the selected project. |
| Method Detail |
|---|
ProjectRole getRole(URI uri,
ProgressMonitor progressMonitor)
uri - URI of the role to retrieve.progressMonitor - progress monitor.
RestClientException - in case of problems (connectivity, malformed messages, etc.)
ProjectRole getRole(URI projectUri,
Long roleId,
ProgressMonitor progressMonitor)
projectUri - uri of the project of the role to retrieve.roleId - unique role id.progressMonitor - progress monitor.
RestClientException - in case of problems (connectivity, malformed messages, etc.)
Iterable<ProjectRole> getRoles(URI projectUri,
ProgressMonitor progressMonitor)
projectUri - uri of the project of the roles to retrieve.progressMonitor - progress monitor.
RestClientException - in case of problems (connectivity, malformed messages, etc.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||