You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by jw...@apache.org on 2005/03/17 10:46:51 UTC

svn commit: r157926 [23/25] - in lenya/site/apidocs/1.4: ./ org/apache/lenya/ac/ org/apache/lenya/ac/cache/ org/apache/lenya/ac/file/ org/apache/lenya/ac/impl/ org/apache/lenya/ac/ldap/ org/apache/lenya/cms/ac/ org/apache/lenya/cms/ac/cocoon/ org/apache/lenya/cms/ac/usecase/ org/apache/lenya/cms/ac/usecases/ org/apache/lenya/cms/ac/workflow/ org/apache/lenya/cms/ant/ org/apache/lenya/cms/authoring/ org/apache/lenya/cms/cocoon/acting/ org/apache/lenya/cms/cocoon/bean/ org/apache/lenya/cms/cocoon/components/modules/input/ org/apache/lenya/cms/cocoon/flow/ org/apache/lenya/cms/cocoon/generation/ org/apache/lenya/cms/cocoon/matching/ org/apache/lenya/cms/cocoon/scheduler/ org/apache/lenya/cms/cocoon/source/ org/apache/lenya/cms/cocoon/task/ org/apache/lenya/cms/cocoon/transformation/ org/apache/lenya/cms/cocoon/uriparameterizer/ org/apache/lenya/cms/cocoon/workflow/ org/apache/lenya/cms/metadata/dublincore/ org/apache/lenya/cms/metadata/usecases/ org/apache/lenya/cms/publication/ org/apache/lenya/cms/publication/task/ org/apache/lenya/cms/publication/templating/ org/apache/lenya/cms/publication/util/ org/apache/lenya/cms/publishing/ org/apache/lenya/cms/rc/ org/apache/lenya/cms/scheduler/ org/apache/lenya/cms/scheduler/xml/ org/apache/lenya/cms/search/usecases/ org/apache/lenya/cms/site/ org/apache/lenya/cms/site/topicmap/ org/apache/lenya/cms/site/tree/ org/apache/lenya/cms/site/usecases/ org/apache/lenya/cms/task/ org/apache/lenya/cms/usecase/ org/apache/lenya/cms/workflow/ org/apache/lenya/cms/workflow/usecases/ org/apache/lenya/defaultpub/cms/usecases/ org/apache/lenya/lucene/ org/apache/lenya/lucene/html/ org/apache/lenya/lucene/index/ org/apache/lenya/lucene/parser/ org/apache/lenya/net/ org/apache/lenya/search/ org/apache/lenya/search/crawler/ org/apache/lenya/util/ org/apache/lenya/workflow/ org/apache/lenya/workflow/impl/ org/apache/lenya/xml/

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/WorkflowImpl.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/WorkflowImpl.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/WorkflowImpl.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/WorkflowImpl.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:23:05 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:12 CET 2005 -->
 <TITLE>
 WorkflowImpl (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -48,8 +48,8 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowBuilder.html" title="class in org.apache.lenya.workflow.impl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowInstanceImpl.html" title="class in org.apache.lenya.workflow.impl"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowEngineImpl.html" title="class in org.apache.lenya.workflow.impl"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="WorkflowImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -135,8 +135,8 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected </CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#WorkflowImpl(java.lang.String, org.apache.lenya.workflow.impl.StateImpl)">WorkflowImpl</A></B>(java.lang.String&nbsp;_name,
-             <A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A>&nbsp;_initialState)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#WorkflowImpl(java.lang.String, java.lang.String)">WorkflowImpl</A></B>(java.lang.String&nbsp;_name,
+             java.lang.String&nbsp;_initialState)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance of WorkflowImpl.</TD>
@@ -154,7 +154,7 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;void</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#addEvent(org.apache.lenya.workflow.impl.EventImpl)">addEvent</A></B>(<A HREF="../../../../../org/apache/lenya/workflow/impl/EventImpl.html" title="class in org.apache.lenya.workflow.impl">EventImpl</A>&nbsp;event)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#addEvent(java.lang.String)">addEvent</A></B>(java.lang.String&nbsp;event)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds an event.</TD>
@@ -178,42 +178,43 @@
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>protected &nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#containsState(org.apache.lenya.workflow.State)">containsState</A></B>(<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A>&nbsp;state)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#containsState(java.lang.String)">containsState</A></B>(java.lang.String&nbsp;state)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if this workflow contains a state.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getDestination(org.apache.lenya.workflow.Transition)">getDestination</A></B>(<A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>&nbsp;transition)</CODE>
+<CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getEvents()">getEvents</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the destination state of a transition.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/EventImpl.html" title="class in org.apache.lenya.workflow.impl">EventImpl</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getEvent(java.lang.String)">getEvent</A></B>(java.lang.String&nbsp;_name)</CODE>
+<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getInitialState()">getInitialState</A></B>()</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the event for a certain event name.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the initial state of this workflow.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getInitialState()">getInitialState</A></B>()</CODE>
+<CODE>&nbsp;boolean</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getInitialValue(java.lang.String)">getInitialValue</A></B>(java.lang.String&nbsp;variableName)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the initial state of this workflow.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>[]</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getLeavingTransitions(org.apache.lenya.workflow.State)">getLeavingTransitions</A></B>(<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A>&nbsp;state)</CODE>
+<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getLeavingTransitions(java.lang.String)">getLeavingTransitions</A></B>(java.lang.String&nbsp;state)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the transitions that leave a state.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the transitions that leave a state.
+ </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -225,15 +226,7 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A></CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getState(java.lang.String)">getState</A></B>(java.lang.String&nbsp;_name)</CODE>
-
-<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the state with a certain name.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>protected &nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A>[]</CODE></FONT></TD>
+<CODE>protected &nbsp;java.lang.String[]</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html#getStates()">getStates</A></B>()</CODE>
 
 <BR>
@@ -297,11 +290,11 @@
 </TR>
 </TABLE>
 
-<A NAME="WorkflowImpl(java.lang.String, org.apache.lenya.workflow.impl.StateImpl)"><!-- --></A><H3>
+<A NAME="WorkflowImpl(java.lang.String, java.lang.String)"><!-- --></A><H3>
 WorkflowImpl</H3>
 <PRE>
 protected <B>WorkflowImpl</B>(java.lang.String&nbsp;_name,
-                       <A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A>&nbsp;_initialState)</PRE>
+                       java.lang.String&nbsp;_initialState)</PRE>
 <DL>
 <DD>Creates a new instance of WorkflowImpl.
 <P>
@@ -320,7 +313,7 @@
 <A NAME="getInitialState()"><!-- --></A><H3>
 getInitialState</H3>
 <PRE>
-public <A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A> <B>getInitialState</B>()</PRE>
+public java.lang.String <B>getInitialState</B>()</PRE>
 <DL>
 <DD>Returns the initial state of this workflow.
 <P>
@@ -367,44 +360,32 @@
 </DL>
 <HR>
 
-<A NAME="getDestination(org.apache.lenya.workflow.Transition)"><!-- --></A><H3>
-getDestination</H3>
-<PRE>
-protected <A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A> <B>getDestination</B>(<A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>&nbsp;transition)</PRE>
-<DL>
-<DD>Returns the destination state of a transition.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>transition</CODE> - A transition.
-<DT><B>Returns:</B><DD>The destination state.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="getLeavingTransitions(org.apache.lenya.workflow.State)"><!-- --></A><H3>
+<A NAME="getLeavingTransitions(java.lang.String)"><!-- --></A><H3>
 getLeavingTransitions</H3>
 <PRE>
-public <A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>[] <B>getLeavingTransitions</B>(<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A>&nbsp;state)</PRE>
+public <A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>[] <B>getLeavingTransitions</B>(java.lang.String&nbsp;state)
+                                   throws <A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></PRE>
 <DL>
+<DD><B>Description copied from interface: <CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A></CODE></B></DD>
 <DD>Returns the transitions that leave a state.
+ This method is used, e.g., to disable menu items.
 <P>
 <DD><DL>
-<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getLeavingTransitions(org.apache.lenya.workflow.State)">getLeavingTransitions</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A></CODE></DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getLeavingTransitions(java.lang.String)">getLeavingTransitions</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A></CODE></DL>
 </DD>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>state</CODE> - A state.
-<DT><B>Returns:</B><DD>The transitions that leave the state.</DL>
+<DT><B>Returns:</B><DD>The transitions that leave the state.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></CODE> - if the state is not contained.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getLeavingTransitions(java.lang.String)"><CODE>Workflow.getLeavingTransitions(java.lang.String)</CODE></A></DL>
 </DD>
 </DL>
 <HR>
 
-<A NAME="containsState(org.apache.lenya.workflow.State)"><!-- --></A><H3>
+<A NAME="containsState(java.lang.String)"><!-- --></A><H3>
 containsState</H3>
 <PRE>
-protected boolean <B>containsState</B>(<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A>&nbsp;state)</PRE>
+protected boolean <B>containsState</B>(java.lang.String&nbsp;state)</PRE>
 <DL>
 <DD>Checks if this workflow contains a state.
 <P>
@@ -422,7 +403,7 @@
 <A NAME="getStates()"><!-- --></A><H3>
 getStates</H3>
 <PRE>
-protected <A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A>[] <B>getStates</B>()</PRE>
+protected java.lang.String[] <B>getStates</B>()</PRE>
 <DL>
 <DD>Returns the states.
 <P>
@@ -436,30 +417,10 @@
 </DL>
 <HR>
 
-<A NAME="getState(java.lang.String)"><!-- --></A><H3>
-getState</H3>
-<PRE>
-protected <A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A> <B>getState</B>(java.lang.String&nbsp;_name)
-                      throws <A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></PRE>
-<DL>
-<DD>Returns the state with a certain name.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>_name</CODE> - The state name.
-<DT><B>Returns:</B><DD>A state.
-<DT><B>Throws:</B>
-<DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></CODE> - when the state does not exist.</DL>
-</DD>
-</DL>
-<HR>
-
-<A NAME="addEvent(org.apache.lenya.workflow.impl.EventImpl)"><!-- --></A><H3>
+<A NAME="addEvent(java.lang.String)"><!-- --></A><H3>
 addEvent</H3>
 <PRE>
-protected void <B>addEvent</B>(<A HREF="../../../../../org/apache/lenya/workflow/impl/EventImpl.html" title="class in org.apache.lenya.workflow.impl">EventImpl</A>&nbsp;event)</PRE>
+protected void <B>addEvent</B>(java.lang.String&nbsp;event)</PRE>
 <DL>
 <DD>Adds an event.
 <P>
@@ -472,26 +433,6 @@
 </DL>
 <HR>
 
-<A NAME="getEvent(java.lang.String)"><!-- --></A><H3>
-getEvent</H3>
-<PRE>
-public <A HREF="../../../../../org/apache/lenya/workflow/impl/EventImpl.html" title="class in org.apache.lenya.workflow.impl">EventImpl</A> <B>getEvent</B>(java.lang.String&nbsp;_name)
-                   throws <A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></PRE>
-<DL>
-<DD>Returns the event for a certain event name.
-<P>
-<DD><DL>
-</DL>
-</DD>
-<DD><DL>
-<DT><B>Parameters:</B><DD><CODE>_name</CODE> - A string.
-<DT><B>Returns:</B><DD>The event with this name.
-<DT><B>Throws:</B>
-<DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></CODE> - when no event with the given name exists.</DL>
-</DD>
-</DL>
-<HR>
-
 <A NAME="addVariable(org.apache.lenya.workflow.impl.BooleanVariableImpl)"><!-- --></A><H3>
 addVariable</H3>
 <PRE>
@@ -576,6 +517,39 @@
 <DT><B>Returns:</B><DD>The name of this workflow.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getName()"><CODE>Workflow.getName()</CODE></A></DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getInitialValue(java.lang.String)"><!-- --></A><H3>
+getInitialValue</H3>
+<PRE>
+public boolean <B>getInitialValue</B>(java.lang.String&nbsp;variableName)
+                        throws <A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getInitialValue(java.lang.String)">getInitialValue</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A></CODE></DL>
+</DD>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>variableName</CODE> - The variable name.
+<DT><B>Returns:</B><DD>The initial value of the variable.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/WorkflowException.html" title="class in org.apache.lenya.workflow">WorkflowException</A></CODE> - if the variable does not exist.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getInitialValue(java.lang.String)"><CODE>Workflow.getInitialValue(java.lang.String)</CODE></A></DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getEvents()"><!-- --></A><H3>
+getEvents</H3>
+<PRE>
+public java.lang.String[] <B>getEvents</B>()</PRE>
+<DL>
+<DD><DL>
+<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getEvents()">getEvents</A></CODE> in interface <CODE><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A></CODE></DL>
+</DD>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>The events.<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/lenya/workflow/Workflow.html#getEvents()"><CODE>Workflow.getEvents()</CODE></A></DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -605,8 +579,8 @@
 
 <TR>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowBuilder.html" title="class in org.apache.lenya.workflow.impl"><B>PREV CLASS</B></A>&nbsp;
-&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowInstanceImpl.html" title="class in org.apache.lenya.workflow.impl"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowEngineImpl.html" title="class in org.apache.lenya.workflow.impl"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;NEXT CLASS</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
   <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="WorkflowImpl.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
@@ -634,6 +608,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-frame.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-frame.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-frame.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-frame.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.workflow.impl (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -33,27 +33,17 @@
 <BR>
 <A HREF="BooleanVariableImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">BooleanVariableImpl</A>
 <BR>
-<A HREF="BooleanVariableInstanceImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">BooleanVariableInstanceImpl</A>
-<BR>
 <A HREF="ConditionFactory.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">ConditionFactory</A>
 <BR>
-<A HREF="EventImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">EventImpl</A>
-<BR>
-<A HREF="HistoryImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">HistoryImpl</A>
-<BR>
-<A HREF="StateImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">StateImpl</A>
-<BR>
-<A HREF="SynchronizedWorkflowInstancesImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">SynchronizedWorkflowInstancesImpl</A>
-<BR>
 <A HREF="TransitionImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">TransitionImpl</A>
 <BR>
-<A HREF="Version.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">Version</A>
+<A HREF="VersionImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">VersionImpl</A>
 <BR>
 <A HREF="WorkflowBuilder.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">WorkflowBuilder</A>
 <BR>
-<A HREF="WorkflowImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">WorkflowImpl</A>
+<A HREF="WorkflowEngineImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">WorkflowEngineImpl</A>
 <BR>
-<A HREF="WorkflowInstanceImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">WorkflowInstanceImpl</A></FONT></TD>
+<A HREF="WorkflowImpl.html" title="class in org.apache.lenya.workflow.impl" target="classFrame">WorkflowImpl</A></FONT></TD>
 </TR>
 </TABLE>
 

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-summary.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-summary.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-summary.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-summary.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.workflow.impl (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -101,38 +101,15 @@
 <TD>Implementation of a boolean variable.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/BooleanVariableInstanceImpl.html" title="class in org.apache.lenya.workflow.impl">BooleanVariableInstanceImpl</A></B></TD>
-<TD>Implementation of a boolean variable instance.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/ConditionFactory.html" title="class in org.apache.lenya.workflow.impl">ConditionFactory</A></B></TD>
 <TD>Factory to build conditions.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/EventImpl.html" title="class in org.apache.lenya.workflow.impl">EventImpl</A></B></TD>
-<TD>Implementation of an event.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/HistoryImpl.html" title="class in org.apache.lenya.workflow.impl">HistoryImpl</A></B></TD>
-<TD>
- The history of a workflow instance contains a list of all versions of the
- instance. </TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl">StateImpl</A></B></TD>
-<TD>Implementation of a state.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/SynchronizedWorkflowInstancesImpl.html" title="class in org.apache.lenya.workflow.impl">SynchronizedWorkflowInstancesImpl</A></B></TD>
-<TD>An object of this class encapsulates a set of synchronized workflow
- instances.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/TransitionImpl.html" title="class in org.apache.lenya.workflow.impl">TransitionImpl</A></B></TD>
 <TD>Implementation of a transition.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/Version.html" title="class in org.apache.lenya.workflow.impl">Version</A></B></TD>
+<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/VersionImpl.html" title="class in org.apache.lenya.workflow.impl">VersionImpl</A></B></TD>
 <TD>A version of the workflow history.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -140,12 +117,12 @@
 <TD>Utility class to build a workflow schema from a file.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html" title="class in org.apache.lenya.workflow.impl">WorkflowImpl</A></B></TD>
-<TD>Implementation of a workflow schema.</TD>
+<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowEngineImpl.html" title="class in org.apache.lenya.workflow.impl">WorkflowEngineImpl</A></B></TD>
+<TD>Workflow engine implementation.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowInstanceImpl.html" title="class in org.apache.lenya.workflow.impl">WorkflowInstanceImpl</A></B></TD>
-<TD>Implementation of a workflow instance.</TD>
+<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html" title="class in org.apache.lenya.workflow.impl">WorkflowImpl</A></B></TD>
+<TD>Implementation of a workflow schema.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -202,6 +179,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-tree.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-tree.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-tree.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/impl/package-tree.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.workflow.impl Class Hierarchy (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -88,18 +88,14 @@
 <LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/AbstractCondition.html" title="class in org.apache.lenya.workflow.impl"><B>AbstractCondition</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Condition.html" title="interface in org.apache.lenya.workflow">Condition</A>)
 <UL>
 <LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/BooleanVariableCondition.html" title="class in org.apache.lenya.workflow.impl"><B>BooleanVariableCondition</B></A></UL>
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/ConditionFactory.html" title="class in org.apache.lenya.workflow.impl"><B>ConditionFactory</B></A><LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/SynchronizedWorkflowInstancesImpl.html" title="class in org.apache.lenya.workflow.impl"><B>SynchronizedWorkflowInstancesImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/SynchronizedWorkflowInstances.html" title="interface in org.apache.lenya.workflow">SynchronizedWorkflowInstances</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/TransitionImpl.html" title="class in org.apache.lenya.workflow.impl"><B>TransitionImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowBuilder.html" title="class in org.apache.lenya.workflow.impl"><B>WorkflowBuilder</B></A><LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowInstanceImpl.html" title="class in org.apache.lenya.workflow.impl"><B>WorkflowInstanceImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/WorkflowInstance.html" title="interface in org.apache.lenya.workflow">WorkflowInstance</A>)
-</UL>
+<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/ConditionFactory.html" title="class in org.apache.lenya.workflow.impl"><B>ConditionFactory</B></A><LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/TransitionImpl.html" title="class in org.apache.lenya.workflow.impl"><B>TransitionImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A>)
+<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowBuilder.html" title="class in org.apache.lenya.workflow.impl"><B>WorkflowBuilder</B></A></UL>
 <LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/ActionImpl.html" title="class in org.apache.lenya.workflow.impl"><B>ActionImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Action.html" title="interface in org.apache.lenya.workflow">Action</A>)
 <LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/BooleanVariableAssignmentImpl.html" title="class in org.apache.lenya.workflow.impl"><B>BooleanVariableAssignmentImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/BooleanVariableAssignment.html" title="interface in org.apache.lenya.workflow">BooleanVariableAssignment</A>)
 <LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/BooleanVariableImpl.html" title="class in org.apache.lenya.workflow.impl"><B>BooleanVariableImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/BooleanVariable.html" title="interface in org.apache.lenya.workflow">BooleanVariable</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/BooleanVariableInstanceImpl.html" title="class in org.apache.lenya.workflow.impl"><B>BooleanVariableInstanceImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/BooleanVariableInstance.html" title="interface in org.apache.lenya.workflow">BooleanVariableInstance</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/EventImpl.html" title="class in org.apache.lenya.workflow.impl"><B>EventImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Event.html" title="interface in org.apache.lenya.workflow">Event</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/HistoryImpl.html" title="class in org.apache.lenya.workflow.impl"><B>HistoryImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/History.html" title="interface in org.apache.lenya.workflow">History</A>, org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/WorkflowListener.html" title="interface in org.apache.lenya.workflow">WorkflowListener</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/StateImpl.html" title="class in org.apache.lenya.workflow.impl"><B>StateImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A>)
-<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/Version.html" title="class in org.apache.lenya.workflow.impl"><B>Version</B></A><LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html" title="class in org.apache.lenya.workflow.impl"><B>WorkflowImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A>)
+<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/VersionImpl.html" title="class in org.apache.lenya.workflow.impl"><B>VersionImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Version.html" title="interface in org.apache.lenya.workflow">Version</A>)
+<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowEngineImpl.html" title="class in org.apache.lenya.workflow.impl"><B>WorkflowEngineImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/WorkflowEngine.html" title="interface in org.apache.lenya.workflow">WorkflowEngine</A>)
+<LI TYPE="circle">class org.apache.lenya.workflow.impl.<A HREF="../../../../../org/apache/lenya/workflow/impl/WorkflowImpl.html" title="class in org.apache.lenya.workflow.impl"><B>WorkflowImpl</B></A> (implements org.apache.lenya.workflow.<A HREF="../../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A>)
 </UL>
 </UL>
 <HR>
@@ -153,6 +149,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-frame.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-frame.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-frame.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-frame.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.workflow (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -29,27 +29,19 @@
 <BR>
 <A HREF="BooleanVariableAssignment.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>BooleanVariableAssignment</I></A>
 <BR>
-<A HREF="BooleanVariableInstance.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>BooleanVariableInstance</I></A>
-<BR>
 <A HREF="Condition.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Condition</I></A>
 <BR>
-<A HREF="Event.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Event</I></A>
-<BR>
-<A HREF="History.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>History</I></A>
-<BR>
 <A HREF="Situation.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Situation</I></A>
 <BR>
-<A HREF="State.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>State</I></A>
-<BR>
-<A HREF="SynchronizedWorkflowInstances.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>SynchronizedWorkflowInstances</I></A>
-<BR>
 <A HREF="Transition.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Transition</I></A>
 <BR>
+<A HREF="Version.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Version</I></A>
+<BR>
 <A HREF="Workflow.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Workflow</I></A>
 <BR>
-<A HREF="WorkflowInstance.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>WorkflowInstance</I></A>
+<A HREF="Workflowable.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>Workflowable</I></A>
 <BR>
-<A HREF="WorkflowListener.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>WorkflowListener</I></A></FONT></TD>
+<A HREF="WorkflowEngine.html" title="interface in org.apache.lenya.workflow" target="classFrame"><I>WorkflowEngine</I></A></FONT></TD>
 </TR>
 </TABLE>
 

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-summary.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-summary.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-summary.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-summary.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.workflow (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -93,54 +93,36 @@
 <TD>Boolean variable assignment.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/BooleanVariableInstance.html" title="interface in org.apache.lenya.workflow">BooleanVariableInstance</A></B></TD>
-<TD>An instance of a boolean variable.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Condition.html" title="interface in org.apache.lenya.workflow">Condition</A></B></TD>
 <TD>A condition can prevent a transition from firing,
  based on the current situation. </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Event.html" title="interface in org.apache.lenya.workflow">Event</A></B></TD>
-<TD>A workflow event.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/History.html" title="interface in org.apache.lenya.workflow">History</A></B></TD>
-<TD>Workflow history.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Situation.html" title="interface in org.apache.lenya.workflow">Situation</A></B></TD>
 <TD>A situation contains all information that is needed to decide which
  workflow transitions can fire at a certain moment.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow">State</A></B></TD>
-<TD>Workflow state.</TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/SynchronizedWorkflowInstances.html" title="interface in org.apache.lenya.workflow">SynchronizedWorkflowInstances</A></B></TD>
-<TD>
- Synchronized workflow instances.
- </TD>
-</TR>
-<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow">Transition</A></B></TD>
 <TD>
  A transition describes the switching of a workflow instance
  from one state to another. </TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Version.html" title="interface in org.apache.lenya.workflow">Version</A></B></TD>
+<TD>A version of the workflow history.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow">Workflow</A></B></TD>
 <TD>A workflow schema.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/WorkflowInstance.html" title="interface in org.apache.lenya.workflow">WorkflowInstance</A></B></TD>
-<TD>A workflow instance is an incarnation of a workflow schema. </TD>
+<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/Workflowable.html" title="interface in org.apache.lenya.workflow">Workflowable</A></B></TD>
+<TD>Interface for objects which can be workflowed.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/WorkflowListener.html" title="interface in org.apache.lenya.workflow">WorkflowListener</A></B></TD>
-<TD>Workflow listener interface.</TD>
+<TD WIDTH="15%"><B><A HREF="../../../../org/apache/lenya/workflow/WorkflowEngine.html" title="interface in org.apache.lenya.workflow">WorkflowEngine</A></B></TD>
+<TD>Workflow engine.</TD>
 </TR>
 </TABLE>
 &nbsp;
@@ -211,6 +193,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-tree.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-tree.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-tree.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/workflow/package-tree.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.workflow Class Hierarchy (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -96,7 +96,7 @@
 <UL>
 <LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Action.html" title="interface in org.apache.lenya.workflow"><B>Action</B></A><UL>
 <LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/BooleanVariableAssignment.html" title="interface in org.apache.lenya.workflow"><B>BooleanVariableAssignment</B></A></UL>
-<LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/BooleanVariable.html" title="interface in org.apache.lenya.workflow"><B>BooleanVariable</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/BooleanVariableInstance.html" title="interface in org.apache.lenya.workflow"><B>BooleanVariableInstance</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Condition.html" title="interface in org.apache.lenya.workflow"><B>Condition</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Event.html" title="interface in org.apache.lenya.workflow"><B>Event</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/History.html" title="interface in org.apache.lenya.workflow"><B>History</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Situation.html" title="interface in org.apache.lenya.workflow"><B>Situation</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/State.html" title="interface in org.apache.lenya.workflow"><B>State</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/SynchronizedWorkflowInstances.html" title="interface in org.apache.lenya.workflow"><B>SynchronizedWorkflowInstances</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow"><B>Transition</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow"><B>Workflow</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/WorkflowInstance.html" title="interface in org.apache.lenya.workflow"><B>WorkflowInstance</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/WorkflowListener.html" title="interface in org.apache.lenya.workflow"><B>WorkflowListener</B></A></UL>
+<LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/BooleanVariable.html" title="interface in org.apache.lenya.workflow"><B>BooleanVariable</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Condition.html" title="interface in org.apache.lenya.workflow"><B>Condition</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Situation.html" title="interface in org.apache.lenya.workflow"><B>Situation</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Transition.html" title="interface in org.apache.lenya.workflow"><B>Transition</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Version.html" title="interface in org.apache.lenya.workflow"><B>Version</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Workflow.html" title="interface in org.apache.lenya.workflow"><B>Workflow</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/Workflowable.html" title="interface in org.apache.lenya.workflow"><B>Workflowable</B></A><LI TYPE="circle">interface org.apache.lenya.workflow.<A HREF="../../../../org/apache/lenya/workflow/WorkflowEngine.html" title="interface in org.apache.lenya.workflow"><B>WorkflowEngine</B></A></UL>
 <HR>
 
 
@@ -148,6 +148,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/DocumentHelper.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/DocumentHelper.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/DocumentHelper.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/DocumentHelper.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:23:05 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:12 CET 2005 -->
 <TITLE>
 DocumentHelper (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -172,7 +172,8 @@
             java.lang.String&nbsp;namespaceUri)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all child elements of an element that belong to a certain namespace.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all child elements of an element that belong to a certain
+ namespace.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -182,8 +183,8 @@
             java.lang.String&nbsp;localName)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all child elements of an element that belong to a certain namespace
- and have a certain local name.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all child elements of an element that belong to a certain
+ namespace and have a certain local name.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -192,8 +193,8 @@
               java.lang.String&nbsp;namespaceUri)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the first child element of an element that belong to a certain namespace
- or <code>null</code> if none exists.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the first child element of an element that belong to a certain
+ namespace or <code>null</code> if none exists.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -203,8 +204,9 @@
               java.lang.String&nbsp;localName)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the first child element of an element that belongs to a certain namespace
- and has a certain local name or <code>null</code> if none exists.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the first child element of an element that belongs to a certain
+ namespace and has a certain local name or <code>null</code> if none
+ exists.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -213,7 +215,8 @@
                 java.lang.String&nbsp;namespaceUri)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all following sibling elements of an element that belong to a certain namespace.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all following sibling elements of an element that belong to a
+ certain namespace.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -223,8 +226,29 @@
                 java.lang.String&nbsp;localName)</CODE>
 
 <BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all following sibling elements of an element that belong to a certain namespace.
- </TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all following sibling elements of an element that belong to a
+ certain namespace. and have a certain local name.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.w3c.dom.Element[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/lenya/xml/DocumentHelper.html#getPrecedingSiblings(org.w3c.dom.Element, java.lang.String)">getPrecedingSiblings</A></B>(org.w3c.dom.Element&nbsp;element,
+                     java.lang.String&nbsp;namespaceUri)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all preceding sibling elements of an element that belong to a
+ certain namespace.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.w3c.dom.Element[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/lenya/xml/DocumentHelper.html#getPrecedingSiblings(org.w3c.dom.Element, java.lang.String, java.lang.String)">getPrecedingSiblings</A></B>(org.w3c.dom.Element&nbsp;element,
+                     java.lang.String&nbsp;namespaceUri,
+                     java.lang.String&nbsp;localName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns all preceding sibling elements of an element that belong to a
+ certain namespace. and have a certain local name.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -382,12 +406,14 @@
  the document element.
 <P>
 <DD><DL>
-<DT><B>Parameters:</B><DD><CODE>namespaceUri</CODE> - The namespace URL of the root element.<DD><CODE>qualifiedName</CODE> - The qualified name of the root element.<DD><CODE>documentType</CODE> - The type of document to be created or null. When doctype is not null,
-        its Node.ownerDocument attribute is set to the document being created.
+<DT><B>Parameters:</B><DD><CODE>namespaceUri</CODE> - The namespace URL of the root element.<DD><CODE>qualifiedName</CODE> - The qualified name of the root element.<DD><CODE>documentType</CODE> - The type of document to be created or null. When
+            doctype is not null, its Node.ownerDocument attribute is set
+            to the document being created.
 <DT><B>Returns:</B><DD>A new Document object.
 <DT><B>Throws:</B>
 <DD><CODE>org.w3c.dom.DOMException</CODE> - if an error occurs
-<DD><CODE>javax.xml.parsers.ParserConfigurationException</CODE> - if an error occurs<DT><B>See Also:</B><DD><CODE>DOMImplementation.createDocument(String, String, DocumentType)</CODE></DL>
+<DD><CODE>javax.xml.parsers.ParserConfigurationException</CODE> - if an error occurs<DT><B>See Also:</B><DD><CODE>DOMImplementation.createDocument(String, String,
+      DocumentType)</CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -568,7 +594,8 @@
 <DT><B>Parameters:</B><DD><CODE>qualifiedName</CODE> - The qualified name of the document type.<DD><CODE>publicId</CODE> - The public identifier.<DD><CODE>systemId</CODE> - The system identifier.
 <DT><B>Returns:</B><DD>the document type
 <DT><B>Throws:</B>
-<DD><CODE>javax.xml.parsers.ParserConfigurationException</CODE> - if an error occurs<DT><B>See Also:</B><DD><CODE>DOMImplementation.createDocumentType(java.lang.String, java.lang.String, java.lang.String)</CODE></DL>
+<DD><CODE>javax.xml.parsers.ParserConfigurationException</CODE> - if an error occurs<DT><B>See Also:</B><DD><CODE>DOMImplementation.createDocumentType(java.lang.String,
+      java.lang.String, java.lang.String)</CODE></DL>
 </DD>
 </DL>
 <HR>
@@ -579,8 +606,8 @@
 public static org.w3c.dom.Element <B>getFirstChild</B>(org.w3c.dom.Element&nbsp;element,
                                                 java.lang.String&nbsp;namespaceUri)</PRE>
 <DL>
-<DD>Returns the first child element of an element that belong to a certain namespace
- or <code>null</code> if none exists.
+<DD>Returns the first child element of an element that belong to a certain
+ namespace or <code>null</code> if none exists.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.
@@ -596,8 +623,9 @@
                                                 java.lang.String&nbsp;namespaceUri,
                                                 java.lang.String&nbsp;localName)</PRE>
 <DL>
-<DD>Returns the first child element of an element that belongs to a certain namespace
- and has a certain local name or <code>null</code> if none exists.
+<DD>Returns the first child element of an element that belongs to a certain
+ namespace and has a certain local name or <code>null</code> if none
+ exists.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.<DD><CODE>localName</CODE> - The local name of the children.
@@ -626,7 +654,8 @@
 public static org.w3c.dom.Element[] <B>getChildren</B>(org.w3c.dom.Element&nbsp;element,
                                                 java.lang.String&nbsp;namespaceUri)</PRE>
 <DL>
-<DD>Returns all child elements of an element that belong to a certain namespace.
+<DD>Returns all child elements of an element that belong to a certain
+ namespace.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.
@@ -642,8 +671,8 @@
                                                 java.lang.String&nbsp;namespaceUri,
                                                 java.lang.String&nbsp;localName)</PRE>
 <DL>
-<DD>Returns all child elements of an element that belong to a certain namespace
- and have a certain local name.
+<DD>Returns all child elements of an element that belong to a certain
+ namespace and have a certain local name.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.<DD><CODE>localName</CODE> - The local name of the children.
@@ -687,7 +716,8 @@
 public static org.w3c.dom.Element[] <B>getNextSiblings</B>(org.w3c.dom.Element&nbsp;element,
                                                     java.lang.String&nbsp;namespaceUri)</PRE>
 <DL>
-<DD>Returns all following sibling elements of an element that belong to a certain namespace.
+<DD>Returns all following sibling elements of an element that belong to a
+ certain namespace.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.
@@ -703,14 +733,47 @@
                                                     java.lang.String&nbsp;namespaceUri,
                                                     java.lang.String&nbsp;localName)</PRE>
 <DL>
-<DD>Returns all following sibling elements of an element that belong to a certain namespace.
- and have a certain local name.
+<DD>Returns all following sibling elements of an element that belong to a
+ certain namespace. and have a certain local name.
 <P>
 <DD><DL>
 <DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.<DD><CODE>localName</CODE> - The local name of the children.
 <DT><B>Returns:</B><DD>The following sibling elements.</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getPrecedingSiblings(org.w3c.dom.Element, java.lang.String)"><!-- --></A><H3>
+getPrecedingSiblings</H3>
+<PRE>
+public static org.w3c.dom.Element[] <B>getPrecedingSiblings</B>(org.w3c.dom.Element&nbsp;element,
+                                                         java.lang.String&nbsp;namespaceUri)</PRE>
+<DL>
+<DD>Returns all preceding sibling elements of an element that belong to a
+ certain namespace.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.
+<DT><B>Returns:</B><DD>The preceding sibling elements.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getPrecedingSiblings(org.w3c.dom.Element, java.lang.String, java.lang.String)"><!-- --></A><H3>
+getPrecedingSiblings</H3>
+<PRE>
+public static org.w3c.dom.Element[] <B>getPrecedingSiblings</B>(org.w3c.dom.Element&nbsp;element,
+                                                         java.lang.String&nbsp;namespaceUri,
+                                                         java.lang.String&nbsp;localName)</PRE>
+<DL>
+<DD>Returns all preceding sibling elements of an element that belong to a
+ certain namespace. and have a certain local name.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>namespaceUri</CODE> - The namespace that the childen must belong to.<DD><CODE>localName</CODE> - The local name of the children.
+<DT><B>Returns:</B><DD>The preceding sibling elements.</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -769,6 +832,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/NamespaceHelper.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/NamespaceHelper.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/NamespaceHelper.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/NamespaceHelper.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:23:05 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:13 CET 2005 -->
 <TITLE>
 NamespaceHelper (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -222,6 +222,16 @@
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>&nbsp;org.w3c.dom.Element[]</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../org/apache/lenya/xml/NamespaceHelper.html#getPrecedingSiblings(org.w3c.dom.Element, java.lang.String)">getPrecedingSiblings</A></B>(org.w3c.dom.Element&nbsp;element,
+                     java.lang.String&nbsp;localName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the preceding siblings of an element with a local name in the namespace
+ of this NamespaceHelper or <code>null</code> if none exists.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../org/apache/lenya/xml/NamespaceHelper.html#getPrefix()">getPrefix</A></B>()</CODE>
 
@@ -491,6 +501,22 @@
 <DT><B>Returns:</B><DD>the next siblings.</DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="getPrecedingSiblings(org.w3c.dom.Element, java.lang.String)"><!-- --></A><H3>
+getPrecedingSiblings</H3>
+<PRE>
+public org.w3c.dom.Element[] <B>getPrecedingSiblings</B>(org.w3c.dom.Element&nbsp;element,
+                                                  java.lang.String&nbsp;localName)</PRE>
+<DL>
+<DD>Returns the preceding siblings of an element with a local name in the namespace
+ of this NamespaceHelper or <code>null</code> if none exists.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>element</CODE> - The parent element.<DD><CODE>localName</CODE> - The local name of the children to return.
+<DT><B>Returns:</B><DD>the preceding siblings.</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 
@@ -549,6 +575,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/RelaxNG.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/RelaxNG.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/RelaxNG.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/RelaxNG.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:23:05 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:13 CET 2005 -->
 <TITLE>
 RelaxNG (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -303,6 +303,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/XLink.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/XLink.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/XLink.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/XLink.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:23:05 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:13 CET 2005 -->
 <TITLE>
 XLink (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -461,6 +461,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/XPath.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/XPath.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/XPath.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/XPath.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:23:05 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:13 CET 2005 -->
 <TITLE>
 XPath (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -384,6 +384,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/package-frame.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/package-frame.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/package-frame.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/package-frame.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.xml (Apache Lenya API - Version 1.4-dev)
 </TITLE>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/package-summary.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/package-summary.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/package-summary.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/package-summary.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.xml (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -156,6 +156,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/org/apache/lenya/xml/package-tree.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/org/apache/lenya/xml/package-tree.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/org/apache/lenya/xml/package-tree.html (original)
+++ lenya/site/apidocs/1.4/org/apache/lenya/xml/package-tree.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:46 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:08 CET 2005 -->
 <TITLE>
 org.apache.lenya.xml Class Hierarchy (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -136,6 +136,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>

Modified: lenya/site/apidocs/1.4/overview-frame.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/overview-frame.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/overview-frame.html (original)
+++ lenya/site/apidocs/1.4/overview-frame.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:42 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:07 CET 2005 -->
 <TITLE>
 Overview (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -84,12 +84,12 @@
 <BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publication/package-frame.html" target="packageFrame">org.apache.lenya.cms.publication</A></FONT>
 <BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publication/file/package-frame.html" target="packageFrame">org.apache.lenya.cms.publication.file</A></FONT>
-<BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publication/task/package-frame.html" target="packageFrame">org.apache.lenya.cms.publication.task</A></FONT>
 <BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publication/templating/package-frame.html" target="packageFrame">org.apache.lenya.cms.publication.templating</A></FONT>
 <BR>
+<FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publication/usecases/package-frame.html" target="packageFrame">org.apache.lenya.cms.publication.usecases</A></FONT>
+<BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publication/util/package-frame.html" target="packageFrame">org.apache.lenya.cms.publication.util</A></FONT>
 <BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/publishing/package-frame.html" target="packageFrame">org.apache.lenya.cms.publishing</A></FONT>
@@ -114,11 +114,11 @@
 <BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/usecase/package-frame.html" target="packageFrame">org.apache.lenya.cms.usecase</A></FONT>
 <BR>
+<FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/usecase/scheduling/package-frame.html" target="packageFrame">org.apache.lenya.cms.usecase.scheduling</A></FONT>
+<BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/workflow/package-frame.html" target="packageFrame">org.apache.lenya.cms.workflow</A></FONT>
 <BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/cms/workflow/usecases/package-frame.html" target="packageFrame">org.apache.lenya.cms.workflow.usecases</A></FONT>
-<BR>
-<FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/defaultpub/cms/task/package-frame.html" target="packageFrame">org.apache.lenya.defaultpub.cms.task</A></FONT>
 <BR>
 <FONT CLASS="FrameItemFont"><A HREF="org/apache/lenya/defaultpub/cms/usecases/package-frame.html" target="packageFrame">org.apache.lenya.defaultpub.cms.usecases</A></FONT>
 <BR>

Modified: lenya/site/apidocs/1.4/overview-summary.html
URL: http://svn.apache.org/viewcvs/lenya/site/apidocs/1.4/overview-summary.html?view=diff&r1=157925&r2=157926
==============================================================================
--- lenya/site/apidocs/1.4/overview-summary.html (original)
+++ lenya/site/apidocs/1.4/overview-summary.html Thu Mar 17 01:39:23 2005
@@ -2,7 +2,7 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.4.2_03) on Mon Feb 21 14:22:42 EST 2005 -->
+<!-- Generated by javadoc (build 1.4.2) on Thu Mar 17 10:25:07 CET 2005 -->
 <TITLE>
 Overview (Apache Lenya API - Version 1.4-dev)
 </TITLE>
@@ -191,15 +191,15 @@
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/publication/file/package-summary.html">org.apache.lenya.cms.publication.file</A></B></TD>
+<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/publication/task/package-summary.html">org.apache.lenya.cms.publication.task</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/publication/task/package-summary.html">org.apache.lenya.cms.publication.task</A></B></TD>
+<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/publication/templating/package-summary.html">org.apache.lenya.cms.publication.templating</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/publication/templating/package-summary.html">org.apache.lenya.cms.publication.templating</A></B></TD>
+<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/publication/usecases/package-summary.html">org.apache.lenya.cms.publication.usecases</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -251,15 +251,15 @@
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/workflow/package-summary.html">org.apache.lenya.cms.workflow</A></B></TD>
+<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/usecase/scheduling/package-summary.html">org.apache.lenya.cms.usecase.scheduling</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/workflow/usecases/package-summary.html">org.apache.lenya.cms.workflow.usecases</A></B></TD>
+<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/workflow/package-summary.html">org.apache.lenya.cms.workflow</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
-<TD WIDTH="20%"><B><A HREF="org/apache/lenya/defaultpub/cms/task/package-summary.html">org.apache.lenya.defaultpub.cms.task</A></B></TD>
+<TD WIDTH="20%"><B><A HREF="org/apache/lenya/cms/workflow/usecases/package-summary.html">org.apache.lenya.cms.workflow.usecases</A></B></TD>
 <TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
@@ -364,6 +364,6 @@
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
 
 <HR>
-Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
+Copyright © 1999-2004 Apache Software Foundation. All Rights Reserved.
 </BODY>
 </HTML>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org