Uses of Interface
org.osid.authorization.batch.AuthorizationBatchFormList
Packages that use AuthorizationBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.authorization.batch
service.
-
Uses of AuthorizationBatchFormList in org.osid.authorization.batch
Methods in org.osid.authorization.batch that return AuthorizationBatchFormListModifier and TypeMethodDescriptionAuthorizationBatchAdminSession.getAuthorizationFormsForCreateForAgents(AuthorizationAgentPeerList peers, Type[] authorizationRecordTypes) Gets the authorization forms for creating a bunch of new authorizations using agents.AuthorizationBatchAdminSession.getAuthorizationFormsForCreateForResources(AuthorizationResourcePeerList peers, Type[] authorizationRecordTypes) Gets the authorization forms for creating a bunch of new authorizations using resources.AuthorizationBatchAdminSession.getAuthorizationFormsForCreateForResourcesAndTrusts(AuthorizationTrustPeerList peers, Type[] authorizationRecordTypes) Gets the authorization forms for creating a bunch of new authorizations using resources and trusts.AuthorizationBatchAdminSession.getAuthorizationFormsForUpdate(IdList authorizationIds) Gets the authorization forms for updating an existing set of authorizations.Methods in org.osid.authorization.batch with parameters of type AuthorizationBatchFormListModifier and TypeMethodDescriptionAuthorizationBatchAdminSession.createAuthorizations(AuthorizationBatchFormList authorizationForms) Creates a new set ofAuthorizations.AuthorizationBatchAdminSession.updateAuthorizations(AuthorizationBatchFormList authorizationForms) Updates existing authorizations.