Uses of Interface
org.osid.topology.GraphForm
Packages that use GraphForm
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 GraphForm in org.osid.topology
Methods in org.osid.topology that return GraphFormModifier and TypeMethodDescriptionGraphAdminSession.getGraphFormForCreate(Type[] graphRecordTypes) Gets the graph form for creating new graphs.GraphAdminSession.getGraphFormForUpdate(Id graphId) Gets the graph form for updating an existing graph.Methods in org.osid.topology with parameters of type GraphFormModifier and TypeMethodDescriptionGraphAdminSession.createGraph(GraphForm graphForm) Creates a newGraph.voidGraphAdminSession.updateGraph(GraphForm graphForm) Updates an existing graph -
Uses of GraphForm in org.osid.topology.batch
Subinterfaces of GraphForm in org.osid.topology.batchModifier and TypeInterfaceDescriptioninterfaceThis is the form for creating and updating graphs in bulk.