Uses of Interface
org.osid.rules.check.AgendaForm
Packages that use AgendaForm
Package
Description
The Open Service Interface Definitions for the org.osid.rules.check
service.
-
Uses of AgendaForm in org.osid.rules.check
Methods in org.osid.rules.check that return AgendaFormModifier and TypeMethodDescriptionAgendaAdminSession.getAgendaFormForCreate(Type[] agendaRecordTypes) Gets the agenda form for creating new agendas.AgendaAdminSession.getAgendaFormForUpdate(Id agendaId) Gets the agenda form for updating an existing agenda.Methods in org.osid.rules.check with parameters of type AgendaFormModifier and TypeMethodDescriptionAgendaAdminSession.createAgenda(AgendaForm agendaForm) Creates a newAgenda.voidAgendaAdminSession.updateAgenda(AgendaForm agendaForm) Updates an existing agenda.