Package | Description |
---|---|
jadex.bpmn.runtime | |
jadex.bpmn.runtime.handler |
Modifier and Type | Field and Description |
---|---|
static Map<String,IStepHandler> |
BpmnInterpreter.DEFAULT_STEP_HANDLERS
The step execution handlers (activity type -> handler).
|
Constructor and Description |
---|
BpmnInterpreter(IComponentAdapter adapter,
jadex.bpmn.model.MBpmnModel model,
Map<String,Object> arguments,
String config,
IExternalAccess parent,
Map<String,IActivityHandler> activityhandlers,
Map<String,IStepHandler> stephandlers,
IValueFetcher fetcher,
IComponentManagementService cms,
IClockService cs,
IMessageService ms,
IServiceContainer container)
Create a new bpmn process.
|
BpmnInterpreter(IComponentDescription desc,
IComponentAdapterFactory factory,
jadex.bpmn.model.MBpmnModel model,
Map<String,Object> arguments,
String config,
IExternalAccess parent,
Map<String,IActivityHandler> activityhandlers,
Map<String,IStepHandler> stephandlers,
IValueFetcher fetcher,
RequiredServiceBinding[] bindings,
boolean copy,
boolean realtime,
IIntermediateResultListener<Tuple2<String,Object>> resultlistener,
Future<Void> inited)
Create a new bpmn process.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultStepHandler
Handles the transition of steps.
|
class |
EventMultipleStepHandler
Step handler that can be used for event-multiple elements.
|
Copyright © 2013. All Rights Reserved.