|
Open Journal Systems
3.3.0
|
Protected Member Functions | |
| initMarkupConversionHelper ($request, $journal) | |
Protected Member Functions inherited from Plugin | |
| _registerTemplateResource ($inCore=false) | |
Protected Attributes | |
| $_batchConversionHelper = null | |
| $_markupConversionHelper = null | |
| $_otsWrapper = null | |
| $_parentPluginName = null | |
| $_plugin = null | |
| $_user = null | |
Additional Inherited Members | |
Data Fields inherited from Plugin | |
| $pluginCategory | |
| $pluginPath | |
| $request | |
Batch conversion Helper class.
Responds to requests for batch files conversion.
Definition at line 19 of file MarkupBatchGatewayPlugin.inc.php.
| MarkupBatchGatewayPlugin::__construct | ( | $parentPluginName | ) |
Constructor
| string | $parentPluginName |
Definition at line 55 of file MarkupBatchGatewayPlugin.inc.php.
References PluginRegistry\getPlugin().
| MarkupBatchGatewayPlugin::fetch | ( | $args, | |
| $request | |||
| ) |
Handles URL requests for sending commands to batch conversion process
| $args | Array of url arguments |
Reimplemented from GatewayPlugin.
Definition at line 146 of file MarkupBatchGatewayPlugin.inc.php.
References $_batchConversionHelper, $_plugin, $_user, Plugin\$request, MarkupConversionHelper\createConversionJobInfo(), fatalError(), DAORegistry\getDAO(), MarkupConversionHelper\getOTSWrapperInstance(), initMarkupConversionHelper(), and MarkupConversionHelper\validateAccessToken().
| MarkupBatchGatewayPlugin::getDescription | ( | ) |
Get plugin description
Reimplemented from Plugin.
Definition at line 108 of file MarkupBatchGatewayPlugin.inc.php.
| MarkupBatchGatewayPlugin::getDisplayName | ( | ) |
Get plugin display name
Reimplemented from Plugin.
Definition at line 99 of file MarkupBatchGatewayPlugin.inc.php.
| & MarkupBatchGatewayPlugin::getMarkupPlugin | ( | ) |
Get the parent plugin
Definition at line 117 of file MarkupBatchGatewayPlugin.inc.php.
References $_plugin.
Referenced by getPluginPath().
| MarkupBatchGatewayPlugin::getName | ( | ) |
Get the name of this plugin. The name must be unique within its category.
Reimplemented from Plugin.
Definition at line 90 of file MarkupBatchGatewayPlugin.inc.php.
| MarkupBatchGatewayPlugin::getPluginPath | ( | ) |
Overwrite plugin path with parent's plugin path
Reimplemented from Plugin.
Definition at line 126 of file MarkupBatchGatewayPlugin.inc.php.
References getMarkupPlugin().
| MarkupBatchGatewayPlugin::getSeq | ( | ) |
Return a number indicating the sequence in which this plugin should be registered compared to others of its category. Higher = later.
Reimplemented from Plugin.
Definition at line 135 of file MarkupBatchGatewayPlugin.inc.php.
|
protected |
Creates an instance of markup conversion helper
| $request | PKPRequest |
| $journal | Journal |
Definition at line 70 of file MarkupBatchGatewayPlugin.inc.php.
References MarkupConversionHelper\getOTSWrapperInstance().
Referenced by fetch().
|
protected |
MarkupBatchConversionHelper Batch conversion helper object
Definition at line 34 of file MarkupBatchGatewayPlugin.inc.php.
Referenced by fetch().
|
protected |
MarkupConversionHelper Markup conversion helper object
Definition at line 29 of file MarkupBatchGatewayPlugin.inc.php.
|
protected |
XMLPSWrapper Reference to wrapper class for OTS Service
Definition at line 49 of file MarkupBatchGatewayPlugin.inc.php.
|
protected |
string Name of parent plugin
Definition at line 24 of file MarkupBatchGatewayPlugin.inc.php.
|
protected |
MarkupPlugin Reference to markup plugin
Definition at line 44 of file MarkupBatchGatewayPlugin.inc.php.
Referenced by fetch(), and getMarkupPlugin().
|
protected |
User user object
Definition at line 39 of file MarkupBatchGatewayPlugin.inc.php.
Referenced by fetch().