Class: PendingReviewActivity

Source Location: /CORE/system/classes/workflow/PendingReviewActivity.php

Class PendingReviewActivity

Class Overview

The PendingReviewActivity is initiated by the Author.

It unassigns the current Workflow and sets the "Pending Access Rights" for all User of the configured Review User Group.

Located in /CORE/system/classes/workflow/PendingReviewActivity.php [line 50]

WorkflowActivity
   |
   --PendingReviewActivity
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: PendingReviewActivity.php,v 1.3 2006/11/26 22:04:00 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From WorkflowActivity

WorkflowActivity::getDescription()
Get the Description of this Activity.
WorkflowActivity::getID()
Get the ID of this Activity.
WorkflowActivity::getName()
Get the Name of this Activity.
WorkflowActivity::getNextActivities()
WorkflowActivity::performActivity()
Perform this Activity on the given Item.

[ Top ]
Method Summary
PendingReviewActivity   PendingReviewActivity()  
void   getDescription()   Get the Description of this Activity.
void   getID()   Get the ID of this Activity.
void   getName()   Get the Name of this Activity.
void   performActivity()  

[ Top ]
Methods
Constructor PendingReviewActivity  [line 57]

  PendingReviewActivity PendingReviewActivity( $reviewGroupID  )

Parameters:
   $reviewGroupID: 


[ Top ]
getDescription  [line 72]

  void getDescription( )

Get the Description of this Activity.



Redefinition of:
WorkflowActivity::getDescription()
Get the Description of this Activity.

[ Top ]
getID  [line 64]

  void getID( )

Get the ID of this Activity.



Redefinition of:
WorkflowActivity::getID()
Get the ID of this Activity.

[ Top ]
getName  [line 80]

  void getName( )

Get the Name of this Activity.



Redefinition of:
WorkflowActivity::getName()
Get the Name of this Activity.

[ Top ]
performActivity  [line 85]

  void performActivity( $itemtype, $itemid, $languageid  )

Parameters:
   $itemtype: 
   $itemid: 
   $languageid: 


Redefinition of:
WorkflowActivity::performActivity()
Perform this Activity on the given Item.

[ Top ]