|
Open Journal Systems
3.3.0
|
Data Fields | |
| $_issue | |
Data Fields inherited from PKPImportExportDeployment | |
| $_authorDBIds | |
| $_baseImportPath = '' | |
| $_context | |
| $_fileDBIds | |
| $_processedObjectsErrors = array() | |
| $_processedObjectsIds = array() | |
| $_processedObjectsWarnings = array() | |
| $_publication | |
| $_submission | |
| $_user | |
Class configuring the native import/export process to this application's specifics.
Definition at line 19 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::__construct | ( | $context, | |
| $user | |||
| ) |
Constructor
Reimplemented from PKPNativeImportExportDeployment.
Definition at line 28 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::getIssue | ( | ) |
Get the import/export issue.
Definition at line 78 of file NativeImportExportDeployment.inc.php.
References $_issue.
| NativeImportExportDeployment::getRepresentationNodeName | ( | ) |
Get the representation node name
Reimplemented from PKPImportExportDeployment.
Definition at line 54 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::getSchemaFilename | ( | ) |
Get the schema filename.
Reimplemented from PKPNativeImportExportDeployment.
Definition at line 62 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::getSubmissionNodeName | ( | ) |
Get the submission node name
Reimplemented from PKPNativeImportExportDeployment.
Definition at line 39 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::getSubmissionsNodeName | ( | ) |
Get the submissions node name
Reimplemented from PKPNativeImportExportDeployment.
Definition at line 47 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::removeImportedObjects | ( | $assocType | ) |
Remove the processed objects.
| $assocType | integer ASSOC_TYPE_... |
Reimplemented from PKPImportExportDeployment.
Definition at line 86 of file NativeImportExportDeployment.inc.php.
References DAORegistry\getDAO(), and PKPImportExportDeployment\getProcessedObjectsIds().
| NativeImportExportDeployment::setIssue | ( | $issue | ) |
Set the import/export issue.
| $issue | Issue |
Definition at line 70 of file NativeImportExportDeployment.inc.php.
| NativeImportExportDeployment::$_issue |
Definition at line 21 of file NativeImportExportDeployment.inc.php.
Referenced by getIssue().