Package jadex.bpmn.runtime.persist
Class BpmnPersistInfo
- java.lang.Object
-
- jadex.kernelbase.DefaultPersistInfo
-
- jadex.bpmn.runtime.persist.BpmnPersistInfo
-
- All Implemented Interfaces:
IPersistInfo
public class BpmnPersistInfo extends DefaultPersistInfo
Class containing persistence information about a Bpmn process instance.
-
-
Field Summary
Fields Modifier and Type Field Description protected ThreadInfo
topthread
The context variables.-
Fields inherited from class jadex.kernelbase.DefaultPersistInfo
arguments, config, desc, modelfilename, properties, results
-
-
Constructor Summary
Constructors Constructor Description BpmnPersistInfo()
Create an empty persist info.BpmnPersistInfo(IInternalAccess interpreter)
Create a new BpmnPersistInfo.
-
Method Summary
-
Methods inherited from class jadex.kernelbase.DefaultPersistInfo
getArguments, getComponentDescription, getConfig, getModelFileName, getProperties, getResults, setArguments, setComponentDescription, setConfig, setModelFileName, setProperties, setResults
-
-
-
-
Field Detail
-
topthread
protected ThreadInfo topthread
The context variables.
-
-
Constructor Detail
-
BpmnPersistInfo
public BpmnPersistInfo()
Create an empty persist info.
-
BpmnPersistInfo
public BpmnPersistInfo(IInternalAccess interpreter)
Create a new BpmnPersistInfo.
-
-