Uses of Interface
org.osid.course.program.CredentialForm
Packages that use CredentialForm
Package
Description
The Open Service Interface Definitions for the org.osid.course.program
service.
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of CredentialForm in org.osid.course.program
Methods in org.osid.course.program that return CredentialFormModifier and TypeMethodDescriptionCredentialAdminSession.getCredentialFormForCreate(Type[] credentialRecordTypes) Gets the credential form for creating new credentials.CredentialAdminSession.getCredentialFormForUpdate(Id credentialId) Gets the credential form for updating an existing credential.Methods in org.osid.course.program with parameters of type CredentialFormModifier and TypeMethodDescriptionCredentialAdminSession.createCredential(CredentialForm credentialForm) Creates a newCredential.voidCredentialAdminSession.updateCredential(CredentialForm credentialForm) Updates an existing credential. -
Uses of CredentialForm in org.osid.course.program.batch
Subinterfaces of CredentialForm in org.osid.course.program.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating credentials in bulk.