Package | Description |
---|---|
jadex.bdibpmn | |
jadex.bdibpmn.handler | |
jadex.bpmn.runtime | |
jadex.bpmn.runtime.handler | |
jadex.bpmn.runtime.handler.ui |
Modifier and Type | Class and Description |
---|---|
class |
BpmnPlanBodyInstance
A BPMN instance that is executed as a plan body.
|
Modifier and Type | Method and Description |
---|---|
void |
EventIntermediateTimerActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateTimerActivityHandler.doWait(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
void |
EventIntermediateSignalActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateRuleActicityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateMessageActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
Modifier and Type | Method and Description |
---|---|
BpmnInterpreter |
ProcessThread.getInstance()
Get the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
IActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
IActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
IStepHandler.step(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e. find the next edge or activity for a just executed thread.
|
void |
BpmnInterpreter.step(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e. find the next edge or activity for a just executed thread.
|
void |
ProcessThread.updateParametersAfterStep(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance)
Remove in parameters after step.
|
Constructor and Description |
---|
BpmnInstanceFetcher(BpmnInterpreter interpreter,
IValueFetcher fetcher)
Create a BPMN instance value fetcher.
|
ProcessServiceInvocationHandler(BpmnInterpreter instance,
Map events)
Create a new process service invocation handler.
|
ProcessThread(String id,
jadex.bpmn.model.MActivity activity,
ThreadContext context,
BpmnInterpreter instance)
Create a new process instance.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Cancel an activity.
|
void |
GatewayXORActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateTimerActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateNotificationHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread) |
void |
EventIntermediateMultipleActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
DefaultActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
AbstractGatewayActivityHandler.cancel(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Cancel an activity.
|
void |
EventIntermediateTimerActivityHandler.doWait(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
abstract void |
AbstractEventIntermediateTimerActivityHandler.doWait(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
void |
TaskActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
SubProcessActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
GatewayXORActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateNotificationHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateMultipleActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateMessageActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
DefaultActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
AbstractGatewayActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
AbstractEventIntermediateTimerActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventMultipleStepHandler.step(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e. find the next edge or activity for a just executed thread.
|
void |
DefaultStepHandler.step(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
Object event)
Make a process step, i.e. find the next edge or activity for a just executed thread.
|
Constructor and Description |
---|
Notifier(EventIntermediateNotificationHandler handler,
jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Create a notifier.
|
Modifier and Type | Method and Description |
---|---|
void |
UserInteractionActivityHandler.execute(jadex.bpmn.model.MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
Copyright © 2013. All Rights Reserved.