Class: AssignWorkflowActivity

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

Class AssignWorkflowActivity

Class Overview

The AssignWorkflowActivity is initiated by the Reviewer.

It will be performed if the Reviewer wants to take the Workflow Activity.

Located in /CORE/system/classes/workflow/AssignWorkflowActivity.php [line 49]

WorkflowActivity
   |
   --AssignWorkflowActivity
Author(s):
  • Kevin Papst
Information Tags:
Version:  $Id: AssignWorkflowActivity.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   $userID  

[ Top ]
Method Summary
AssignWorkflowActivity   AssignWorkflowActivity()  
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   $userID = '' [line 51]

[ Top ]
Methods
Constructor AssignWorkflowActivity  [line 53]

  AssignWorkflowActivity AssignWorkflowActivity( [ $user = '']  )

Parameters:
   $user: 


[ Top ]
getDescription  [line 71]

  void getDescription( )

Get the Description of this Activity.



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

[ Top ]
getID  [line 63]

  void getID( )

Get the ID of this Activity.



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

[ Top ]
getName  [line 79]

  void getName( )

Get the Name of this Activity.



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

[ Top ]
performActivity  [line 84]

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

Parameters:
   $itemtype: 
   $itemid: 
   $languageid: 


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

[ Top ]