Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.endpoints | |
org.opencode4workspace.graphql |
Modifier and Type | Method and Description |
---|---|
Space |
WWClient.getSpaceById(String spaceId)
Easy helper method to get a Space by a Space id
|
Space |
WWClient.getSpaceWithQuery(SpaceGraphQLQuery query)
Easy helper method to get a Space by using a SpaceGraphQLQuery
|
Modifier and Type | Method and Description |
---|---|
List<? extends Space> |
WWClient.getSpaces()
Easy helper method to get spaces from the WWClient
|
List<? extends Space> |
WWClient.getSpacesWithQuery(SpacesGraphQLQuery query)
Easy helper method to get Spaces with a query
|
Modifier and Type | Method and Description |
---|---|
Space |
WWGraphQLEndpoint.getSpaceById(String spaceId)
Get a Space by using a spaceId
|
Space |
WWGraphQLEndpoint.getSpaceWithQuery(SpaceGraphQLQuery query)
getSpace by using a SpaceGraphQLQuery
|
Modifier and Type | Method and Description |
---|---|
List<? extends Space> |
WWGraphQLEndpoint.getSpaces()
Simplified access method, to load GraphQL query for getting spaces, execute the request, and parse the results
|
List<? extends Space> |
WWGraphQLEndpoint.getSpacesWithQuery(SpacesGraphQLQuery query)
getSpaces by using a SpacesGraphQLQuery
|
Modifier and Type | Class and Description |
---|---|
class |
SpaceWrapper |
Copyright © 2017 OpenNTF. All rights reserved.