org.jbpm.sim.datasource
Class HistorialProcessVariableSource
java.lang.Object
org.jbpm.sim.datasource.HistorialProcessVariableSource
- All Implemented Interfaces:
- ProcessDataSource
public class HistorialProcessVariableSource
- extends java.lang.Object
- implements ProcessDataSource
Default implementation of ProcessVariableSource which gets
process variables from historical log data.
NOT YET IMPLEMENTED
TODO: implement
- Author:
- bernd.ruecker@camunda.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistorialProcessVariableSource
public HistorialProcessVariableSource()
HistorialProcessVariableSource
public HistorialProcessVariableSource(CommandService commandService)
reset
public void reset()
- Specified by:
reset in interface ProcessDataSource
getCommandService
public CommandService getCommandService()
setCommandService
public void setCommandService(CommandService commandService)
hasNext
public boolean hasNext()
- Description copied from interface:
ProcessDataSource
- if false, no more data can be queried from this data source
TODO: It should be possible, that the simulation ends
when the data source stops sending data
- Specified by:
hasNext in interface ProcessDataSource
addNextData
public void addNextData(ExecutionContext ctx)
- Description copied from interface:
ProcessDataSource
- adds the next generated data of the data source
to the process context
- Specified by:
addNextData in interface ProcessDataSource
Copyright © 2010 JBoss Community. All Rights Reserved.