Uses of Interface
org.osid.authorization.batch.FunctionBatchFormList
Packages that use FunctionBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
-
Uses of FunctionBatchFormList in org.osid.authorization.batch
Methods in org.osid.authorization.batch that return FunctionBatchFormListModifier and TypeMethodDescriptionFunctionBatchAdminSession.getFunctionFormsForCreate(long number, Type[] functionRecordTypes) Gets the function forms for creating a bunch of new functions.FunctionBatchAdminSession.getFunctionFormsForUpdate(IdList functionIds) Gets the function forms for updating an existing set of functions.Methods in org.osid.authorization.batch with parameters of type FunctionBatchFormListModifier and TypeMethodDescriptionFunctionBatchAdminSession.createFunctions(FunctionBatchFormList functionForms) Creates a new set ofFunctions.FunctionBatchAdminSession.updateFunctions(FunctionBatchFormList functionForms) Updates existing functions.