Uses of Interface
org.osid.filing.allocation.AllocationForm
Packages that use AllocationForm
Package
Description
The Open Service Interface Definitions for the org.osid.filing.allocation
service.
-
Uses of AllocationForm in org.osid.filing.allocation
Methods in org.osid.filing.allocation that return AllocationFormModifier and TypeMethodDescriptionAllocationAdminSession.getAllocationFormForCreate(String name, Type[] allocationRecordTypes) Gets the file form for creating new allocations across all users for a directory.AllocationAdminSession.getAllocationFormForCreateForUser(String name, Id agentId, Type[] allocationRecordTypes) Gets the file form for creating new allocations across all users for a directory.AllocationAdminSession.getAllocationFormForUpdate(String name) Gets the allocation form for updating an existing allocation.AllocationAdminSession.getAllocationFormForUpdateForUser(String name, Id agentId) Gets the allocation form for updating an existing allocation for a user.Methods in org.osid.filing.allocation with parameters of type AllocationFormModifier and TypeMethodDescriptionAllocationAdminSession.createAllocation(AllocationForm allocationForm) Creates a new allocation across all users for a directory.AllocationAdminSession.createAllocationForUser(AllocationForm allocationForm) Creates a new allocation for a specific user for a directory.voidAllocationAdminSession.updateAllocation(AllocationForm allocationForm) Updates an existing allocation.voidAllocationAdminSession.updateAllocationForUser(AllocationForm allocationForm) Updates an existing allocation.