public interface TopologyBatchProfile extends OsidProfile
The TopologyBatchProfile
describes the interoperability
among topology batch services.
Modifier and Type | Method and Description |
---|---|
boolean |
supportsEdgeBatchAdmin()
Tests if bulk administration of edges is available.
|
boolean |
supportsGraphBatchAdmin()
Tests if bulk administration of graph is available.
|
boolean |
supportsNodeBatchAdmin()
Tests if bulk administration of nodes is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
boolean supportsVisibleFederation()
true
if visible federation is supported
,
false
otherwisemandatory
- This method must be implemented. boolean supportsNodeBatchAdmin()
true
if a node bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented. boolean supportsEdgeBatchAdmin()
true
if an edge bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented. boolean supportsGraphBatchAdmin()
true
if a graph bulk administrative service is
available, false
otherwisemandatory
- This method must be implemented.