Package | Description |
---|---|
org.osid.topology |
The Open Service Interface Definitions for the org.osid.topology
service.
|
org.osid.topology.batch |
The Open Service Interface Definitions for the org.osid.topology.batch
service.
|
Modifier and Type | Method and Description |
---|---|
EdgeForm |
EdgeAdminSession.getEdgeFormForCreate(Id sourceNodeId,
Id destinationNodeId,
Type[] edgeRecordTypes)
Gets the edge form for creating new edges.
|
EdgeForm |
EdgeAdminSession.getEdgeFormForUpdate(Id edgeId)
Gets the edge form for updating an existing edge.
|
Modifier and Type | Method and Description |
---|---|
Edge |
EdgeAdminSession.createEdge(EdgeForm edgeForm)
Creates a new
Edge. |
void |
EdgeAdminSession.updateEdge(EdgeForm edgeForm)
Updates an existing edge.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EdgeBatchForm
This is the form for creating and updating edges in bulk.
|