Interface Depot

All Superinterfaces:
Browsable, Extensible, Federateable, Identifiable, OsidCatalog, OsidObject, Sourceable

public interface Depot extends OsidCatalog

A depot defines a collection of packages.

  • Method Details

    • getDepotRecord

      DepotRecord getDepotRecord(Type depotRecordType) throws OperationFailedException
      Gets the depot record corresponding to the given Depot record Type .This method is used to retrieve an object implementing the requested record. The depotRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(depotRecordType) is true .
      Parameters:
      depotRecordType - a depot record type
      Returns:
      the depot record
      Throws:
      NullArgumentException - depotRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(depotRecordType) is false
      Compliance:
      mandatory - This method must be implemented.