Uses of Interface
org.osid.profile.ProfileEntryForm
Packages that use ProfileEntryForm
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 ProfileEntryForm in org.osid.profile
Methods in org.osid.profile that return ProfileEntryFormModifier and TypeMethodDescriptionProfileEntryAdminSession.getProfileEntryFormForCreateForAgent(Id agentId, Id profileItemId, Type[] profileEntryRecordTypes) Gets the profile entry form for creating new profile entries.ProfileEntryAdminSession.getProfileEntryFormForCreateForResource(Id resourceId, Id profileItemId) Gets the profile entry form for creating new profile entries.ProfileEntryAdminSession.getProfileEntryFormForUpdate(Id profileEntryId) Gets the profile entry form for updating an existing profile entry.Methods in org.osid.profile with parameters of type ProfileEntryFormModifier and TypeMethodDescriptionProfileEntryAdminSession.createProfileEntry(ProfileEntryForm profileEntryForm) Creates a newProfileEntry.voidProfileEntryAdminSession.updateProfileEntry(ProfileEntryForm profileEntryForm) Updates an existing profile entry. -
Uses of ProfileEntryForm in org.osid.profile.batch
Subinterfaces of ProfileEntryForm in org.osid.profile.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating profile entries in bulk.