Class: RejectChangesActivity

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

Class RejectChangesActivity

Class Overview

The RejectChangesActivity is initiated by the Reviewer.

It will be performed if the Reviewer does not like the changes and wants the Author to rework on the Item. It reassigns the Future Item back to the last "modifiedBy" User and deletes all review Access Rights

Located in /CORE/system/classes/workflow/RejectChangesActivity.php [line 52]

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

Properties

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 ]
Property Summary
mixed   $activity  

[ Top ]
Method Summary
RejectChangesActivity   RejectChangesActivity()  
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 ]
Properties
mixed   $activity = '' [line 54]

[ Top ]
Methods
Constructor RejectChangesActivity  [line 56]

  RejectChangesActivity RejectChangesActivity( [ $activityID = '']  )

Parameters:
   $activityID: 


[ 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 ]