Uses of Interface
org.osid.authentication.batch.AgentBatchFormList
Packages that use AgentBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.authentication.batch
service.
-
Uses of AgentBatchFormList in org.osid.authentication.batch
Methods in org.osid.authentication.batch that return AgentBatchFormListModifier and TypeMethodDescriptionAgentBatchAdminSession.getAgentFormsForCreate(long number, Type[] agentRecordTypes) Gets the agent forms for creating a bunch of new agents.AgentBatchAdminSession.getAgentFormsForUpdate(IdList agentIds) Gets the agent forms for updating an existing set of agents.Methods in org.osid.authentication.batch with parameters of type AgentBatchFormListModifier and TypeMethodDescriptionAgentBatchAdminSession.createAgents(AgentBatchFormList agentForms) Creates a new set ofAgents.AgentBatchAdminSession.updateAgents(AgentBatchFormList agentForms) Updates existing agents.