Uses of Interface
org.osid.course.program.CredentialList
Packages that use CredentialList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
-
Uses of CredentialList in org.osid.course.program
Methods in org.osid.course.program that return CredentialListModifier and TypeMethodDescriptionCredentialLookupSession.getCredentials()Gets allCredentials.CredentialSearchResults.getCredentials()Gets the credential list resulting from a search.Program.getCredentials()Gets the awarded credentials.ProgramOffering.getCredentials()Gets the awarded credentials.CredentialCourseCatalogSession.getCredentialsByCourseCatalog(Id courseCatalogId) Gets the list ofCredentialsassociated with aCourseCatalog.CredentialCourseCatalogSession.getCredentialsByCourseCatalogs(IdList courseCatalogIds) Gets the list ofCredentialscorresponding to a list ofCourseCatalogobjects.CredentialLookupSession.getCredentialsByGenusType(Type credentialGenusType) Gets aCredentialListcorresponding to the given credential genusTypewhich does not include credentials of types derived from the specifiedType.CredentialLookupSession.getCredentialsByIds(IdList credentialIds) Gets aCredentialListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the credentials 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.CredentialLookupSession.getCredentialsByParentGenusType(Type credentialGenusType) Gets aCredentialListcorresponding to the given credential genusTypeand include any additional credentials with genus types derived from the specifiedType.CredentialQuerySession.getCredentialsByQuery(CredentialQuery credentialQuery) Gets a list ofCredentialsmatching the given credential query.CredentialLookupSession.getCredentialsByRecordType(Type credentialRecordType) Gets aCredentialListcontaining the given credential recordType.