public interface TopologyBatchProxyManager extends OsidProxyManager, TopologyBatchProfile
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
object. 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 Modifier and Type | Method and Description |
---|---|
EdgeBatchAdminSession |
getEdgeBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk edge
administration service. |
EdgeBatchAdminSession |
getEdgeBatchAdminSessionForGraph(Id graphId,
Proxy proxy)
Gets the
OsidSession associated with the bulk edge
administration service for the given graph. |
GraphBatchAdminSession |
getGraphBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk graph
administration service. |
NodeBatchAdminSession |
getNodeBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk node
administration service. |
NodeBatchAdminSession |
getNodeBatchAdminSessionForGraph(Id graphId,
Proxy proxy)
Gets the
OsidSession associated with the bulk node
administration service for the given graph. |
changeBranch, initialize, rollbackService
close
supportsEdgeBatchAdmin, supportsGraphBatchAdmin, supportsNodeBatchAdmin, supportsVisibleFederation
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
NodeBatchAdminSession getNodeBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk node
administration service.proxy
- a proxy NodeBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsNodeBatchAdmin()
is false
optional
- This method must be implemented if
supportsNodeBatchAdmin()
is true.
NodeBatchAdminSession getNodeBatchAdminSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk node
administration service for the given graph.graphId
- the Id
of the Graph
proxy
- a proxy NodeBatchAdminSession
NotFoundException
- no Graph
found by
the given Id
NullArgumentException
- graphId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsNodeBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsNodeBatchAdmin()
and
supportsVisibleFederation()
are true
EdgeBatchAdminSession getEdgeBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk edge
administration service.proxy
- a proxy EdgeBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsEdgeBatchAdmin()
is false
optional
- This method must be implemented if
supportsEdgeBatchAdmin()
is true.
EdgeBatchAdminSession getEdgeBatchAdminSessionForGraph(Id graphId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession
associated with the bulk edge
administration service for the given graph.graphId
- the Id
of the Graph
proxy
- a proxy EdgeBatchAdminSession
NotFoundException
- no Graph
found by
the given Id
NullArgumentException
- graphId
or
proxy
is null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsEdgeBatchAdmin()
or
supportsVisibleFederation()
is false
optional
- This method must be implemented if
supportsEdgeBatchAdmin()
and
supportsVisibleFederation()
are true
GraphBatchAdminSession getGraphBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession
associated with the bulk graph
administration service.proxy
- a proxy GraphBatchAdminSession
NullArgumentException
- proxy
is
null
OperationFailedException
- unable to complete requestUnimplementedException
-
supportsGraphBatchAdmin()
is false
optional
- This method must be implemented if
supportsGraphBatchAdmin()
is true.