|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.graph.def.Action
org.jbpm.sim.datasource.UseDataSourceAction
public class UseDataSourceAction
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.
| Field Summary |
|---|
| Fields inherited from class org.jbpm.graph.def.Action |
|---|
actionDelegation, actionExpression, event, isAsync, isAsyncExclusive, isPropagationAllowed, processDefinition, referencedAction |
| Constructor Summary | |
|---|---|
UseDataSourceAction()
|
|
| Method Summary | |
|---|---|
void |
execute(org.jbpm.graph.exe.ExecutionContext executionContext)
|
java.lang.String |
getName()
|
void |
setName(java.lang.String name)
|
| Methods inherited from class org.jbpm.graph.def.Action |
|---|
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getProcessDefinition, getReferencedAction, isAsync, isAsyncExclusive, isPropagationAllowed, read, setActionDelegation, setActionExpression, setAsync, setEvent, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UseDataSourceAction()
| Method Detail |
|---|
public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
throws java.lang.Exception
execute in interface org.jbpm.graph.def.ActionHandlerexecute in class org.jbpm.graph.def.Actionjava.lang.Exceptionpublic java.lang.String getName()
getName in class org.jbpm.graph.def.Actionpublic void setName(java.lang.String name)
setName in class org.jbpm.graph.def.Action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||