Uses of Interface
org.osid.profile.ProfileItemForm
Packages that use ProfileItemForm
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 ProfileItemForm in org.osid.profile
Methods in org.osid.profile that return ProfileItemFormModifier and TypeMethodDescriptionProfileItemAdminSession.getProfileItemFormForCreate(Type[] profileItemRecordTypes) Gets the profile item form for creating new profile items.ProfileItemAdminSession.getProfileItemFormForUpdate(Id profileItemId) Gets the profile item form for updating an existing profile item.Methods in org.osid.profile with parameters of type ProfileItemFormModifier and TypeMethodDescriptionProfileItemAdminSession.createProfileItem(ProfileItemForm profileItemForm) Creates a newProfileItem.voidProfileItemAdminSession.updateProfileItem(ProfileItemForm profileItemForm) Updates an existing profile item. -
Uses of ProfileItemForm in org.osid.profile.batch
Subinterfaces of ProfileItemForm in org.osid.profile.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating profile items in bulk.