add a property change listener to a BoundBean
so if the Bean changes, the variable is added again to the Context (which is necessary
when working with the ExecutionContext, because otherwise changes of the object will not
be saved!)
This method is called on the Server before the result is returned to the client
So additioanl business variables can be loaded (in dependency of the process data for ecxample)
overwrite to use that logic
asks for the process id and opens the correct form for the process
if a Admin Panel is given, the process is opened with the admin on the admin gui,
otherwise a User Panel with the first found task is opened
asks for the token id and opens the correct form for the process
if a Admin Panel is given, the token is opened with the admin on the admin gui,
otherwise a User Panel is opened
ErrorKey's for BusinessException which can occur with processes
Title: jBop - The Business Oriented Platform
Description: see http://www.camunda.com/jbop or the Wiki in the Intranet (http://intranet.computation.de/wiki/index.php/jBop)
Copyright: Copyright (c) 2005
Company: camunda GmbH - The Business Process Company
TreeModel for displaying a ProcessInstance, with all Tokens and TaskInstances
sub-processes are NOT included in the tree at the moment, but that would be a nice feature for the future
Abstract Superclass for all ProcessModel's in the client
The process model is respsonsible for
make life a little bit easier for the developer of gui panels
provide some support for the developer of jbpm ActionHandlers
if we have a new process, this process is created and started,
if we have a TaskInstance, the task is ended with the given transition,
else we send a signal to the RootToken.
if we have a new process, this process is created and started,
if we have a TaskInstance, the task is ended with the given transition,
else we send a signal to the RootToken.