http://jbpm.org/jpdl-4
element invoke

Documentation
Invokes a method on a java object
        
Properties
This component is not nillable.

Model
<invoke
  method = string
  {}>
((object | jndi | expr) , arg* ) (transition*, on* )
</invoke>


Nested Element Summary
 arg
          Arguments passed into the method invocation. 
 expr
          
 jndi
          
 object
          A java object that will be obtained by using the constructor through reflection or through a factory method. 
 on
          Events on which listeners can be registered. 
 transition
          

Attribute Summary
 stringmethod
          The name of the method to invoke.  
 name
          The id of this activity. 

Attribute Detail

method

The name of the method to invoke.

Type:
string
Use:
required
Form:
qualified

name

The id of this activity. The name should be unique in the complete scope of the process.

Type:
Use:
optional
Form:
qualified

Source
<element name="invoke">
<complexType>
<complexContent>
<extension base="tns:invokeType">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:transition"/>
<element maxOccurs="unbounded" minOccurs="0" ref="tns:on">
</element>
</sequence>
<attributeGroup ref="tns:nodeAttributes"/>
</extension>
</complexContent>
</complexType>
</element>


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