public interface ControlBatchProfile extends OsidProfile
The ControlBatchProfile describes the interoperability
among batch control services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsActionGroupBatchAdmin()
Tests if bulk administration of action groups is available.
|
boolean |
supportsControllerBatchAdmin()
Tests if bulk administration of controllers is available.
|
boolean |
supportsDeviceBatchAdmin()
Tests if bulk administration of devices is available.
|
boolean |
supportsInputBatchAdmin()
Tests if bulk administration of inputs is available.
|
boolean |
supportsSceneBatchAdmin()
Tests if bulk administration of scenes is available.
|
boolean |
supportsSettingBatchAdmin()
Tests if bulk administration of setting is available.
|
boolean |
supportsSystemBatchAdmin()
Tests if bulk administration of systems is available.
|
boolean |
supportsTriggerBatchAdmin()
Tests if bulk administration of triggers 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 supportsDeviceBatchAdmin()
true if a device bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsControllerBatchAdmin()
true if a controller bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsInputBatchAdmin()
true if an input bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsSettingBatchAdmin()
true if a setting bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsSceneBatchAdmin()
true if a scene bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsTriggerBatchAdmin()
true if a trigger bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsActionGroupBatchAdmin()
true if an action group bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsSystemBatchAdmin()
true if a system bulk administrative service is
available, false otherwisemandatory - This method must be implemented.