Open Monograph Press  3.3.0
Onix30ExportDeployment.inc.php
1 <?php
2 
17 import('lib.pkp.classes.plugins.importexport.PKPImportExportDeployment');
18 
25  function __construct($context, $user) {
26  parent::__construct($context, $user);
27  }
28 
29  //
30  // Deploymenturation items for subclasses to override
31  //
36  function getSubmissionNodeName() {
37  return 'ONIXMessage';
38  }
39 
44  function getSchemaFilename() {
45  return 'ONIX_BookProduct_3.0_reference.xsd';
46  }
47 
52  function getNamespace() {
53  return 'http://ns.editeur.org/onix/3.0/reference';
54  }
55 }
56 
57 
PKPImportExportDeployment
Base class configuring the import/export process to an application's specifics.
Definition: PKPImportExportDeployment.inc.php:20
Onix30ExportDeployment
Class configuring the native import/export process to this application's specifics.
Definition: Onix30ExportDeployment.inc.php:19
Onix30ExportDeployment\getSchemaFilename
getSchemaFilename()
Definition: Onix30ExportDeployment.inc.php:44
Onix30ExportDeployment\getSubmissionNodeName
getSubmissionNodeName()
Definition: Onix30ExportDeployment.inc.php:36
Onix30ExportDeployment\__construct
__construct($context, $user)
Definition: Onix30ExportDeployment.inc.php:25
Onix30ExportDeployment\getNamespace
getNamespace()
Definition: Onix30ExportDeployment.inc.php:52