NAME

PICA::Modification::Request - Request for modification of an identified PICA+ record

VERSION

version 0.14

DESCRIPTION

PICA::Modification::Request models a request for modification of an identified PICA+ record. This class extends PICA::Modification with the following attributes:

request

A unique identifier of the request.

creator

An optional string to identify the creator of the request.

status

The modification requests's status which is one of 0 for unprocessed, 1 for processed or solved, and -1 for failed or rejected.

updated

Timestamp when the modification request was last updated or checked.

created

A timestamp when the modification request was created.

All timestamps are GMT with format YYYY-MM-DD HH:MM::SS.

METHODS

attributes

Returns a hash reference with attributes of this modification request (del, add, id, iln, epn, request, creator, status, updated, created).

update ( $status )

AUTHOR

Jakob Voß <voss@gbv.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.