Class WorkflowActivity

Description

A WorkflowActivity defines a Activity within an Workflow.

  • version: $Id: WorkflowActivity.php,v 1.3 2006/11/26 22:04:00 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Direct descendents
Class Description
AssignWorkflowActivity The AssignWorkflowActivity is initiated by the Reviewer.
PendingReviewActivity The PendingReviewActivity is initiated by the Author.
PublishingActivity The PublishingActivity publishes the current Future Version.
RejectChangesActivity The RejectChangesActivity is initiated by the Reviewer.
TerminatingActivity The TerminatingActivity deletes a Future Language Version.
Method Summary
void getDescription ()
void getID ()
void getName ()
boolean performActivity ( $itemtype,  $itemid,  $languageid)
Methods
getDescription (line 47)

Get the Description of this Activity.

void getDescription ()

Redefined in descendants as:
getID (line 40)

Get the ID of this Activity.

void getID ()

Redefined in descendants as:
getName (line 54)

Get the Name of this Activity.

void getName ()

Redefined in descendants as:
getNextActivities (line 58)
void getNextActivities ()
performActivity (line 68)

Perform this Activity on the given Item.

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

  • return: whether the Activity was successful performed or not
boolean performActivity ( $itemtype,  $itemid,  $languageid)
  • $itemtype
  • $itemid
  • $languageid

Redefined in descendants as:

Documentation generated by phpDocumentor 1.3.1