<<

NAME

Koha::Illrequest::Workflow - Koha ILL Workflow parent class

SYNOPSIS

Object-oriented parent class for ILL workflow stages

DESCRIPTION

This class contains methods do be used by ILL workflow stages

API

Class Methods

new

    my $availability = Koha::Illrequest::Workflow::Availability->new( $params, 'opac' )

Create a new Koha::Illrequest::Workflow child class object. We store the metadata and ui_context

prep_metadata

    my $prepared = Koha::Illrequest::Workflow->prep_metadata($metadata);

Given our metadata, return a string representing that metadata that can be passed in a URL (encoded in JSON then Base64 encoded)

AUTHOR

Pedro Amorim <pedro.amorim@ptfs-europe.com>

<<