Uses of Interface
org.osid.personnel.RealmForm
Packages that use RealmForm
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
The Open Service Interface Definitions for the org.osid.personnel.batch
service.
-
Uses of RealmForm in org.osid.personnel
Methods in org.osid.personnel that return RealmFormModifier and TypeMethodDescriptionRealmAdminSession.getRealmFormForCreate(Type[] realmRecordTypes) Gets the realm form for creating new realms.RealmAdminSession.getRealmFormForUpdate(Id realmId) Gets the realm form for updating an existing realm.Methods in org.osid.personnel with parameters of type RealmFormModifier and TypeMethodDescriptionRealmAdminSession.createRealm(RealmForm realmForm) Creates a newRealm.voidRealmAdminSession.updateRealm(RealmForm realmForm) Updates an existing realm. -
Uses of RealmForm in org.osid.personnel.batch
Subinterfaces of RealmForm in org.osid.personnel.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating realms in bulk.