RecordWriterStrategyInterface

Extends

Interface for record writer strategies.

category

VuFind

package

Harvest_Tools

author

Demian Katz demian.katz@villanova.edu

license

http://opensource.org/licenses/gpl-2.0.php GNU General Public License

link

Wiki

Methods

Add the ID of a deleted record.

addDeletedRecord(string $id) : void

Arguments

$id

string

ID

Add a non-deleted record.

addRecord(string $id, string $record) : void

Arguments

$id

string

ID

$record

string

Record XML

Called before the writing process begins.

beginWrite() : void

Close out the writing process.

endWrite() : void

Get base path for writes.

getBasePath() : string

Response

string