Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.builders | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
List<Person> |
WWGraphQLEndpoint.getPeopleWithQuery(PeopleGraphQLQuery query)
Get People with query
|
Copyright © 2017 OpenNTF. All rights reserved.