com.camunda.toolkit.jbpm.action
Class LoadBusinessObject
java.lang.Object
com.camunda.toolkit.jbpm.action.LoadBusinessObject
- All Implemented Interfaces:
- java.io.Serializable, org.jbpm.graph.def.ActionHandler
public class LoadBusinessObject
- extends java.lang.Object
- implements org.jbpm.graph.def.ActionHandler
load a business object from the delegate, if there is a method
getObjectByKey(Object key)
- Version:
- 0.9
- Author:
- Bernd Rücker
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadBusinessObject
public LoadBusinessObject()
execute
public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
throws java.lang.Exception
- Specified by:
execute
in interface org.jbpm.graph.def.ActionHandler
- Throws:
java.lang.Exception
getDelegateName
public java.lang.String getDelegateName()
getBusinessObjectName
public java.lang.String getBusinessObjectName()
setBusinessKeyName
public void setBusinessKeyName(java.lang.String businessKeyName)
setDelegateName
public void setDelegateName(java.lang.String delegateName)
setBusinessObjectName
public void setBusinessObjectName(java.lang.String businessObjectName)
getBusinessKeyName
public java.lang.String getBusinessKeyName()
Copyright © 2007 camunda GmbH. All Rights Reserved.