Uses of Interface
org.osid.course.chronicle.batch.CredentialEntryBatchFormList
Packages that use CredentialEntryBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.course.chronicle.batch
service.
-
Uses of CredentialEntryBatchFormList in org.osid.course.chronicle.batch
Methods in org.osid.course.chronicle.batch that return CredentialEntryBatchFormListModifier and TypeMethodDescriptionCredentialEntryBatchAdminSession.getCredentialEntryFormsForCreate(CredentialEntryPeerList peers, Type[] credentialEntryRecordTypes) Gets the credential entry forms for creating a bunch of new credential entries.CredentialEntryBatchAdminSession.getCredentialEntryFormsForUpdate(IdList credentialEntryIds) Gets the credential entryforms for updating an existing set of credential entries.Methods in org.osid.course.chronicle.batch with parameters of type CredentialEntryBatchFormListModifier and TypeMethodDescriptionCredentialEntryBatchAdminSession.createCredentialEntries(CredentialEntryBatchFormList credentialEntryForms) Creates a new set ofCredentialEntries.CredentialEntryBatchAdminSession.updateCredentialEntries(CredentialEntryBatchFormList credentialEntryForms) Updates existing credential entries.