Superclass for all Workflows.
All implementing classes should overwrite the methods marked with:
TO BE OVERWRITTEN!
| Class | Description |
|---|---|
| PublishingWorkflow | The PublishingWorkflow is a really simple Workflow. |
| SingleReviewWorkflow | The SingleReviewWorkflow is a Workflow where one Person of a specified User Group has to accept the submitted Changes. |
Creates a new Workflow Instance.
Get the current Step of this Workflow.
If the Workflow has just started and no Activity has performed it returns null. Might be overwritten...
Return the Description of this Workflow.
TO BE OVERWRITTEN!
Get the Item for this Workflow instance.
DO NOT OVERWRITE!
Return the Name of this Workflow.
The Name should be a short String.
TO BE OVERWRITTEN!
Return the next possible Activities.
If there are no more Activities the Array has a length of 0.
TO BE OVERWRITTEN!
Will be called when the WorkflowService instantiates a new Object of this Type.
Overwrite this method to do some initialization work within your Workflow.
TO BE OVERWRITTEN!
Return whether the requested Activity could be performed.
TO BE OVERWRITTEN!
Documentation generated by phpDocumentor 1.3.1