Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.bo | |
org.opencode4workspace.endpoints | |
org.opencode4workspace.graphql |
Modifier and Type | Method and Description |
---|---|
Person |
WWClient.getMe()
Easy helper method to get My Person object.
|
Person |
WWClient.getPersonByEmail(String personEmail)
Easy helper method to get a Person with a person email.
|
Person |
WWClient.getPersonById(String personId)
Easy helper method to get a Person with a person id.
|
Person |
WWClient.getPersonWithQuery(PersonGraphQLQuery query)
Easy helper method to get a Person with a query
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
WWClient.getPeople(List<String> ids)
Easy helper method to get Person objects with ids
|
List<Person> |
WWClient.getPeopleByName(String name)
Easy helper method to get Person objects with part of a name
|
List<Person> |
WWClient.getPeopleWithQuery(PeopleGraphQLQuery query)
Easy helper method to get Person objects with a query
|
List<Person> |
WWClient.getSpaceMembersById(String spaceId)
Easy helper method to get members for a space with the space id
|
List<Person> |
WWClient.getSpaceMembersWithQuery(SpaceMembersGraphQLQuery query)
Easy helper method to get members of space with a query
|
Modifier and Type | Method and Description |
---|---|
Person |
Space.getCreatedBy() |
Person |
Person.getCreatedBy() |
Person |
Message.getCreatedBy() |
Person |
Conversation.getCreatedBy() |
Person |
Mentioned.getPerson() |
Person |
Space.getUpdatedBy() |
Person |
Person.getUpdatedBy() |
Person |
Message.getUpdatedBy() |
Person |
Conversation.getUpdatedBy() |
Modifier and Type | Method and Description |
---|---|
List<Person> |
Space.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
Space.setCreatedBy(Person createdBy) |
void |
Person.setCreatedBy(Person createdBy) |
void |
Message.setCreatedBy(Person createdBy) |
void |
Conversation.setCreatedBy(Person createdBy) |
void |
Mentioned.setPerson(Person person) |
void |
Space.setUpdatedBy(Person updatedBy) |
void |
Person.setUpdatedBy(Person updatedBy) |
void |
Message.setUpdatedBy(Person updatedBy) |
void |
Conversation.setUpdatedBy(Person updatedBy) |
Modifier and Type | Method and Description |
---|---|
void |
Space.setMembers(List<Person> members) |
Modifier and Type | Method and Description |
---|---|
Person |
WWGraphQLEndpoint.getMe()
Simplified access method, to load GraphQL query for getting Me object
|
Person |
WWGraphQLEndpoint.getPersonByEmail(String personEmail)
Simplified access method, to load GraphQL query for getting Person by email or "me" if personId is blank
|
Person |
WWGraphQLEndpoint.getPersonById(String personId)
Simplified access method, to load GraphQL query for getting Person by ID or "me" if personId is blank
|
Person |
WWGraphQLEndpoint.getPersonWithQuery(PersonGraphQLQuery query)
Get Person Object with GraphQL Query
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
WWGraphQLEndpoint.getPeople(List<String> ids)
Gets People matching the passed ids
|
List<Person> |
WWGraphQLEndpoint.getPeopleByName(String name)
Gets People matching the single word name passed.
|
List<Person> |
WWGraphQLEndpoint.getPeopleWithQuery(PeopleGraphQLQuery query)
Get People with query.
|
List<Person> |
WWGraphQLEndpoint.getSpaceMembers(String spaceId)
Get basic data for Space Members for relevant Sapce
|
List<Person> |
WWGraphQLEndpoint.getSpaceMembersWithQuery(SpaceMembersGraphQLQuery query)
Get Space Members with query
|
Modifier and Type | Method and Description |
---|---|
Person |
DataContainer.getMe() |
Person |
DataContainer.getPerson() |
Modifier and Type | Method and Description |
---|---|
List<Person> |
MembersContainer.getItems() |
List<Person> |
SpaceWrapper.getMembers() |
Copyright © 2018 OpenNTF. All rights reserved.