public interface System extends OsidCatalog
A System
represents a collection of Devices,
Inputs,
Controllers,
Settings,
Triggers,
ActionGroups,
and Scenes.
Modifier and Type | Method and Description |
---|---|
SystemRecord |
getSystemRecord(Type systemRecordType)
Gets the system record corresponding to the given
System
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
SystemRecord getSystemRecord(Type systemRecordType) throws OperationFailedException
System
record Type.
This method is used to retrieve an
object implementing the requested record. The systemRecordType
may be the Type
returned in
getRecordTypes()
or any of its parents in a Type
hierarchy where hasRecordType(systemRecordType)
is true
.systemRecordType
- the type of system record to retrieveNullArgumentException
- systemRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(systemRecordType)
is false
mandatory
- This method must be implemented.