Package | Description |
---|---|
jadex.bdibpmn | |
jadex.bdibpmn.handler | |
jadex.bdibpmn.task | |
jadex.bpmn.runtime | |
jadex.bpmn.runtime.handler | |
jadex.bpmn.runtime.handler.ui | |
jadex.bpmn.runtime.task |
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(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateTimerActivityHandler.doWait(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
void |
EventIntermediateSignalActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateRuleActicityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateMessageActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
Modifier and Type | Method and Description |
---|---|
IFuture |
WaitForSubprocessTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
WaitForSpaceObjectTaskTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
WaitForGoalTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
RemoveSpaceObjectTaskTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
DispatchSubprocessTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
DispatchGoalTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
CreateSpaceObjectTaskTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
void |
WriteParameterTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
WriteBeliefTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
DispatchInternalEventTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
WaitForSubprocessTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
WaitForSpaceObjectTaskTask.execute(ITaskContext context,
BpmnInterpreter process)
Execute the task.
|
IFuture |
WaitForGoalTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
RemoveSpaceObjectTaskTask.execute(ITaskContext context,
BpmnInterpreter process)
Execute the task.
|
IFuture |
DispatchSubprocessTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
DispatchGoalTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
CreateSpaceObjectTaskTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
Modifier and Type | Method and Description |
---|---|
BpmnInterpreter |
ProcessThread.getInstance()
Get the instance.
|
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
ITask.cancel(BpmnInterpreter instance)
Cleanup in case the task is cancelled.
|
void |
IActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
IFuture<Void> |
ITask.execute(ITaskContext context,
BpmnInterpreter process)
Execute the task.
|
void |
IActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
IStepHandler.step(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(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(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,
MActivity activity,
ThreadContext context,
BpmnInterpreter instance)
Create a new process instance.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Cancel an activity.
|
void |
GatewayXORActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateTimerActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateNotificationHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread) |
void |
EventIntermediateMultipleActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
DefaultActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
AbstractGatewayActivityHandler.cancel(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Cancel an activity.
|
void |
EventIntermediateTimerActivityHandler.doWait(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
abstract void |
AbstractEventIntermediateTimerActivityHandler.doWait(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread,
long duration)
Template method to be implemented by platform-specific subclasses.
|
void |
TaskActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
SubProcessActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
GatewayXORActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateNotificationHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateMultipleActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventIntermediateMessageActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
DefaultActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
AbstractGatewayActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
AbstractEventIntermediateTimerActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
void |
EventMultipleStepHandler.step(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(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,
MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Create a notifier.
|
Modifier and Type | Method and Description |
---|---|
void |
UserInteractionActivityHandler.execute(MActivity activity,
BpmnInterpreter instance,
ProcessThread thread)
Execute an activity.
|
Modifier and Type | Method and Description |
---|---|
IFuture |
UserInteractionTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
ServiceCallTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
DestroyComponentTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture |
CreateComponentTask.cancel(BpmnInterpreter instance)
Compensate in case the task is canceled.
|
IFuture<Void> |
AbstractTask.cancel(BpmnInterpreter instance)
Cleanup in case the task is cancelled.
|
void |
WriteParameterTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
WriteContextTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
PrintTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
LoggerTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
InvokeMethodTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
void |
ExecuteStepTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
abstract void |
AbstractTask.doExecute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
UserInteractionTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture |
ServiceCallTask.execute(ITaskContext context,
BpmnInterpreter process)
Execute the task.
|
IFuture |
DestroyComponentTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture<Void> |
CreateComponentTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
IFuture<Void> |
AbstractTask.execute(ITaskContext context,
BpmnInterpreter instance)
Execute the task.
|
Copyright © 2012. All Rights Reserved.