Uses of Interface
org.osid.tracking.IssueQuery
Packages that use IssueQuery
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
-
Uses of IssueQuery in org.osid.tracking
Methods in org.osid.tracking that return IssueQueryModifier and TypeMethodDescriptionIssueQuery.getBlockedIssueQuery()Gets the query for a blocked issue.IssueQuery.getBlockingIssueQuery()Gets the query for a blocking issue.IssueQuery.getBranchedIssueQuery()Gets the query for a branched issue.IssueQuery.getDuplicateIssueQuery()Gets the query for a duplicate issue.FrontOfficeQuery.getIssueQuery()Gets the query for a issue.IssueQuerySession.getIssueQuery()Gets an issue query.IssueSmartFrontOfficeSession.getIssueQuery()Gets an issue query.LogEntryQuery.getIssueQuery()Gets the query for an issue.QueueQuery.getIssueQuery()Gets the query for a issue.IssueSearchSession.getIssueQueryFromInspector(IssueQueryInspector issueQueryInspector) Gets an issue query from an inspector.IssueSmartFrontOfficeSession.getIssueQueryFromInspector(IssueQueryInspector issueQueryInspector) Gets an issue query from an inspector.IssueQuery.getMasterIssueQuery()Gets the query for a master issue.IssueQuery.getRootIssueQuery()Gets the query for a root of the branch issue.IssueQuery.getSubtaskQuery()Gets the query for a subtask issue.Methods in org.osid.tracking with parameters of type IssueQueryModifier and TypeMethodDescriptionvoidIssueSmartFrontOfficeSession.applyIssueQuery(IssueQuery issueQuery) Applies an issue query to this front office.IssueQuerySession.getIssuesByQuery(IssueQuery issueQuery) Gets a list ofIssuesmatching the given issue query.IssueSearchSession.getIssuesBySearch(IssueQuery issueQuery, IssueSearch issueSearch) Gets the search results matching the given search query using the given search.