Author: dr
Date: Thu Nov 15 17:35:07 2007
New Revision: 6743

Log:
- Fixed classnames in tutorial.

Modified:
    trunk/Workflow/docs/tutorial.txt

Modified: trunk/Workflow/docs/tutorial.txt
==============================================================================
--- trunk/Workflow/docs/tutorial.txt [iso-8859-1] (original)
+++ trunk/Workflow/docs/tutorial.txt [iso-8859-1] Thu Nov 15 17:35:07 2007
@@ -189,15 +189,15 @@
 Workflow Definition
 -------------------
 
-ezcWorkflowDefinitionXml
-
-  The ezcWorkflowDefinitionXml class provides the functionality to save 
workflow
-  definitions to and load workflow definitions from XML files.
-
-ezcWorkflowDatabaseDefinition
-
-  The ezcWorkflowDatabaseDefinition class provides the functionality to save
-  workflow definitions to and load workflow definitions from a relational
+ezcWorkflowDefinitionStorageXml
+
+  The ezcWorkflowDefinitionStorageXml class provides the functionality to save
+  workflow definitions to and load workflow definitions from XML files.
+
+ezcWorkflowDatabaseDefinitionStorage
+
+  The ezcWorkflowDatabaseDefinition Storageclass provides the functionality to
+  save workflow definitions to and load workflow definitions from a relational
   database.
 
 Graph Node Classes
@@ -432,9 +432,9 @@
   evaluates to true when the associated workflow variable is greater than the
   comparison value.
 
-ezcWorkflowConditionIsEqualToOrGreaterThan
-
-  The condition represented by an ezcWorkflowConditionIsEqualToOrGreaterThan
+ezcWorkflowConditionIsEqualOrGreaterThan
+
+  The condition represented by an ezcWorkflowConditionIsEqualOrGreaterThan
   object evaluates to true when the associated workflow variable is equal to or
   greater than the comparison value.
 
@@ -444,9 +444,9 @@
   evaluates to true when the associated workflow variable is less than the
   comparison value.
 
-ezcWorkflowConditionIsEqualToOrLessThan
-
-  The condition represented by an ezcWorkflowConditionIsEqualToOrLessThan
+ezcWorkflowConditionIsEqualOrLessThan
+
+  The condition represented by an ezcWorkflowConditionIsEqualOrLessThan
   object evaluates to true when the associated workflow variable is equal to or
   less than the comparison value.
 


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to