Class: SingleReviewWorkflow

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

Class SingleReviewWorkflow

Class Overview

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

Located in /CORE/system/classes/workflow/SingleReviewWorkflow.php [line 43]

Workflow
   |
   --SingleReviewWorkflow
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: SingleReviewWorkflow.php,v 1.5 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 Workflow

Workflow::Workflow()
Creates a new Workflow Instance.
Workflow::getActivityID()
Get the current Step of this Workflow.
Workflow::getDescription()
Return the Description of this Workflow.
Workflow::getItem()
Get the Item for this Workflow instance.
Workflow::getName()
Return the Name of this Workflow.
Workflow::getPossibleActivities()
Return the next possible Activities.
Workflow::initWorkflow()
Will be called when the WorkflowService instantiates a new Object of this Type.
Workflow::performActivity()
Return whether the requested Activity could be performed.

[ Top ]
Method Summary
SingleReviewWorkflow   SingleReviewWorkflow()  
void   getDescription()  
void   getName()  
void   getPossibleActivities()  
void   getReviewerGroupID()   Returns the User Group ID of all User, who are allowed to review and Publish the Changes.
void   initWorkflow()  
void   performActivity()  

[ Top ]
Methods
Constructor SingleReviewWorkflow  [line 46]

  SingleReviewWorkflow SingleReviewWorkflow( )



[ Top ]
getDescription  [line 50]

  void getDescription( )



Redefinition of:
Workflow::getDescription()
Return the Description of this Workflow.

[ Top ]
getName  [line 55]

  void getName( )



Redefinition of:
Workflow::getName()
Return the Name of this Workflow.

[ Top ]
getPossibleActivities  [line 106]

  void getPossibleActivities( )



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

[ Top ]
getReviewerGroupID  [line 136]

  void getReviewerGroupID( )

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



[ Top ]
initWorkflow  [line 60]

  void initWorkflow( )



Redefinition of:
Workflow::initWorkflow()
Will be called when the WorkflowService instantiates a new Object of this Type.

[ Top ]
performActivity  [line 65]

  void performActivity( $activityID  )

Parameters:
   $activityID: 


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

[ Top ]