public interface Sourceable
Sourceble is used for OsidObjects where
information about a provider is appropriate. Examples of
Sourceables are catalogs, compositions, and services.
| Modifier and Type | Method and Description |
|---|---|
AssetList |
getBranding()
Gets a branding, such as an image or logo, expressed using the
Asset interface. |
IdList |
getBrandingIds()
Gets the branding asset
Ids. |
DisplayText |
getLicense()
Gets the terms of usage.
|
Resource |
getProvider()
Gets the
Resource representing the provider. |
Id |
getProviderId()
Gets the
Id of the provider. |
Id getProviderId()
Id of the provider. Id mandatory - This method must be implemented. Resource getProvider() throws OperationFailedException
Resource representing the provider.OperationFailedException - unable to complete requestmandatory - This method must be implemented. IdList getBrandingIds()
Ids. Ids mandatory - This method must be implemented. AssetList getBranding() throws OperationFailedException
Asset interface.OperationFailedException - unable to complete requestmandatory - This method must be implemented. DisplayText getLicense()
mandatory - This method must be implemented.