Class PublishingWorkflow

Description

The PublishingWorkflow is a really simple Workflow.


It saves all changes in a Future version, until the current User publishes these changes. The changes will not be visible to the Public audience, until the User publishes them. We also do not create a thousand Histoty versions, cause only one Future version is updated, until everything is fine.

  • version: $Id: PublishingWorkflow.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
   |
   --PublishingWorkflow
Method Summary
PublishingWorkflow PublishingWorkflow ()
void getDescription ()
void getName ()
void initWorkflow ()
void performActivity ( $activityID)
Methods
Constructor PublishingWorkflow (line 48)
PublishingWorkflow PublishingWorkflow ()
getDescription (line 52)
void getDescription ()

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

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

Redefinition of:
Workflow::getPossibleActivities()
Return the next possible Activities.
initWorkflow (line 62)
void initWorkflow ()

Redefinition of:
Workflow::initWorkflow()
Will be called when the WorkflowService instantiates a new Object of this Type.
performActivity (line 67)
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