Uses of Interface
org.osid.control.SystemForm
Packages that use SystemForm
Package
Description
The Open Service Interface Definitions for the org.osid.control
service.
The Open Service Interface Definitions for the org.osid.control.batch
service.
-
Uses of SystemForm in org.osid.control
Methods in org.osid.control that return SystemFormModifier and TypeMethodDescriptionSystemAdminSession.getSystemFormForCreate(Type[] systemRecordTypes) Gets the system form for creating new systems.SystemAdminSession.getSystemFormForUpdate(Id systemId) Gets the system form for updating an existing system.Methods in org.osid.control with parameters of type SystemFormModifier and TypeMethodDescriptionSystemAdminSession.createSystem(SystemForm systemForm) Creates a newSystem.voidSystemAdminSession.updateSystem(SystemForm systemForm) Updates an existing system -
Uses of SystemForm in org.osid.control.batch
Subinterfaces of SystemForm in org.osid.control.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating systems in bulk.