com.camunda.toolkit.jbpm.action
Class FundamentalServiceAction

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

public class FundamentalServiceAction
extends JBpmAction

This Action can call fundamental 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
FundamentalServiceAction()
           
 
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

FundamentalServiceAction

public FundamentalServiceAction()
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.