Class SingleReviewWorkflow

Description

The SingleReviewWorkflow is a Workflow where one Person of a specified User Group has to accept the submitted Changes.

  • version: $Id: SingleReviewWorkflow.php,v 1.5 2006/11/26 22:04:00 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License
Workflow
   |
   --SingleReviewWorkflow
Method Summary
SingleReviewWorkflow SingleReviewWorkflow ()
void getDescription ()
void getName ()
void initWorkflow ()
void performActivity ( $activityID)
Methods
Constructor SingleReviewWorkflow (line 46)
SingleReviewWorkflow SingleReviewWorkflow ()
getDescription (line 50)
void getDescription ()

Redefinition of:
Workflow::getDescription()
Return the Description of this Workflow.
getName (line 55)
void getName ()

Redefinition of:
Workflow::getName()
Return the Name of this Workflow.
getPossibleActivities (line 106)
void getPossibleActivities ()

Redefinition of:
Workflow::getPossibleActivities()
Return the next possible Activities.
getReviewerGroupID (line 136)

Returns the User Group ID of all User, who are allowed to review and Publish the Changes.

void getReviewerGroupID ()
initWorkflow (line 60)
void initWorkflow ()

Redefinition of:
Workflow::initWorkflow()
Will be called when the WorkflowService instantiates a new Object of this Type.
performActivity (line 65)
void performActivity ( $activityID)
  • $activityID

Redefinition of:
Workflow::performActivity()
Return whether the requested Activity could be performed.

Inherited Methods

Inherited From Workflow

Workflow::Workflow()
Workflow::getActivityID()
Workflow::getDescription()
Workflow::getItem()
Workflow::getName()
Workflow::getPossibleActivities()
Workflow::initWorkflow()
Workflow::performActivity()

Documentation generated by phpDocumentor 1.3.1