http://jbpm.org/jpdl-4
group delegationGroup

Properties
This component is not nillable.

Model

(object | jndi | expr)


Nested Element Summary
 expr
          
 jndi
          
 object
          A java object that will be obtained by using the constructor through reflection or through a factory method. 
Local Usage
activityGroup, assignment, eventListenerGroup, invokeType

Source
<group name="delegationGroup">
<choice>
<element name="object">
<complexType>
<attribute name="class" type="string"/>
</complexType>
</element>
<element name="jndi">
<complexType>
<attribute name="name" type="string"/>
</complexType>
</element>
<element name="expr">
<complexType>
<attribute name="text" type="string" use="required"/>
<attribute name="language" type="string"/>
</complexType>
</element>
</choice>
</group>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.