Open Journal Systems  3.3.0
WorkflowStageAccessPolicy Class Reference
Inheritance diagram for WorkflowStageAccessPolicy:
ContextPolicy PolicySet

Public Member Functions

 __construct ($request, &$args, $roleAssignments, $submissionParameterName, $stageId, $workflowType=null)
 
- Public Member Functions inherited from ContextPolicy
 __construct ($request)
 
- Public Member Functions inherited from PolicySet
 addPolicy ($policyOrPolicySet, $addToTop=false)
 
 getCombiningAlgorithm ()
 
 getEffectIfNoPolicyApplies ()
 
getPolicies ()
 
 setEffectIfNoPolicyApplies ($effectIfNoPolicyApplies)
 

Additional Inherited Members

- Data Fields inherited from PolicySet
 $_combiningAlgorithm
 
 $_effectIfNoPolicyApplies = AUTHORIZATION_DENY
 
 $_policies = array()
 

Detailed Description

Class to control access to OMP's submission workflow stage components.

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

Constructor & Destructor Documentation

◆ __construct()

WorkflowStageAccessPolicy::__construct (   $request,
$args,
  $roleAssignments,
  $submissionParameterName,
  $stageId,
  $workflowType = null 
)

Constructor

Parameters
$requestPKPRequest
$argsarray request arguments
$roleAssignmentsarray
$submissionParameterNamestring
$stageIdinteger One of the WORKFLOW_STAGE_ID_* constants.
$workflowTypestring|null Which workflow the stage access must be granted for. One of WORKFLOW_TYPE_*.

Definition at line 30 of file WorkflowStageAccessPolicy.inc.php.

References PolicySet\addPolicy().


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