com.camunda.toolkit.jbpm.action
Class JBpmAction
java.lang.Object
com.camunda.toolkit.jbpm.action.JBpmAction
- All Implemented Interfaces:
- java.io.Serializable, org.jbpm.graph.def.ActionHandler
- Direct Known Subclasses:
- BusinessServiceAction, FundamentalServiceAction, JndiServiceAction, MailServiceAction
public abstract class JBpmAction
- extends java.lang.Object
- implements org.jbpm.graph.def.ActionHandler
abstract superclass for own action. Provide some additional services.
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
Method Summary |
java.lang.Object |
resolveParameter(org.jbpm.graph.exe.ExecutionContext executionContext,
java.lang.String key)
|
java.lang.Object |
resolveParameter(org.jbpm.graph.exe.ExecutionContext executionContext,
java.lang.String key,
java.lang.String tokenForReference)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jbpm.graph.def.ActionHandler |
execute |
JBpmAction
public JBpmAction()
resolveParameter
public java.lang.Object resolveParameter(org.jbpm.graph.exe.ExecutionContext executionContext,
java.lang.String key)
resolveParameter
public java.lang.Object resolveParameter(org.jbpm.graph.exe.ExecutionContext executionContext,
java.lang.String key,
java.lang.String tokenForReference)
Copyright © 2007 camunda GmbH. All Rights Reserved.