Repository

From EDM2
Jump to: navigation, search
File stem
repostry
Base 
Container
Metaclass
SOMClass
Ancestor Classes
Container
SOMObject

Types

 
struct RepositoryDescription  {
    Identifier  name;
    RepositoryId  id;
    RepositoryId  defined_in;
};

The inherited describe_contents method returns an instance of the RepositoryDescription structure in the "value" member of the Description structure defined in the Container interface.

New methods

The following list shows all the Repository methods.

  • lookup_id
  • lookup_modifier
  • release_cache

Overridden methods

The following list shows all the methods overridden by the Repository class. These methods are overridden in order to modify the behavior defined by an ancestor class.

  • describe_contents
  • somInit
  • somUninit
  • somFree
  • somDumpSelf
  • somDumpSelfInt