Uses of Interface
org.osid.tracking.IssueList
Packages that use IssueList
Package
Description
The Open Service Interface Definitions for the org.osid.tracking
service.
-
Uses of IssueList in org.osid.tracking
Methods in org.osid.tracking that return IssueListModifier and TypeMethodDescriptionBlockingIssueLookupSession.getBlockedIssues(Id blockingIssueId) Gets any blocked issues as a result of the givenIssue.Issue.getBlockers()Gets the blocking issues.BlockingIssueLookupSession.getBlockingIssues(Id issueId) Gets any blocking issues of the givenIssue.In plenary mode, the exactIdis found or aNOT_FOUNDresults.BranchedIssueLookupSession.getBranchedIssues(Id issueId) Gets any branched issues off of the givenIssue.In plenary mode, the exactIdis found or aNOT_FOUNDresults.IssueTrackingSession.getClosedIssues(Id queueId) Gets a list of all closed issues in this queue.IssueTrackingSession.getClosedIssuesByAssignee(Id queueId, Id resourceId) Gets a list of closed issues that were ever assigned to the given resource.IssueTrackingSession.getClosedIssuesByCreateDate(Id queueId, DateTime from, DateTime to) Gets a list of closed issues that were created between the given date range inclusive.IssueTrackingSession.getClosedIssuesByTopic(Id queueId, Id topicId) Gets a list of issues by topic which may include issues of any child topic.Issue.getDuplicateIssues()Gets the duplicate issues.IssueLookupSession.getIssues()Gets all issues.IssueSearchResults.getIssues()Gets the issue list resulting from a search.IssueTrackingSession.getIssuesByActiveDate(Id queueId, DateTime date) Gets a list of all issues that were in an open status on the given date.IssueFrontOfficeSession.getIssuesByFrontOffice(Id frontOfficeId) Gets the list ofIssuesassociated with aFrontOffice.IssueFrontOfficeSession.getIssuesByFrontOffices(IdList frontOfficeIds) Gets the list ofIssuescorresponding to a list ofFrontOffices.IssueLookupSession.getIssuesByGenusType(Type issueGenusType) Gets anIssueListcorresponding to the given issue genusTypewhich does not include issues of types derived from the specifiedType.IssueLookupSession.getIssuesByIds(IdList issueIds) Gets anIssueListcorresponding to the givenIdList.IssueLookupSession.getIssuesByParentGenusType(Type issueGenusType) Gets anIssueListcorresponding to the given issue genusTypeand include any additional issues with genus types derived from the specifiedType.IssueQuerySession.getIssuesByQuery(IssueQuery issueQuery) Gets a list ofIssuesmatching the given issue query.IssueLookupSession.getIssuesByRecordType(Type issueRecordType) Gets anIssueListcontaining the given issue recordType.IssueResourcingSession.getIssuesByResource(Id resourceId) Gets a list of issues assigned to a resource.IssueResourcingSession.getIssuesByResourceForQueue(Id queueId, Id resourceId) Gets a list of issues assigned to a resource in a given queue.IssueLookupSession.getIssuesForCustomer(Id resourceId) Gets a list of issues by customer.IssueLookupSession.getIssuesForCustomerOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of issues for a customer effective beginning in the date range.IssueLookupSession.getIssuesForQueue(Id queueId) Gets a list of issues by queue.IssueLookupSession.getIssuesForQueueAndCustomer(Id queueId, Id resourceId) Gets a list of issues by queue and customer.IssueLookupSession.getIssuesForQueueAndCustomerOnDate(Id queueId, Id resourceId, DateTime from, DateTime to) Gets a list of issues for a queue and customer effective beginning in the date range.IssueLookupSession.getIssuesForQueueOnDate(Id queueId, DateTime from, DateTime to) Gets a list of issues for a queue effective beginning in the date range.IssueLookupSession.getIssuesOnDate(DateTime from, DateTime to) Gets a list of issues effective beginning in the date range.IssueTrackingSession.getIssuesSinceDate(Id queueId, DateTime date) Gets a list of all issues created since the given date.DuplicateIssueLookupSession.getLinkedIssues(Id issueId) Gets any linked issues for the givenIssue.In plenary mode, the exactIdis found or aNOT_FOUNDresults.MyIssueSession.getMyClosedIssues()Gets closed issues where the agent is the customer.MyIssueSession.getMyIssues()Gets all issues for the agent.MyIssueSession.getMyIssuesInProgress()Gets the list of open issues in progress.In plenary mode, the returned list contains all of the issues specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.MyIssueSession.getMyOpenIssues()Gets open issues where the agent is the customer.MyIssueSession.getMyOpenIssuesSinceDate(DateTime date) Gets a list of issues opened since given date.IssueTrackingSession.getOpenIdleIssues(Id queueId, DateTime date) Gets a list of open issues that have been idle since the given date.IssueTrackingSession.getOpenIssues(Id queueId) Gets a list of all open issues in a queue.IssueTrackingSession.getOpenIssuesByAssignee(Id queueId, Id resourceId) Gets a list of open issues assigned to the given resource.IssueTrackingSession.getOpenIssuesByTopic(Id queueId, Id subjectId) Gets a list of issues by topic which may include issues of any child topic.IssueTrackingSession.getOpenUnassignedIssues(Id queueId) Gets a list of all open unassigned issues in this queue.SubtaskIssueLookupSession.getSubtasks(Id issueId) Gets any subtasks for the givenIssue.In plenary mode, the exactIdis found or aNOT_FOUNDresults.