|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| __construct ($context, $user) | |
| getNamespace () | |
| getSchemaFilename () | |
| getSite () | |
| setSite ($site) | |
Public Member Functions inherited from PKPImportExportDeployment | |
| addError ($assocType, $assocId, $errorMsg) | |
| addProcessedObjectId ($assocType, $assocId) | |
| addWarning ($assocType, $assocId, $warningMsg) | |
| getAuthorDBId ($authorId) | |
| getAuthorDBIds () | |
| getContext () | |
| getFileDBId ($fileId, $revisionId=null) | |
| getFileDBIds () | |
| getImportPath () | |
| getProcessedObjectsErrors ($assocType) | |
| getProcessedObjectsIds ($assocType) | |
| getProcessedObjectsWarnings ($assocType) | |
| getPublication () | |
| getRepresentationNodeName () | |
| getSubmission () | |
| getSubmissionNodeName () | |
| getSubmissionsNodeName () | |
| getUser () | |
| removeImportedObjects ($assocType) | |
| setAuthorDBId ($authorId, $DBId) | |
| setAuthorDBIds ($authorDBIds) | |
| setContext ($context) | |
| setFileDBId ($fileId, $revisionId, $DBId) | |
| setFileDBIds ($fileDBIds) | |
| setImportPath ($path) | |
| setPublication ($publication) | |
| setSubmission ($submission) | |
| setUser ($user) | |
Data Fields | |
| $_site | |
Data Fields inherited from PKPImportExportDeployment | |
| $_authorDBIds | |
| $_baseImportPath = '' | |
| $_context | |
| $_fileDBIds | |
| $_processedObjectsErrors = array() | |
| $_processedObjectsIds = array() | |
| $_processedObjectsWarnings = array() | |
| $_publication | |
| $_submission | |
| $_user | |
Class configuring the user import/export process to this application's specifics.
Definition at line 19 of file PKPUserImportExportDeployment.inc.php.
| PKPUserImportExportDeployment::__construct | ( | $context, | |
| $user | |||
| ) |
Constructor
Reimplemented from PKPImportExportDeployment.
Definition at line 31 of file PKPUserImportExportDeployment.inc.php.
References PKPApplication\get(), and setSite().
| PKPUserImportExportDeployment::getNamespace | ( | ) |
Get the namespace URN
Reimplemented from PKPImportExportDeployment.
Definition at line 65 of file PKPUserImportExportDeployment.inc.php.
| PKPUserImportExportDeployment::getSchemaFilename | ( | ) |
Get the schema filename.
Reimplemented from PKPImportExportDeployment.
Definition at line 57 of file PKPUserImportExportDeployment.inc.php.
| PKPUserImportExportDeployment::getSite | ( | ) |
Get the site.
Definition at line 49 of file PKPUserImportExportDeployment.inc.php.
References $_site.
| PKPUserImportExportDeployment::setSite | ( | $site | ) |
Set the site.
| $site | Site |
Definition at line 41 of file PKPUserImportExportDeployment.inc.php.
Referenced by __construct().
| Site PKPUserImportExportDeployment::$_site |
Definition at line 24 of file PKPUserImportExportDeployment.inc.php.
Referenced by getSite().