Class: WorkflowActivity

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

Class WorkflowActivity

Class Overview

A WorkflowActivity defines a Activity within an Workflow.

Located in /CORE/system/classes/workflow/WorkflowActivity.php [line 35]



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

Methods

[ Top ]
Descendants
Child Class Description
PendingReviewActivity The PendingReviewActivity is initiated by the Author.
AssignWorkflowActivity The AssignWorkflowActivity is initiated by the Reviewer.
TerminatingActivity The TerminatingActivity deletes a Future Language Version.
RejectChangesActivity The RejectChangesActivity is initiated by the Reviewer.
PublishingActivity The PublishingActivity publishes the current Future Version.

[ Top ]
Method Summary
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   getNextActivities()  
boolean   performActivity()   Perform this Activity on the given Item.

[ Top ]
Methods
getDescription  [line 47]

  void getDescription( )

Get the Description of this Activity.



Redefined in descendants as:

[ Top ]
getID  [line 40]

  void getID( )

Get the ID of this Activity.



Redefined in descendants as:

[ Top ]
getName  [line 54]

  void getName( )

Get the Name of this Activity.



Redefined in descendants as:

[ Top ]
getNextActivities  [line 58]

  void getNextActivities( )



[ Top ]
performActivity  [line 68]

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

Perform this Activity on the given Item.

It the given Activity could not be found, it returns FALSE.

Parameters:
   $itemtype: 
   $itemid: 
   $languageid: 

API Tags:
Return:  whether the Activity was successful performed or not


Redefined in descendants as:

[ Top ]