Uses of Interface
org.osid.course.program.batch.CredentialBatchFormList
Packages that use CredentialBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.program.batch
service.
-
Uses of CredentialBatchFormList in org.osid.course.program.batch
Methods in org.osid.course.program.batch that return CredentialBatchFormListModifier and TypeMethodDescriptionCredentialBatchAdminSession.getCredentialFormsForCreate(long number, Type[] credentialRecordTypes) Gets the credential forms for creating a bunch of new credentials.CredentialBatchAdminSession.getCredentialFormsForUpdate(IdList credentialIds) Gets the credential forms for updating an existing set of credentials.Methods in org.osid.course.program.batch with parameters of type CredentialBatchFormListModifier and TypeMethodDescriptionCredentialBatchAdminSession.createCredentials(CredentialBatchFormList credentialForms) Creates a new set ofCredentials.CredentialBatchAdminSession.updateCredentials(CredentialBatchFormList credentialForms) Updates existing credentials.