|
void
|
connect(String username, String password, String companyName)
Connect
|
|
String
|
connectionId()
Are we connected
|
|
KindlingCategory
|
createCategory(KindlingCategory category)
Creates a new category in the categories collection
|
|
KindlingComment
|
createComment(KindlingComment comment)
Creates a new comment in the comments collection
|
|
KindlingGroup
|
createGroup(KindlingGroup group)
Create a new group in the groups collection
|
|
KindlingIdea
|
createIdea(KindlingIdea idea)
Create a new idea in the ideas collection
|
|
KindlingPost
|
createPost(KindlingPost post)
|
|
KindlingUser
|
createUser(KindlingUser user)
Creates a new user in the users collection
|
|
void
|
deleteComment(String commentId)
|
|
void
|
deleteUser(String userId)
|
|
void
|
disconnect()
Disconnect
|
|
boolean
|
isConnected()
Are we connected
|
|
KindlingCollection<KindlingCategory>
|
retrieveCategories(Integer depth, String sort, Integer page, Integer limit, KindlingCategoryState state, String query, Integer associatedWithUserId)
Gets the categories collection
|
|
KindlingCategory
|
retrieveCategory(String categoryId, Integer depth)
|
|
KindlingComment
|
retrieveComment(String commentId, Integer depth)
|
|
KindlingCollection<KindlingComment>
|
retrieveComments(KindlingCommentParentType parentType, Integer depth, String sort, Integer page, Integer limit, KindlingState state, Integer parentId, KindlingCommentType type)
Gets the comments collection
|
|
KindlingGroup
|
retrieveGroup(String groupId, Integer depth)
|
|
KindlingCollection<KindlingGroup>
|
retrieveGroups(Integer depth, String sort, Integer page, Integer limit, KindlingState state, String startsWith, String query)
Gets the groups collection
|
|
KindlingIdea
|
retrieveIdea(String ideaId, Integer depth)
|
|
KindlingCollection<KindlingIdea>
|
retrieveIdeas(Integer depth, String sort, Integer page, Integer limit, String state, Boolean allowsVoting, String query, String authorId, String categoryId, KindlingIdeaFilter filter)
Gets the ideas collection
|
|
KindlingPost
|
retrievePost(String postId, Integer depth)
|
|
KindlingCollection<KindlingPost>
|
retrievePosts(Integer depth, String sort, Integer page, Integer limit, KindlingPostState state, String startsWith, String query)
Gets the posts collection
|
|
KindlingUser
|
retrieveUser(String userId, Integer depth)
|
|
KindlingCollection<KindlingUser>
|
retrieveUsers(Integer depth, String sort, Integer page, Integer limit, KindlingUserState state, Integer associatedWithCategoryId, KindlingUserDigest digest, String query, KindlingUserReputationTimeframe reputationTimeframe)
Gets the users collection
|
|
KindlingCategory
|
updateCategory(String categoryId, KindlingCategory category)
Updates a single category
|
|
KindlingGroup
|
updateGroup(String groupId, KindlingGroup group)
|
|
KindlingIdea
|
updateIdea(String ideaId, KindlingIdea idea)
|
|
KindlingPost
|
updatePost(String postId, KindlingPost post)
|
|
KindlingUser
|
updateUser(String userId, KindlingUser user)
|