Koen Aers | 1 Aug 2007 16:33

[jbpm-cvs] jbpm.3/designer/jpdl/org.jbpm.gd.jpdl/schema ...

  User: kaers   
  Date: 07/08/01 10:33:26

  Modified:    designer/jpdl/org.jbpm.gd.jpdl/schema  xmlMappings.exsd
  Log:
  Add ability to forward and reverse map Semantic Elements to/from Dom Node/Xml Adapters jpdl: GPD-111

  Revision  Changes    Path
  1.3       +153 -136  jbpm.3/designer/jpdl/org.jbpm.gd.jpdl/schema/xmlMappings.exsd

  (In the diff below, changes in quantity of whitespace are not shown.)

  Index: xmlMappings.exsd
  ===================================================================
  RCS file: /cvsroot/jbpm/jbpm.3/designer/jpdl/org.jbpm.gd.jpdl/schema/xmlMappings.exsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- xmlMappings.exsd	21 Mar 2007 11:29:56 -0000	1.2
  +++ xmlMappings.exsd	1 Aug 2007 14:33:26 -0000	1.3
   <at>  <at>  -68,6 +68,23  <at>  <at> 
                  </appInfo>
               </annotation>
            </attribute>
  +         <attribute name="mapperClass" type="string">
  +            <annotation>
  +               <documentation>
  +                  class used to determine which semantic element and adapter will be selected given a particular xml node
  +               </documentation>
  +               <appInfo>
  +                  <meta.attribute kind="java" basedOn="org.jbpm.gd.common.xml.SemanticElementDomMapper"/>
  +               </appInfo>
  +            </annotation>
  +         </attribute>
  +         <attribute name="mapperClassPriority" type="string">
  +            <annotation>
  +               <documentation>
  +                  integer representing the priority given to the adapter in case of conflicts. the lowest matched number
will be selected.
  +               </documentation>
  +            </annotation>
  +         </attribute>
            <attribute name="xmlElement" type="string">
               <annotation>
                  <documentation>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

Gmane