| Package | Description |
|---|---|
| org.phenotips.data.permissions.rest | |
| org.phenotips.data.permissions.rest.model |
| Modifier and Type | Method and Description |
|---|---|
CollaboratorRepresentation |
DomainObjectFactory.createCollaboratorRepresentation(Collaborator collaborator)
Create the REST representation for summary of a
Collaborator instance, starting from a
PrimaryEntity and Collaborator instances. |
CollaboratorRepresentation |
CollaboratorResource.getCollaborator(String entityId,
String entityType,
String collaboratorId)
Retrieve information about a particular collaborator.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
CollaboratorResource.setLevel(CollaboratorRepresentation collaborator,
String entityId,
String entityType,
String collaboratorId)
Update the access level of a collaborator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrincipalRepresentation
Java class for PrincipalSummary complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CollaboratorRepresentation> |
CollaboratorsRepresentation.collaborators |
| Modifier and Type | Method and Description |
|---|---|
CollaboratorRepresentation |
ObjectFactory.createCollaboratorRepresentation()
Create an instance of
CollaboratorRepresentation |
CollaboratorRepresentation |
CollaboratorRepresentation.withEmail(String value) |
CollaboratorRepresentation |
CollaboratorRepresentation.withId(String value) |
CollaboratorRepresentation |
CollaboratorRepresentation.withLevel(String value) |
CollaboratorRepresentation |
CollaboratorRepresentation.withName(String value) |
CollaboratorRepresentation |
CollaboratorRepresentation.withType(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CollaboratorRepresentation> |
CollaboratorsRepresentation.getCollaborators()
Gets the value of the collaborators property.
|
| Modifier and Type | Method and Description |
|---|---|
CollaboratorsRepresentation |
CollaboratorsRepresentation.withCollaborators(CollaboratorRepresentation... values) |
| Modifier and Type | Method and Description |
|---|---|
CollaboratorsRepresentation |
CollaboratorsRepresentation.withCollaborators(Collection<CollaboratorRepresentation> values) |
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.