
Public Member Functions | |
| articleIdToIdentifier ($articleId) | |
| identifierExists ($identifier) | |
| & | identifiers ($metadataPrefix, $from, $until, $set, $offset, $limit, &$total) |
| identifierToArticleId ($identifier) | |
| JournalOAI ($config) | |
| & | record ($identifier) |
| & | records ($metadataPrefix, $from, $until, $set, $offset, $limit, &$total) |
| & | repositoryInfo () |
| & | resumptionToken ($tokenId) |
| & | saveResumptionToken ($offset, $params) |
| & | sets ($offset, &$total) |
| setSpecToSectionId ($setSpec, $journalId=null) | |
| validIdentifier ($identifier) | |
Definition at line 28 of file JournalOAI.inc.php.
| JournalOAI.articleIdToIdentifier | ( | $ | articleId | ) |
Convert article ID to OAI identifier.
| $articleId | int |
Definition at line 60 of file JournalOAI.inc.php.
Referenced by repositoryInfo().
| JournalOAI.identifierExists | ( | $ | identifier | ) |
Reimplemented from OAI.
Definition at line 131 of file JournalOAI.inc.php.
References identifierToArticleId().
| & JournalOAI.identifiers | ( | $ | metadataPrefix, | |
| $ | from, | |||
| $ | until, | |||
| $ | set, | |||
| $ | offset, | |||
| $ | limit, | |||
| &$ | total | |||
| ) |
Reimplemented from OAI.
Definition at line 171 of file JournalOAI.inc.php.
References setSpecToSectionId().
| JournalOAI.identifierToArticleId | ( | $ | identifier | ) |
Convert OAI identifier to article ID.
| $identifier | string |
Definition at line 69 of file JournalOAI.inc.php.
Referenced by identifierExists(), record(), and validIdentifier().
| JournalOAI.JournalOAI | ( | $ | config | ) |
Definition at line 45 of file JournalOAI.inc.php.
References DAORegistry.getDAO(), Request.getJournal(), and Request.getSite().
| & JournalOAI.record | ( | $ | identifier | ) |
Reimplemented from OAI.
Definition at line 143 of file JournalOAI.inc.php.
References identifierToArticleId().
| & JournalOAI.records | ( | $ | metadataPrefix, | |
| $ | from, | |||
| $ | until, | |||
| $ | set, | |||
| $ | offset, | |||
| $ | limit, | |||
| &$ | total | |||
| ) |
Reimplemented from OAI.
Definition at line 157 of file JournalOAI.inc.php.
References setSpecToSectionId().
| & JournalOAI.repositoryInfo | ( | ) |
Reimplemented from OAI.
Definition at line 103 of file JournalOAI.inc.php.
References articleIdToIdentifier().
| & JournalOAI.resumptionToken | ( | $ | tokenId | ) |
Reimplemented from OAI.
Definition at line 193 of file JournalOAI.inc.php.
| & JournalOAI.saveResumptionToken | ( | $ | offset, | |
| $ | params | |||
| ) |
Reimplemented from OAI.
Definition at line 205 of file JournalOAI.inc.php.
| & JournalOAI.sets | ( | $ | offset, | |
| &$ | total | |||
| ) |
| JournalOAI.setSpecToSectionId | ( | $ | setSpec, | |
| $ | journalId = null | |||
| ) |
Get the journal ID and section ID corresponding to a set specifier.
Definition at line 82 of file JournalOAI.inc.php.
Referenced by identifiers(), and records().
| JournalOAI.validIdentifier | ( | $ | identifier | ) |
Reimplemented from OAI.
Definition at line 124 of file JournalOAI.inc.php.
References identifierToArticleId().
1.5.6