Open Monograph Press
3.3.0
|
Public Member Functions | |
__construct () | |
internalReview ($args, $request) | |
setupIndex ($request) | |
![]() | |
access ($args, $request) | |
authorize ($request, &$args, $roleAssignments) | |
editorDecisionActions ($args, $request) | |
editorial ($args, $request) | |
externalReview ($args, $request) | |
index ($args, $request) | |
production ($args, $request) | |
setupTemplate ($request) | |
submission ($args, $request) | |
submissionProgressBar ($args, $request) | |
![]() | |
addPolicy ($authorizationPolicy, $addToTop=false) | |
addRoleAssignment ($roleIds, $operations) | |
getApiToken () | |
& | getAuthorizedContext () |
& | getAuthorizedContextObject ($assocType) |
& | getDispatcher () |
getFirstUserContext ($user, $contexts) | |
getId () | |
getLastAuthorizationMessage () | |
getRoleAssignment ($roleId) | |
getRoleAssignments () | |
getSiteRedirectContext ($request) | |
getTargetContext ($request, &$contextsCount=null) | |
initialize ($request) | |
markRoleAssignmentsChecked () | |
requireSSL () | |
setApiToken ($apiToken) | |
setDispatcher ($dispatcher) | |
setEnforceRestrictedSite ($enforceRestrictedSite) | |
setId ($id) | |
validate ($requiredContexts=null, $request=null) | |
Protected Member Functions | |
_getRepresentationsGridUrl ($request, $submission) | |
getEditorAssignmentNotificationTypeByStageId ($stageId) | |
![]() | |
_redirectToIndex ($args, $request) | |
identifyStageId ($request, $args) | |
notificationOptionsByStage ($user, $stageId, $contextId) | |
Additional Inherited Members | |
![]() | |
static | getPageParamName ($rangeName) |
static | getRangeInfo ($request, $rangeName, $contextData=null) |
static | hashPageContext ($request, $contextData=array()) |
![]() | |
$_isBackendPage = true | |
![]() | |
$_authorizationDecisionManager | |
$_checks = array() | |
$_dispatcher | |
$_enforceRestrictedSite = true | |
$_id | |
$_isBackendPage = false | |
$_roleAssignments = array() | |
$_roleAssignmentsChecked = false | |
![]() | |
$_apiToken = null | |
Handle requests for the submssion workflow.
Definition at line 21 of file WorkflowHandler.inc.php.
WorkflowHandler::__construct | ( | ) |
Constructor
Reimplemented from PKPHandler.
Definition at line 25 of file WorkflowHandler.inc.php.
References PKPHandler\addRoleAssignment().
|
protected |
Get the URL for the galley/publication formats grid with a placeholder for the publicationId value
Request | $request | |
Submission | $submission |
Reimplemented from PKPWorkflowHandler.
Definition at line 160 of file WorkflowHandler.inc.php.
|
protected |
Return the editor assignment notification type based on stage id.
$stageId | int |
Reimplemented from PKPWorkflowHandler.
Definition at line 141 of file WorkflowHandler.inc.php.
WorkflowHandler::internalReview | ( | $args, | |
$request | |||
) |
Show the internal review stage.
$args | array |
$request | PKPRequest |
Definition at line 52 of file WorkflowHandler.inc.php.
References PKPWorkflowHandler\_redirectToIndex().
WorkflowHandler::setupIndex | ( | $request | ) |
Setup variables for the template
$request | Request |
Reimplemented from PKPWorkflowHandler.
Definition at line 60 of file WorkflowHandler.inc.php.
References PKPServices\get(), PKPLocale\getAllLocales(), PKPHandler\getAuthorizedContextObject(), and PKPTemplateManager\getManager().