Package | Description |
---|---|
jadex.bdibpmn.handler | |
jadex.bpmn.runtime | |
jadex.bpmn.runtime.handler | |
jadex.bpmn.runtime.handler.ui |
Modifier and Type | Class and Description |
---|---|
class |
EventIntermediateRuleActicityHandler
Handler for rule events.
|
class |
EventIntermediateSignalActivityHandler
Handler for signal (internal) events.
|
Modifier and Type | Field and Description |
---|---|
static Map<String,IActivityHandler> |
BpmnInterpreter.DEFAULT_ACTIVITY_HANDLERS
The activity execution handlers (activity type -> handler).
|
Modifier and Type | Method and Description |
---|---|
IActivityHandler |
BpmnInterpreter.getActivityHandler(jadex.bpmn.model.MActivity activity)
Get the activity handler for an activity.
|
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 |
AbstractEventIntermediateTimerActivityHandler
Abstract handler for timing events.
|
class |
DefaultActivityHandler
Default activity handler, which provides some
useful helper methods.
|
class |
EventEndErrorActivityHandler
On error end propagate an exception.
|
class |
EventEndSignalActivityHandler
On end of service call process set result on future.
|
class |
EventIntermediateErrorActivityHandler
On error end propagate an exception.
|
class |
EventIntermediateMessageActivityHandler
Handler for message events.
|
class |
EventIntermediateMultipleActivityHandler
Event intermediate multi handler.
|
class |
EventIntermediateNotificationHandler
Wait for an external notification (could be a signal or a fired rule).
|
class |
EventIntermediateTimerActivityHandler
Uses timer service for implementing waiting.
|
class |
GatewayORActivityHandler
Handler for or split and join gateways.
|
class |
GatewayParallelActivityHandler
Handler for parallel split and join gateways.
|
class |
GatewayXORActivityHandler
Handler for xor split and join gateways.
|
class |
SubProcessActivityHandler
Handler for (embedded) sub processes.
|
class |
TaskActivityHandler
Handler for (external) tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
UserInteractionActivityHandler
Handler that opens a window and waits for the user to click a button.
|
Copyright © 2013. All Rights Reserved.