Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.builders | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
MembersContainer |
WWClient.getPeopleContainerWithQuery(PeopleGraphQLQuery query)
Easy helper method to get Person objects with a query
|
List<Person> |
WWClient.getPeopleWithQuery(PeopleGraphQLQuery query)
Easy helper method to get Person objects with a query
|
Modifier and Type | Method and Description |
---|---|
static PeopleGraphQLQuery |
PeopleGraphQLQuery.buildPersonQueryById(List<String> personId)
Builds a People query based on a List of IDs of person entries
|
static PeopleGraphQLQuery |
PeopleGraphQLQuery.buildPersonQueryByName(String personName)
Builds a People query based on a word in a person's name
|
Modifier and Type | Method and Description |
---|---|
MembersContainer |
WWGraphQLEndpoint.getPeopleContainerWithQuery(PeopleGraphQLQuery query) |
List<Person> |
WWGraphQLEndpoint.getPeopleWithQuery(PeopleGraphQLQuery query)
Get People with query.
|
Copyright © 2018 OpenNTF. All rights reserved.