Uses of Interface
org.osid.authorization.batch.VaultBatchFormList
Packages that use VaultBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
-
Uses of VaultBatchFormList in org.osid.authorization.batch
Methods in org.osid.authorization.batch that return VaultBatchFormListModifier and TypeMethodDescriptionVaultBatchAdminSession.getVaultFormsForCreate(long number, Type[] vaultRecordTypes) Gets the vault forms for creating a bunch of new vaults.VaultBatchAdminSession.getVaultFormsForUpdate(IdList vaultIds) Gets the vault forms for updating an existing set of vaults.Methods in org.osid.authorization.batch with parameters of type VaultBatchFormListModifier and TypeMethodDescriptionVaultBatchAdminSession.createVaults(VaultBatchFormList vaultForms) Creates a new set ofVaults.VaultBatchAdminSession.updateVaults(VaultBatchFormList vaultForms) Updates existing vaults.