Uses of Interface
org.osid.topology.NodeForm
Packages that use NodeForm
Package
Description
The Open Service Interface Definitions for the org.osid.topology
service.
The Open Service Interface Definitions for the org.osid.topology.batch
service.
-
Uses of NodeForm in org.osid.topology
Methods in org.osid.topology that return NodeFormModifier and TypeMethodDescriptionNodeAdminSession.getNodeFormForCreate(Type[] nodeRecordTypes) Gets the node form for creating new nodes.NodeAdminSession.getNodeFormForUpdate(Id nodeId) Gets the node form for updating an existing node.Methods in org.osid.topology with parameters of type NodeFormModifier and TypeMethodDescriptionNodeAdminSession.createNode(NodeForm nodeForm) Creates a newNode.voidNodeAdminSession.updateNode(NodeForm nodeForm) Updates an existing node. -
Uses of NodeForm in org.osid.topology.batch
Subinterfaces of NodeForm in org.osid.topology.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating nodes in bulk.