Interface | osid.installation.batch.PackageBatchAdminSession | ||
---|---|---|---|
Implements | osid.installation.PackageAdminSession | ||
Description |
This session creates, updates, and deletes Create and update operations differ in their usage. To
create a The Once a batch of For updates, Once a batch of The delete operations delete | ||
Method | getPackageFormsForCreate | ||
Description |
Gets the package forms for creating a bunch of new packages. | ||
Parameters | cardinal | number | the number of forms to retrieve |
osid.type.Type[] | packageRecordTypes | array of package record types to be included in each create operation or an empty list if none | |
Return | osid.installation.batch.PackageBatchFormList | the package forms | |
Errors | NULL_ARGUMENT | packageRecordTypes is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | unable to request forms with given record types | ||
Compliance | mandatory | This method must be implemented. | |
Method | createPackages | ||
Description |
Creates a new set of | ||
Parameters | osid.installation.batch.PackageBatchFormList | packageForms | the package forms |
Return | osid.transaction.batch.CreateResponseList | the create responses | |
Errors | NULL_ARGUMENT | packageForms is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getPackageFormsForUpdate | ||
Description |
Gets the package forms for updating an existing set of packages. A new package form should be requested for each update transaction. | ||
Parameters | osid.id.IdList | packageIds | the Ids of the Package |
Return | osid.installation.batch.PackageBatchFormList | the package form | |
Errors | NOT_FOUND | a packageId is not found | |
NULL_ARGUMENT | packageIds is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | updatePackages | ||
Description |
Updates existing packages. This method returns an error
if the entire operation fails. Otherwise, the status of an
individual update operation is indicated in the | ||
Parameters | osid.installation.batch.PackageBatchFormList | packageForms | the form containing the elements to be updated |
Return | osid.transaction.batch.UpdateResponseList | the update responses | |
Errors | NULL_ARGUMENT | packageForms is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | deleteAllPackages | ||
Description |
Deletes all | ||
Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | deletePackages | ||
Description |
Deletes packages for the given | ||
Parameters | osid.id.IdList | packageIds | the Ids of the packages to delete |
Return | osid.transaction.batch.DeleteResponseList | the delete responses | |
Errors | NULL_ARGUMENT | packageIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | aliasPackages | ||
Description |
Adds an | ||
Parameters | osid.transaction.batch.AliasRequestList | aliasRequests | the alias requests |
Return | osid.transaction.batch.AliasResponseList | the alias responses | |
Errors | NULL_ARGUMENT | aliasRequests is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |