Uses of Interface
org.osid.topology.batch.GraphBatchFormList
Packages that use GraphBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.topology.batch
service.
-
Uses of GraphBatchFormList in org.osid.topology.batch
Methods in org.osid.topology.batch that return GraphBatchFormListModifier and TypeMethodDescriptionGraphBatchAdminSession.getGraphFormsForCreate(long number, Type[] graphRecordTypes) Gets the graph forms for creating a bunch of new graph.GraphBatchAdminSession.getGraphFormsForUpdate(IdList graphIds) Gets the graph forms for updating an existing set of graphs.Methods in org.osid.topology.batch with parameters of type GraphBatchFormListModifier and TypeMethodDescriptionGraphBatchAdminSession.createGraphs(GraphBatchFormList graphForms) Creates a new set ofGraphs.GraphBatchAdminSession.updateGraphs(GraphBatchFormList graphForms) Updates existing graphs.