Package | Description |
---|---|
org.osid.hold |
The Open Service Interface Definitions for the org.osid.hold
service.
|
Modifier and Type | Method and Description |
---|---|
IssueList |
Block.getIssues()
Gets the issues.
|
IssueList |
IssueLookupSession.getIssues()
Gets all issues.
|
IssueList |
IssueSearchResults.getIssues()
Gets the issue list resulting from a search.
|
IssueList |
IssueLookupSession.getIssuesByGenusType(Type issueGenusType)
Gets an
IssueList corresponding to the given issue
genus Type which does not include issues of types
derived from the specified Type. |
IssueList |
IssueLookupSession.getIssuesByIds(IdList issueIds)
Gets an
IssueList corresponding to the given
IdList. |
IssueList |
IssueOublietteSession.getIssuesByOubliette(Id oublietteId)
Gets the list of
Issues associated with a
Oubliette. |
IssueList |
IssueOublietteSession.getIssuesByOubliettes(IdList oublietteIds)
Gets the list of
Issues corresponding to a list of
Oubliettes. |
IssueList |
IssueLookupSession.getIssuesByParentGenusType(Type issueGenusType)
Gets an
IssueList corresponding to the given issue
genus Type and include any additional issues with genus
types derived from the specified Type. |
IssueList |
IssueQuerySession.getIssuesByQuery(IssueQuery issueQuery)
Gets a list of
Issues matching the given issue query. |
IssueList |
IssueLookupSession.getIssuesByRecordType(Type issueRecordType)
Gets an
IssueList containing the given issue record
Type. |