Uses of Interface
org.osid.commenting.CommentQuery
Packages that use CommentQuery
Package
Description
The Open Service Interface Definitions for the org.osid
service.
The Open Service Interface Definitions for the org.osid.commenting
service.
-
Uses of CommentQuery in org.osid
Methods in org.osid that return CommentQueryModifier and TypeMethodDescriptionOsidObjectQuery.getCommentQuery()Gets the query for a comment. -
Uses of CommentQuery in org.osid.commenting
Methods in org.osid.commenting that return CommentQueryModifier and TypeMethodDescriptionBookQuery.getCommentQuery()Gets the query for a comment.CommentQuerySession.getCommentQuery()Gets a comment query.CommentSmartBookSession.getCommentQuery()Gets a comment query.CommentSearchSession.getCommentQueryFromInspector(CommentQueryInspector commentQueryInspector) Gets an entry query from an inspector.CommentSmartBookSession.getCommentQueryFromInspector(CommentQueryInspector commentQueryInspector) Gets a comment query from an inspector.Methods in org.osid.commenting with parameters of type CommentQueryModifier and TypeMethodDescriptionvoidCommentSmartBookSession.applyCommentQuery(CommentQuery commentQuery) Applies a comment query to this book.CommentQuerySession.getCommentsByQuery(CommentQuery commentQuery) Gets a list of comments matching the given search.CommentSearchSession.getCommentsBySearch(CommentQuery commentQuery, CommentSearch commentSearch) Gets the search results matching the given search.