[Yanel-commits] rev 36378 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Tue May 6 13:45:06 CEST 2008


Author: michi
Date: 2008-05-06 13:45:05 +0200 (Tue, 06 May 2008)
New Revision: 36378

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/WorkflowableV1.java
Log:
javadoc improved

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/WorkflowableV1.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/WorkflowableV1.java	2008-05-06 11:44:47 UTC (rev 36377)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/WorkflowableV1.java	2008-05-06 11:45:05 UTC (rev 36378)
@@ -77,7 +77,7 @@
     String getWorkflowState(String revision) throws WorkflowException;
     
     /**
-     * Sets the workflow state of the given revision.
+     * Sets the workflow state of the given revision, for example a "review" status
      * @param state
      * @param revision
      * @throws WorkflowException
@@ -103,7 +103,7 @@
     String getWorkflowVariable(String name) throws WorkflowException;
     
     /**
-     * Sets the workflow variable with the given name.
+     * Sets the workflow variable with the given name, for example a "live" flag
      * @param name
      * @param value
      * @throws WorkflowException



More information about the Yanel-commits mailing list