Open Journal Systems  3.3.0
WorkflowTabHandler Class Reference
Inheritance diagram for WorkflowTabHandler:
PKPWorkflowTabHandler Handler PKPHandler

Public Member Functions

 fetchTab ($args, $request)
 
- Public Member Functions inherited from PKPWorkflowTabHandler
 __construct ()
 
 authorize ($request, &$args, $roleAssignments)
 
 setupTemplate ($request)
 
- Public Member Functions inherited from PKPHandler
 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)
 
 index ($args, $request)
 
 initialize ($request)
 
 markRoleAssignmentsChecked ()
 
 requireSSL ()
 
 setApiToken ($apiToken)
 
 setDispatcher ($dispatcher)
 
 setEnforceRestrictedSite ($enforceRestrictedSite)
 
 setId ($id)
 
 validate ($requiredContexts=null, $request=null)
 

Protected Member Functions

 getProductionNotificationOptions ($submissionId)
 
- Protected Member Functions inherited from PKPWorkflowTabHandler
 getEditorAssignmentNotificationTypeByStageId ($stageId)
 

Additional Inherited Members

- Static Public Member Functions inherited from PKPHandler
static getPageParamName ($rangeName)
 
static getRangeInfo ($request, $rangeName, $contextData=null)
 
static hashPageContext ($request, $contextData=array())
 
- Data Fields inherited from PKPHandler
 $_authorizationDecisionManager
 
 $_checks = array()
 
 $_dispatcher
 
 $_enforceRestrictedSite = true
 
 $_id
 
 $_isBackendPage = false
 
 $_roleAssignments = array()
 
 $_roleAssignmentsChecked = false
 
- Protected Attributes inherited from PKPHandler
 $_apiToken = null
 

Detailed Description

Handle AJAX operations for workflow tabs.

Definition at line 19 of file WorkflowTabHandler.inc.php.

Member Function Documentation

◆ fetchTab()

WorkflowTabHandler::fetchTab (   $args,
  $request 
)

Fetch the specified workflow tab.

Parameters
$argsarray
$requestRequest
Returns
JSONMessage JSON object

Reimplemented from PKPWorkflowTabHandler.

Definition at line 24 of file WorkflowTabHandler.inc.php.

References PKPHandler\getAuthorizedContextObject(), PKPTemplateManager\getManager(), and PKPWorkflowTabHandler\setupTemplate().

◆ getProductionNotificationOptions()

WorkflowTabHandler::getProductionNotificationOptions (   $submissionId)
protected

Get all production notification options to be used in the production stage tab.

Parameters
$submissionIdint
Returns
array

Reimplemented from PKPWorkflowTabHandler.

Definition at line 57 of file WorkflowTabHandler.inc.php.


The documentation for this class was generated from the following file: