Uses of Class
org.sakaiproject.conversations.api.model.ConversationsPost
-
Packages that use ConversationsPost Package Description org.sakaiproject.conversations.api org.sakaiproject.conversations.api.beans org.sakaiproject.conversations.api.repository -
-
Uses of ConversationsPost in org.sakaiproject.conversations.api
Methods in org.sakaiproject.conversations.api with parameters of type ConversationsPost Modifier and Type Method Description booleanConversationsService. currentUserCanViewPost(ConversationsPost post)static ConversationsReferenceReckoner.ConversationsReferenceConversationsReferenceReckoner. referenceReckoner(ConversationsTopic topic, ConversationsPost post, ConversationsComment comment, String siteId, String type, String id, String reference)This is a builder for an AssignmentReference -
Uses of ConversationsPost in org.sakaiproject.conversations.api.beans
Methods in org.sakaiproject.conversations.api.beans that return ConversationsPost Modifier and Type Method Description ConversationsPostPostTransferBean. asPost()Methods in org.sakaiproject.conversations.api.beans with parameters of type ConversationsPost Modifier and Type Method Description static PostTransferBeanPostTransferBean. of(ConversationsPost post) -
Uses of ConversationsPost in org.sakaiproject.conversations.api.repository
Methods in org.sakaiproject.conversations.api.repository that return types with arguments of type ConversationsPost Modifier and Type Method Description List<ConversationsPost>ConversationsPostRepository. findByParentPostId(String parentPostId)List<ConversationsPost>ConversationsPostRepository. findByParentThreadId(String parentThreadId)List<ConversationsPost>ConversationsPostRepository. findBySiteId(String siteId)List<ConversationsPost>ConversationsPostRepository. findByTopicId(String topicId)List<ConversationsPost>ConversationsPostRepository. findByTopicIdAndMetadata_Creator(String topicId, String creatorId)List<ConversationsPost>ConversationsPostRepository. findByTopicIdAndParentPostIdIsNull(String topicId)
-