Uses of Interface
org.osid.profile.ProfileForm
Packages that use ProfileForm
Package
Description
The Open Service Interface Definitions for the org.osid.profile
service.
The Open Service Interface Definitions for the org.osid.profile.batch
service.
-
Uses of ProfileForm in org.osid.profile
Methods in org.osid.profile that return ProfileFormModifier and TypeMethodDescriptionProfileAdminSession.getProfileFormForCreate(Type[] profileRecordTypes) Gets the profile form for creating new profiles.ProfileAdminSession.getProfileFormForUpdate(Id profileId) Gets the profile form for updating an existing profile.Methods in org.osid.profile with parameters of type ProfileFormModifier and TypeMethodDescriptionProfileAdminSession.createProfile(ProfileForm profileForm) Creates a newProfile.voidProfileAdminSession.updateProfile(ProfileForm profileForm) Updates an existing profile. -
Uses of ProfileForm in org.osid.profile.batch
Subinterfaces of ProfileForm in org.osid.profile.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating profiles in bulk.