Class RejectChangesActivity

Description

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

  • version: $Id: RejectChangesActivity.php,v 1.4 2006/11/26 22:04:00 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
WorkflowActivity
   |
   --RejectChangesActivity
Variable Summary
mixed $activity
Method Summary
RejectChangesActivity RejectChangesActivity ([ $activityID = ''])
void getDescription ()
void getID ()
void getName ()
void performActivity ( $itemtype,  $itemid,  $languageid)
Variables
mixed $activity = '' (line 54)
Methods
Constructor RejectChangesActivity (line 56)
RejectChangesActivity RejectChangesActivity ([ $activityID = ''])
  • $activityID
getDescription (line 72)

Get the Description of this Activity.

void getDescription ()

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

Get the ID of this Activity.

void getID ()

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

Get the Name of this Activity.

void getName ()

Redefinition of:
WorkflowActivity::getName()
Get the Name of this Activity.
performActivity (line 85)
void performActivity ( $itemtype,  $itemid,  $languageid)
  • $itemtype
  • $itemid
  • $languageid

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

Inherited Methods

Inherited From WorkflowActivity

WorkflowActivity::getDescription()
WorkflowActivity::getID()
WorkflowActivity::getName()
WorkflowActivity::getNextActivities()
WorkflowActivity::performActivity()

Documentation generated by phpDocumentor 1.3.1