OSID Logo
OSID Specifications
topology batch package
Version 3.0.0
Interfaceosid.topology.batch.TopologyBatchProxyManager
Implementsosid.OsidProxyManager
osid.topology.batch.TopologyBatchProfile
Used Byosid.topology.TopologyProxyManager
Description

The topology batch proxy manager provides access to topology batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy . The sessions included in this manager are:

  • NodeBatchAdminSession : a session to manage nodes in bulk
  • EdgeBatchAdminSession : a session to manage edged in bulk
  • GraphBatchAdminSession : a session to create, modify and delete Graph in bulk
MethodgetNodeBatchAdminSession
Description

Gets the OsidSession associated with the bulk node administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.topology.batch.NodeBatchAdminSessiona NodeBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsNodeBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsNodeBatchAdmin() is true .
MethodgetNodeBatchAdminSessionForGraph
Description

Gets the OsidSession associated with the bulk node administration service for the given graph.

Parametersosid.id.IdgraphIdthe Id of the Graph
osid.proxy.Proxyproxya proxy
Returnosid.topology.batch.NodeBatchAdminSessiona NodeBatchAdminSession
ErrorsNOT_FOUNDno Graph found by the given Id
NULL_ARGUMENTgraphId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsNodeBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsNodeBatchAdmin() and supportsVisibleFederation() are true
MethodgetEdgeBatchAdminSession
Description

Gets the OsidSession associated with the bulk edge administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.topology.batch.EdgeBatchAdminSessionan EdgeBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsEdgeBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsEdgeBatchAdmin() is true .
MethodgetEdgeBatchAdminSessionForGraph
Description

Gets the OsidSession associated with the bulk edge administration service for the given graph.

Parametersosid.id.IdgraphIdthe Id of the Graph
osid.proxy.Proxyproxya proxy
Returnosid.topology.batch.EdgeBatchAdminSessionan EdgeBatchAdminSession
ErrorsNOT_FOUNDno Graph found by the given Id
NULL_ARGUMENTgraphId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsEdgeBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsEdgeBatchAdmin() and supportsVisibleFederation() are true
MethodgetGraphBatchAdminSession
Description

Gets the OsidSession associated with the bulk graph administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.topology.batch.GraphBatchAdminSessiona GraphBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsGraphBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsGraphBatchAdmin() is true .