AndroMDA JBPM Cartridge Namespace Components

  • cartridge
  • metafacades
  • profile

AndroMDA JBPM Cartridge Namespace Properties

Outlets
Defines the locations to which output is generated.

definitions (Back to Outlets)
Required property
No default value available
The location to which the process definition XML descriptors are written.
handlers (Back to Outlets)
Required property
No default value available
The location to which the action handlers, assignment handlers, decision handlers and task controller handlers are written (interfaces that are overwritten upon regeneration).
handler-impls (Back to Outlets)
Required property
No default value available
The location to which the action handlers, assignment handlers, decision handlers and task controller handlers are written (implementation classes manually edited by the user).
nodes (Back to Outlets)
Optional property
No default value available
The location to which classes representing the different nodes in the process are generated. These classes allow strongly-typed usage of the process instances.
helpers (Back to Outlets)
Optional property
No default value available
The location to which the process helper classes are written. These classes contain static utility methods to more easily handle the process, they are overwritten upon regeneration.
clients (Back to Outlets)
Optional property
No default value available
The location to which the a small client application will be generated that will allow you to initialize the JBpm database environment. This client can be called from the command line.
configuration (Back to Outlets)
Optional property
No default value available
The outlet for jBpm specific configuration, this includes configuration files for Hibernate, EhCache and a jboss-service.xml.
clientPackage (Back to Other)
Optional property
Default value: org.andromda.cartridges.jbpm.client
The package to use for generated client applications.