Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.bo | |
org.opencode4workspace.endpoints | |
org.opencode4workspace.graphql |
Modifier and Type | Method and Description |
---|---|
Space |
WWClient.createSpace(String title)
Easy helper method to create a Space with a title
|
Space |
WWClient.createSpace(String title,
List<String> members)
Easy helper method to create a Space with a title and list of Members
|
Space |
WWClient.createSpaceWithQuery(SpaceCreateGraphQLMutation mutationObject)
Easy helper method to create a Space with a SpaceCreateGraphQLMutation object
|
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
|
Space |
WWClient.updateSpaceTitle(String id,
String newTitle)
Easy helper method for updating a Space Title returning Space object with updated Title
|
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 |
Mentioned.getSpace() |
Modifier and Type | Method and Description |
---|---|
void |
Mentioned.setSpace(Space space) |
Modifier and Type | Method and Description |
---|---|
Space |
WWGraphQLEndpoint.createSpace(String title,
List<String> members)
Create a space with a title and list of members
|
Space |
WWGraphQLEndpoint.createSpaceWithMutation(SpaceCreateGraphQLMutation mutationObject)
Create a space with a SpaceCreateGraphQLMutation object
|
Space |
WWGraphQLEndpoint.getSpaceById(String spaceId)
Get a Space by using a spaceId
|
Space |
WWGraphQLEndpoint.getSpaceWithQuery(SpaceGraphQLQuery query)
getSpace by using a SpaceGraphQLQuery
|
Space |
WWGraphQLEndpoint.updateSpaceTitle(String id,
String newTitle)
Change the title of a Space, returning Space object with updated title
|
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 © 2018 OpenNTF. All rights reserved.