Uses of Interface
org.osid.room.squatting.DeedForm
Packages that use DeedForm
Package
Description
The Open Service Interface Definitions for the org.osid.room.squatting
service.
The Open Service Interface Definitions for the org.osid.room.squatting.batch
service.
-
Uses of DeedForm in org.osid.room.squatting
Methods in org.osid.room.squatting that return DeedFormModifier and TypeMethodDescriptionDeedAdminSession.getDeedFormForCreate(Id buildingId, Id resourceId, Type[] deedRecordTypes) Gets the deed form for creating new deeds.DeedAdminSession.getDeedFormForUpdate(Id deedId) Gets the deed form for updating an existing deed.Methods in org.osid.room.squatting with parameters of type DeedFormModifier and TypeMethodDescriptionDeedAdminSession.createDeed(DeedForm deedForm) Creates a newDeed.voidDeedAdminSession.updateDeed(DeedForm deedForm) Updates an existing deed. -
Uses of DeedForm in org.osid.room.squatting.batch
Subinterfaces of DeedForm in org.osid.room.squatting.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating deeds in bulk.