gavo.registry.common module

Common code and definitions for registry support.

exception gavo.registry.common.BadArgument(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.BadResumptionToken(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.BadVerb(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.CannotDisseminateFormat(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.IdDoesNotExist(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.NoMetadataFormats(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.NoRecordsMatch(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.NoSetHierarchy(msg='', hint=None)[source]

Bases: gavo.registry.common.OAIError

exception gavo.registry.common.OAIError(msg='', hint=None)[source]

Bases: gavo.utils.excs.Error

is one of the standard OAI errors.

gavo.registry.common.getDependencies(rdId, connection=None)[source]

returns a list of RD ids that are need for the generation of RRs from rdId.

gavo.registry.common.getResType(resob)[source]
gavo.registry.common.getServicesRD()[source]