Uses of Interface
org.osid.mapping.path.PathForm
Packages that use PathForm
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.path
service.
The Open Service Interface Definitions for the org.osid.mapping.path.batch
service.
-
Uses of PathForm in org.osid.mapping.path
Methods in org.osid.mapping.path that return PathFormModifier and TypeMethodDescriptionPathAdminSession.getPathFormForCreate(Type[] pathRecordTypes) Gets the path form for creating new paths.PathAdminSession.getPathFormForUpdate(Id pathId) Gets the path form for updating an existing path.Methods in org.osid.mapping.path with parameters of type PathFormModifier and TypeMethodDescriptionPathAdminSession.createPath(PathForm pathForm) Creates a newPath.voidPathAdminSession.updatePath(PathForm pathForm) Updates an existing path. -
Uses of PathForm in org.osid.mapping.path.batch
Subinterfaces of PathForm in org.osid.mapping.path.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating paths in bulk.