Interface | osid.installation.Package | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Sourceable | |||
Description |
A | ||
Method | getVersion | ||
Description |
Gets the version of this package. | ||
Return | osid.installation.Version | the package version | |
Compliance | mandatory | This method must be implemented. | |
Method | getCopyright | ||
Description |
Gets the copyright of this package. | ||
Return | osid.locale.DisplayText | the copyright | |
Compliance | mandatory | This method must be implemented. | |
Method | requestsLicenseAcknowledgement | ||
Description |
Tests if the provider requests acknowledgement of the license. | ||
Return | boolean | true if the consumer should acknowledge the terms in the
license, false otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreatorId | ||
Description |
Gets the creator or author of this package. | ||
Return | osid.id.Id | the creator Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getCreator | ||
Description |
Gets the creator | ||
Return | osid.resource.Resource | the creator | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getReleaseDate | ||
Description |
Gets the release date of this package. | ||
Return | osid.calendaring.DateTime | the timestamp of this package | |
Compliance | mandatory | This method must be implemented. | |
Method | getDependencyIds | ||
Description |
Gets the package | ||
Return | osid.id.IdList | the package dependency Ids | |
Compliance | mandatory | This method must be implemented. | |
Method | getDependencies | ||
Description |
Gets the packages on which this package directly depends. | ||
Return | osid.installation.PackageList | the package dependencies | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getURL | ||
Description |
Gets a url for this package. The url may point to an external project or product site. If no url is available an empty string is returned. | ||
Return | string | the url for this package | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstallationContentIds | ||
Description |
Gets the installation content | ||
Return | osid.id.IdList | the installation content Ids | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getInstallationContents | ||
Description |
Gets the installation contents. | ||
Return | osid.installation.InstallationContentList | the installation contents | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getPackageRecord | ||
Description |
Gets the package record corresponding to the given
| ||
Parameters | osid.type.Type | packageRecordType | the type of the record to retrieve |
Return | osid.installation.records.PackageRecord | the package record | |
Errors | NULL_ARGUMENT | packageRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(packageRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |