com.camunda.toolkit.jbpm.action
Class BusinessServiceAction

java.lang.Object
  extended by com.camunda.toolkit.jbpm.action.JBpmAction
      extended by com.camunda.toolkit.jbpm.action.BusinessServiceAction
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

public class BusinessServiceAction
extends JBpmAction

This Action can call business services out of processes. See Details in the Wiki

Title: the camunda toolkit for jbpm

Description: see http://tk-jbpm.camunda.org/

Copyright: Copyright (c) 2005

Company: camunda GmbH - The Business Process Company

Version:
0.9
Author:
Bernd Rücker
See Also:
Serialized Form

Constructor Summary
BusinessServiceAction()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 java.util.Map getServiceParameterFromContext(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class com.camunda.toolkit.jbpm.action.JBpmAction
resolveParameter, resolveParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessServiceAction

public BusinessServiceAction()
Method Detail

getServiceParameterFromContext

public java.util.Map getServiceParameterFromContext(org.jbpm.graph.exe.ExecutionContext executionContext)
                                             throws ProcessDefinitionException
Throws:
ProcessDefinitionException

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)


Copyright © 2007 camunda GmbH. All Rights Reserved.