Uses of Interface
org.osid.transport.EndpointForm
Packages that use EndpointForm
Package
Description
The Open Service Interface Definitions for the org.osid.transport
service.
-
Uses of EndpointForm in org.osid.transport
Methods in org.osid.transport that return EndpointFormModifier and TypeMethodDescriptionEndpointAdminSession.getEndpointFormForCreate(Type[] endpointRecordTypes) Gets the endpoint form for creating new endpoints.EndpointAdminSession.getEndpointFormForUpdate(Id endpointId) Gets the endpoint form for updating an existing endpoint.Methods in org.osid.transport with parameters of type EndpointFormModifier and TypeMethodDescriptionEndpointAdminSession.createEndpoint(EndpointForm endpointForm) Creates a newEndpoint.voidEndpointAdminSession.updateEndpoint(EndpointForm endpointForm) Updates an existing endpoint.