Uses of Interface
org.osid.authorization.VaultForm
Packages that use VaultForm
Package
Description
The Open Service Interface Definitions for the org.osid.authorization
service.
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
-
Uses of VaultForm in org.osid.authorization
Methods in org.osid.authorization that return VaultFormModifier and TypeMethodDescriptionVaultAdminSession.getVaultFormForCreate(Type[] vaultRecordTypes) Gets the vault form for creating new vaults.VaultAdminSession.getVaultFormForUpdate(Id vaultId) Gets the vault form for updating an existing vault.Methods in org.osid.authorization with parameters of type VaultFormModifier and TypeMethodDescriptionVaultAdminSession.createVault(VaultForm vaultForm) Creates a newVault.voidVaultAdminSession.updateVault(VaultForm vaultForm) Updates an existing vault. -
Uses of VaultForm in org.osid.authorization.batch
Subinterfaces of VaultForm in org.osid.authorization.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating vaults in bulk.