[Yanel-commits] rev 36363 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Tue May 6 10:31:49 CEST 2008


Author: michi
Date: 2008-05-06 10:31:48 +0200 (Tue, 06 May 2008)
New Revision: 36363

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5
Log:
note about checkout and checkin added

Modified: public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5	2008-05-06 08:31:23 UTC (rev 36362)
+++ public/yanel/trunk/src/realms/yanel-website/content/f4fb5067-e96e-4c4f-9e18-9ea15f8e57d5	2008-05-06 08:31:48 UTC (rev 36363)
@@ -4,7 +4,7 @@
   <title>Workflow</title>
   <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/>
 </head>
-<body>  <h1>Workflow<br/></h1>  <p>The XMLResource src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java for example has the WorkflowableV1 interface implemented. Also check the YanelServlet for how the workflow interface is used.</p><p>WorkflowableV1 interfaces requires that a resource has also the VersionableV2 interface implemented.</p><p>A workflow schema can be associated with a resource by adding a reference within the corresponding resource configuration, for example:</p><p>
+<body>  <h1>Workflow<br/></h1>  <p>The XMLResource src/resources/xml/src/java/org/wyona/yanel/impl/resources/XMLResource.java for example has the WorkflowableV1 interface implemented. Also check the YanelServlet for how the workflow interface is used.</p><p>WorkflowableV1 interfaces requires that a resource has also the VersionableV2 interface implemented. (NOTE re Yarep: In order to create revisions one must implement Node.checkout() and Node.checkin() when modifying the content of nodes!)<br/></p><p>A workflow schema can be associated with a resource by adding a reference within the corresponding resource configuration, for example:</p><p>
 <code>
 &lt;yanel:property name=&quot;workflow-schema&quot; value=&quot;/app/workflow/workflow-with-review.xml&quot;/&gt;
 </code>



More information about the Yanel-commits mailing list