Uses of Interface
org.osid.topology.batch.EdgeBatchFormList
Packages that use EdgeBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.topology.batch
service.
-
Uses of EdgeBatchFormList in org.osid.topology.batch
Methods in org.osid.topology.batch that return EdgeBatchFormListModifier and TypeMethodDescriptionEdgeBatchAdminSession.getEdgeFormsForCreate(EdgePeerList peers, Type[] edgeRecordTypes) Gets the edge forms for creating a bunch of new edges.EdgeBatchAdminSession.getEdgeFormsForUpdate(IdList edgeIds) Gets the edge forms for updating an existing set of edges.Methods in org.osid.topology.batch with parameters of type EdgeBatchFormListModifier and TypeMethodDescriptionEdgeBatchAdminSession.createEdges(EdgeBatchFormList edgeForms) Creates a new set ofEdges.EdgeBatchAdminSession.updateEdges(EdgeBatchFormList edgeForms) Updates existing edges.