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 | Method and Description |
---|---|
IActivityHandler |
BpmnInterpreter.getActivityHandler(MActivity activity)
Get the activity handler for an activity.
|
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 © 2012. All Rights Reserved.