<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to WorkflowXMLConfiguration</title><link>https://sourceforge.net/p/jharksworkflow/wiki/WorkflowXMLConfiguration/</link><description>Recent changes to WorkflowXMLConfiguration</description><atom:link href="https://sourceforge.net/p/jharksworkflow/wiki/WorkflowXMLConfiguration/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 10 Mar 2013 12:17:14 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jharksworkflow/wiki/WorkflowXMLConfiguration/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage WorkflowXMLConfiguration modified by mrizzo99</title><link>https://sourceforge.net/p/jharksworkflow/wiki/WorkflowXMLConfiguration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -21,50 +21,49 @@
       more
     

-The  tag is simply the root tag for the XML configuration file.  The root tag simply indicates the beginning and the end of the configuration of the WorkFlowManager.
+The  tag is simply the root tag for the XML configuration file.  The root tag simply indicates the beginning and the end of the configuration of the WorkFlowManager.

-The  tag indicates a specific state within the work flow.  When we refer to state we refer to a particular finite state with a state transition machine.  A state represents a temporary position in a work flow with associated properties.  The  tag correspond to an instance of the State class (org.chboston.parentlink.workflow.State)
-      Attributes of the  tag: 
+The  tag indicates a specific state within the work flow.  When we refer to state we refer to a particular finite state with a state transition machine.  A state represents a temporary position in a work flow with associated properties.  The  tag correspond to an instance of the State class (org.jharks.workflow.State)
+      Attributes of the  tag: 
 -  name: represents the logical name of the state.

 -  view-mapping: the view-mapping associated with this state.  The view mapping will be returned to the ViewController in order for the appropriate GUI screen to be displayed on the client.

-      Configurable tags allowed within  tag:
-        1 or more.
+      Configurable tags allowed within  tag:
+        1 or more.

-The  tag models a link between two states.  Allows for the transition of one state to another state within the work flow.  The  tag corresponds to an instance of the Transition class (org.chboston.parentlink.workflow.Transition).
-     Attributes of the  tag:
+The  tag models a link between two states.  Allows for the transition of one state to another state within the work flow.  The  tag corresponds to an instance of the Transition class (org.jharks.workflow.Transition).
+     Attributes of the  tag:
 -  name: the logical name of the transition.

 -  next-state: the logical name of the destination state of the transition.

-       Configurable tags allowed within  tag:
-        1 or more
-        0 or 1
+       Configurable tags allowed within  tag:
+        1 or more
+        0 or 1

-The  tag models a conditional rule that determines whether a transition will occur or not between two states.  The tag corresponds to an instance of the Transition class (org.chboston.parentlink.workflow.Rule).
-     Attributes of the  tag:
--  type: the Java class that contains the implementation of the Rule subclass.  The class specified must be a subclass of org.chboston.parentlink.workflow.Rule.
+The  tag models a conditional rule that determines whether a transition will occur or not between two states.  The tag corresponds to an instance of the Transition class (org.jharks.workflow.Rule).
+     Attributes of the  tag:
+-  type: the Java class that contains the implementation of the Rule subclass.  The class specified must be a subclass of org.jharks.workflow.Rule.

-       Configurable tags allowed within  tag:
-        0 or more
+       Configurable tags allowed within  tag:
+        0 or more

-The  tag models a configurable generic condition to be applied within the configured Rule instance.  The tag corresponds to an instance of the Transition class (org.chboston.parentlink.workflow.RuleCondition).
-     Attributes of the  tag:
--  type: the Java class that contains the implementation of the RuleCondition subclass.  The class specified must be a subclass of org.chboston.parentlink.workflow.RuleCondition
+The  tag models a configurable generic condition to be applied within the configured Rule instance.  The tag corresponds to an instance of the Transition class (org.jharks.workflow.RuleCondition).
+     Attributes of the  tag:
+-  type: the Java class that contains the implementation of the RuleCondition subclass.  The class specified must be a subclass of org.jharks.workflow.RuleCondition

-       Configurable tags allowed within  tag:
+       Configurable tags allowed within  tag:
         0 or more

-The  tag is an inner tag of the  tag only. The tag is used to set an attribute on the implementation of the RuleCondition.  The implementator/configuration manager must insure that the property being set in the configuration matches an appropriate attribute with getter/setter methods within the RuleCondition implementation.
-     Attributes of the  tag:
+The  tag is an inner tag of the  tag only. The tag is used to set an attribute on the implementation of the RuleCondition.  The implementator/configuration manager must insure that the property being set in the configuration matches an appropriate attribute with getter/setter methods within the RuleCondition implementation.
+     Attributes of the  tag:
 -  name: the name of the property to set.

 -  value: the value of the named property.

-       Configurable tags allowed within  tag:
-       None.
-   
+       Configurable tags allowed within  tag:
+       None.   

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Sun, 10 Mar 2013 12:17:14 -0000</pubDate><guid>https://sourceforge.netc36fa1b4adf42b6337cf0976689be05e785bf4d5</guid></item><item><title>WikiPage WorkflowXMLConfiguration modified by mrizzo99</title><link>https://sourceforge.net/p/jharksworkflow/wiki/WorkflowXMLConfiguration/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,4 +1,4 @@
-The WorkFlowManager will utilize a main XML configuration file (workflow.xml) to configure all states and transitions applicable within the application work flow.  This configuration file basically models a single, all encompassing, work flow through within the application. 
+The WorkFlowManager will utilize a main XML configuration file (workflow.xml) to configure all states and transitions applicable within the application work flow.  This configuration file basically models a single, all encompassing, work flow within the application.

 Depicted below is the skeleton of the workflow.xml file and its associated tags.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mrizzo99</dc:creator><pubDate>Sun, 10 Mar 2013 12:08:22 -0000</pubDate><guid>https://sourceforge.net391a40eb39ba50999c79549b12e7264ef58b55b7</guid></item></channel></rss>