org.jbpm.sim.datasource
Class UseDataSourceAction
java.lang.Object
org.jbpm.graph.def.Action
org.jbpm.sim.datasource.UseDataSourceAction
- All Implemented Interfaces:
- java.io.Serializable, ActionHandler, Parsable
public class UseDataSourceAction
- extends Action
This action can be added to processes at all places where business
figures should be calculated. It calculates the business figure
and adds it to the result in the current simulation run.
- Author:
- bernd.ruecker@camunda.com
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.graph.def.Action |
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getProcessDefinition, getReferencedAction, hashCode, isAsync, isAsyncExclusive, isPropagationAllowed, read, setActionDelegation, setActionExpression, setAsync, setAsyncExclusive, setEvent, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
UseDataSourceAction
public UseDataSourceAction()
execute
public void execute(ExecutionContext executionContext)
throws java.lang.Exception
- Specified by:
execute in interface ActionHandler- Overrides:
execute in class Action
- Throws:
java.lang.Exception
getName
public java.lang.String getName()
- Overrides:
getName in class Action
setName
public void setName(java.lang.String name)
- Overrides:
setName in class Action
Copyright © 2010 JBoss Community. All Rights Reserved.