Uses of Interface
org.osid.topology.batch.NodeBatchFormList
Packages that use NodeBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.topology.batch
service.
-
Uses of NodeBatchFormList in org.osid.topology.batch
Methods in org.osid.topology.batch that return NodeBatchFormListModifier and TypeMethodDescriptionNodeBatchAdminSession.getNodeFormsForCreate(long number, Type[] nodeRecordTypes) Gets the node forms for creating a bunch of new nodes.NodeBatchAdminSession.getNodeFormsForUpdate(IdList nodeIds) Gets the node forms for updating an existing set of nodes.Methods in org.osid.topology.batch with parameters of type NodeBatchFormListModifier and TypeMethodDescriptionNodeBatchAdminSession.createNodes(NodeBatchFormList nodeForms) Creates a new set ofNodes.NodeBatchAdminSession.updateNodes(NodeBatchFormList nodeForms) Updates existing nodes.