org.jbpm.sim.datasource
Class UseDataFilterAction
java.lang.Object
org.jbpm.graph.def.Action
org.jbpm.sim.datasource.UseDataFilterAction
- All Implemented Interfaces:
- java.io.Serializable, ActionHandler, Parsable
public class UseDataFilterAction
- 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 |
UseDataFilterAction
public UseDataFilterAction()
getName
public java.lang.String getName()
- Overrides:
getName in class Action
setName
public void setName(java.lang.String name)
- Overrides:
setName in class Action
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
Copyright © 2010 JBoss Community. All Rights Reserved.