Package | Description |
---|---|
org.osid.inquiry |
The Open Service Interface Definitions for the org.osid.inquiry
service.
|
org.osid.inquiry.rules |
The Open Service Interface Definitions for the org.osid.inquiry.rules
service.
|
Modifier and Type | Method and Description |
---|---|
InquestList |
InquestHierarchySession.getChildInquests(Id inquestId)
Gets the children of the given inquest.
|
InquestList |
InquestLookupSession.getInquests()
Gets all
Inquests. |
InquestList |
InquestSearchResults.getInquests()
Gets the inquest list resulting from a search.
|
InquestList |
AuditInquestSession.getInquestsByAudit(Id auditId)
Gets the
Inquests mapped to an Audit. |
InquestList |
InquestLookupSession.getInquestsByGenusType(Type inquestGenusType)
Gets an
InquestList corresponding to the given inquest
genus Type which does not include inquests of types
derived from the specified Type. |
InquestList |
InquestLookupSession.getInquestsByIds(IdList inquestIds)
Gets an
InquestList corresponding to the given
IdList. |
InquestList |
InquiryInquestSession.getInquestsByInquiry(Id inquiryId)
Gets the
Inquests mapped to an Inquiry. |
InquestList |
InquestLookupSession.getInquestsByParentGenusType(Type inquestGenusType)
Gets an
InquestList corresponding to the given inquest
genus Type and include any additional inquests with
genus types derived from the specified Type. |
InquestList |
InquestLookupSession.getInquestsByProvider(Id resourceId)
Gets an
InquestList for the given provider. |
InquestList |
InquestQuerySession.getInquestsByQuery(InquestQuery inquestQuery)
Gets a list of
Inquests matching the given inquest
query. |
InquestList |
InquestLookupSession.getInquestsByRecordType(Type inquestRecordType)
Gets an
InquestList containing the given inquest record
Type. |
InquestList |
ResponseInquestSession.getInquestsByResponse(Id responseId)
Gets the
Inquests mapped to a Response. |
InquestList |
InquestHierarchySession.getParentInquests(Id inquestId)
Gets the parents of the given inquest.
|
InquestList |
InquestHierarchySession.getRootInquests()
Gets the root inquest in the inquest hierarchy.
|
Modifier and Type | Method and Description |
---|---|
InquestList |
AuditEnablerInquestSession.getInquestsByAuditEnabler(Id auditEnablerId)
Gets the
Inquests mapped to an AuditEnabler. |
InquestList |
InquiryEnablerInquestSession.getInquestsByInquiryEnabler(Id inquiryEnablerId)
Gets the
Inquests mapped to an InquiryEnabler. |