Package | Description |
---|---|
org.osid.course.chronicle |
The Open Service Interface Definitions for the org.osid.course.chronicle
service.
|
org.osid.course.program |
The Open Service Interface Definitions for the org.osid.course.program
service.
|
org.osid.course.requisite |
The Open Service Interface Definitions for the org.osid.course.requisite
service.
|
Modifier and Type | Method and Description |
---|---|
CredentialQuery |
CredentialEntryQuery.getCredentialQuery()
Gets the query for a credential entry.
|
Modifier and Type | Method and Description |
---|---|
CredentialQuery |
CredentialQuerySession.getCredentialQuery()
Gets a credential query.
|
CredentialQuery |
CredentialSmartCourseCatalogSession.getCredentialQuery()
Gets a credential query.
|
CredentialQuery |
ProgramOfferingQuery.getCredentialQuery()
Gets the query for a credential.
|
CredentialQuery |
ProgramQuery.getCredentialQuery()
Gets the query for a credential.
|
CredentialQuery |
CredentialSearchSession.getCredentialQueryFromInspector(CredentialQueryInspector credentialQueryInspector)
Gets a credential query from an inspector.
|
CredentialQuery |
CredentialSmartCourseCatalogSession.getCredentialQueryFromInspector(CredentialQueryInspector credentialQueryInspector)
Gets a credential query from an inspector.
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialSmartCourseCatalogSession.applyCredentialQuery(CredentialQuery credentialQuery)
Applies a credential query to this course catalog.
|
CredentialList |
CredentialQuerySession.getCredentialsByQuery(CredentialQuery credentialQuery)
Gets a list of
Credentials matching the given
credential query. |
CredentialSearchResults |
CredentialSearchSession.getCredentialsBySearch(CredentialQuery credentialQuery,
CredentialSearch credentialSearch)
Gets the search results matching the given search query using the
given search.
|
Modifier and Type | Method and Description |
---|---|
CredentialQuery |
RequisiteQuery.getCredentialQuery()
Gets the query for a credential requirement.
|