Interface Publisher

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

public interface Publisher extends OsidCatalog

A Publisher represents a collection of subscriptions. Like all OSID objects, a Publisher is identified by its Id and any persisted references should use the Id .

  • Method Details

    • getPublisherRecord

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