Uses of Interface
org.osid.provisioning.RequestForm
Packages that use RequestForm
Package
Description
The Open Service Interface Definitions for the org.osid.provisioning
service.
The Open Service Interface Definitions for the org.osid.provisioning.batch
service.
-
Uses of RequestForm in org.osid.provisioning
Methods in org.osid.provisioning that return RequestFormModifier and TypeMethodDescriptionExchangeSession.getRequestFormForCreate(Id provisionId, Type[] requestRecordTypes) Gets the request form for creating new requests for the exchange.RequestAdminSession.getRequestFormForCreate(Id resourceId, Id queueId, Type[] requestRecordTypes) Gets the request form for creating new requests.RequestAdminSession.getRequestFormForUpdate(Id requestId) Gets the request form for updating an existing request.Methods in org.osid.provisioning with parameters of type RequestFormModifier and TypeMethodDescriptionRequestAdminSession.createRequest(RequestForm requestForm) Creates a newRequest.ExchangeSession.createRequestInExchange(RequestForm requestForm) Creates a newRequest.voidRequestAdminSession.updateRequest(RequestForm requestForm) Updates an existing request. -
Uses of RequestForm in org.osid.provisioning.batch
Subinterfaces of RequestForm in org.osid.provisioning.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating requests in bulk.