public interface MeteringBatchProfile extends OsidProfile
The MeteringBatchProfile describes the interoperability
among batch metering services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsMeterBatchAdmin()
Tests if bulk administration of meters is available.
|
boolean |
supportsUtilityBatchAdmin()
Tests if bulk administration of utilities is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsMeterBatchAdmin()
true if a meter bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsUtilityBatchAdmin()
true if a utility bulk administrative service
is available, false otherwisemandatory - This method must be implemented.