Skip navigation links
A B C D E F G H I J L M N O P R S T U W 

A

AbstractEventIntermediateTimerActivityHandler - Class in jadex.bpmn.runtime.handler
Abstract handler for timing events.
AbstractEventIntermediateTimerActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
 
AbstractGatewayActivityHandler - Class in jadex.bpmn.runtime.handler
Common functionality for and/or split and join gateways.
AbstractGatewayActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
 
AbstractTask - Class in jadex.bpmn.runtime.task
Simple task implementation with basic result and exception handling.
AbstractTask() - Constructor for class jadex.bpmn.runtime.task.AbstractTask
 
actid - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The activity id.
activateWait(Map, Notifier) - Method in interface jadex.bpmn.runtime.handler.IExternalNotifier
Activate a wait action on an external source.
activity - Variable in class jadex.bpmn.runtime.handler.Notifier
The activity.
activity - Variable in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
activity - Variable in class jadex.bpmn.runtime.ProcessThread
The next activity.
activity - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The activity name.
activityhandlers - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The activity handlers.
activityid - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Id of the next activity.
add(int, MultiColumnTable.MultiColumnTableRow) - Method in class jadex.bpmn.MultiColumnTable
 
add(MultiColumnTable.MultiColumnTableRow) - Method in class jadex.bpmn.MultiColumnTable
 
addEventMatcher(String[], UnparsedExpression, String[], Map<String, Object>, boolean, IResultCommand<IFuture<Void>, Object>) - Method in interface jadex.bpmn.runtime.IInternalProcessEngineService
Register an event description to be notified, when the event happens.
addExternalThread(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Add an external thread to this context.
addSplitInfo(SplitInfo) - Method in class jadex.bpmn.runtime.ProcessThread
Add a split info.
addSplitInfos(Collection<ProcessThread>) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Add split infos to a set of threads.
addStep(ExecutionComponentFeature.StepInfo) - Method in class jadex.bpmn.features.impl.BpmnExecutionFeature
Add a check to ensure that no thread gets scheduled twice.
addThread(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Add a thread to this context.

B

belongsTo(String, String) - Method in class jadex.bpmn.runtime.ProcessThread
Test if the thread belongs to the given pool and/or lane.
body() - Method in class jadex.bpmn.features.impl.BpmnExecutionFeature
Execute the main activity of the feature.
BPMN_FEATURES - Static variable in class jadex.bpmn.BpmnFactory
 
BpmnComponentFeature - Class in jadex.bpmn.features.impl
Base bpmn feature holding the important data structures.
BpmnComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bpmn.features.impl.BpmnComponentFeature
Factory method constructor for instance level.
BpmnExecutionFeature - Class in jadex.bpmn.features.impl
Bpmn execution logic.
BpmnExecutionFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bpmn.features.impl.BpmnExecutionFeature
Create the feature.
BpmnFactory - Class in jadex.bpmn
Factory for loading bpmn processes.
BpmnFactory(String) - Constructor for class jadex.bpmn.BpmnFactory
Create a new factory for startup.
BpmnFactory(IInternalAccess, Map<String, Object>) - Constructor for class jadex.bpmn.BpmnFactory
Create a new BpmnProcessService.
BpmnMessageComponentFeature - Class in jadex.bpmn.features.impl
Extension to allow message injection in agent methods.
BpmnMessageComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bpmn.features.impl.BpmnMessageComponentFeature
Create the feature.
BpmnMessageComponentFeature.HandleBpmnMessageStep - Class in jadex.bpmn.features.impl
Step to handle a message.
BpmnMessageComponentFeature.HandleBpmnStreamStep - Class in jadex.bpmn.features.impl
Step to handle a message.
BpmnModelLoader - Class in jadex.bpmn
Loader for eclipse STP BPMN models (.bpmn files).
BpmnModelLoader() - Constructor for class jadex.bpmn.BpmnModelLoader
Create a new BPMN model loader.
BpmnMonitoringComponentFeature - Class in jadex.bpmn.features.impl
Overrides the monitoring feature to add the logic for current state.
BpmnMonitoringComponentFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bpmn.features.impl.BpmnMonitoringComponentFeature
Create the feature.
BpmnPersistInfo - Class in jadex.bpmn.runtime.persist
Class containing persistence information about a Bpmn process instance.
BpmnPersistInfo() - Constructor for class jadex.bpmn.runtime.persist.BpmnPersistInfo
Create an empty persist info.
BpmnPersistInfo(IInternalAccess) - Constructor for class jadex.bpmn.runtime.persist.BpmnPersistInfo
Create a new BpmnPersistInfo.
BpmnProvidedServicesFeature - Class in jadex.bpmn.features.impl
Overriden to allow for service implementations as BPMN processes using signal events.
BpmnProvidedServicesFeature(IInternalAccess, ComponentCreationInfo) - Constructor for class jadex.bpmn.features.impl.BpmnProvidedServicesFeature
Factory method constructor for instance level.
BpmnXMLReader - Class in jadex.bpmn
Reader for loading Bpmn XML models into a Java representation states.
BpmnXMLReader() - Constructor for class jadex.bpmn.BpmnXMLReader
 
buildReport(String, String, MultiCollection<Tuple, String>) - Static method in class jadex.bpmn.BpmnXMLReader
Build the error report.

C

cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
Cleanup in case the task is cancelled.
cancel() - Method in interface jadex.bpmn.runtime.exttask.IExternalTask
Cleanup in case the task is cancelled.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
Execute an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Cancel an activity.
cancel() - Method in class jadex.bpmn.runtime.handler.CompositeCancelable
Cancel the activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Execute an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventStartRuleHandler
Called when the process thread is aborted and waiting is no longer wanted.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
Execute an activity.
cancel() - Method in interface jadex.bpmn.runtime.handler.ICancelable
 
cancel() - Method in interface jadex.bpmn.runtime.handler.IExternalNotifier
Cancel the wait action.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.TaskActivityHandler
Cancel an activity.
cancel(MActivity, IInternalAccess, ProcessThread) - Method in interface jadex.bpmn.runtime.IActivityHandler
Execute an activity.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.AbstractTask
Cleanup in case the task is cancelled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.CreateComponentTask
Compensate in case the task is canceled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.DestroyComponentTask
Compensate in case the task is canceled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.MethodCallTask
Compensate in case the task is canceled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Cleanup in case the task is cancelled.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.ServiceCallTask
Cancel the task.
cancel(IInternalAccess) - Method in class jadex.bpmn.runtime.task.UserInteractionTask
Compensate in case the task is canceled.
canceled - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Is the task canceled.
canceled - Variable in class jadex.bpmn.runtime.ProcessThread
Is the task canceled.
cancelinfo - Variable in class jadex.bpmn.runtime.ProcessThread
The wait info.
cancelmethod - Variable in class jadex.bpmn.runtime.task.PojoTaskWrapper
The cancel method.
cbmethodname - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The combo box for the method name.
cbmethodname - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The combo box for the method name.
cbranking - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The combo box for the ranking.
cbsername - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The combo box for the service name.
cbsername - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The combo box for the service name.
cl - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The classloader.
cl - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The classloader.
clear() - Method in class jadex.bpmn.MultiColumnTable
 
CompositeCancelable - Class in jadex.bpmn.runtime.handler
 
CompositeCancelable(List<MSequenceEdge>, ProcessThread, IInternalAccess, ICancelable[]) - Constructor for class jadex.bpmn.runtime.handler.CompositeCancelable
Create a new CompositeCancelable.
configpp - Static variable in class jadex.bpmn.BpmnXMLReader
 
construct(Map<String, IActivityHandler>, Map<String, IStepHandler>) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Init method holds constructor code for both implementations.
container - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The container.
contains(Object) - Method in class jadex.bpmn.MultiColumnTable
 
CONTEXT_ENTRIES - Static variable in class jadex.bpmn.BpmnXMLReader
Key for error entries in read context.
convertDetailsToMap(List) - Static method in class jadex.bpmn.MultiColumnTableEx
Convert the List of MAnnotationDetail to a Map.
copy(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Create a copy of this thread (e.g.
createActivityEvent(String, ProcessThread, MActivity) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Create an activity event (start, end).
createActivityEvent(String, ProcessThread, MActivity) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Create an activity event (start, end).
CreateComponentTask - Class in jadex.bpmn.runtime.task
Task for creating a component.
CreateComponentTask() - Constructor for class jadex.bpmn.runtime.task.CreateComponentTask
 
createCopy() - Method in class jadex.bpmn.runtime.ProcessThread
Create a copy of this thread (e.g.
createHandleMessageStep(IMessageAdapter) - Method in class jadex.bpmn.features.impl.BpmnMessageComponentFeature
Helper method to override message handling.
createHandleStreamStep(IConnection) - Method in class jadex.bpmn.features.impl.BpmnMessageComponentFeature
Helper method to override stream handling.
createProcessThreadInfo(ProcessThread) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Create a new process thread info for logging / debug tools.
createServiceImplementation(ProvidedServiceInfo, IValueFetcher) - Method in class jadex.bpmn.features.impl.BpmnProvidedServicesFeature
Init a service.
createThreadEvent(String, ProcessThread) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Create a thread event (creation, modification, termination).
createThreadEvent(String, ProcessThread) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Create a thread event (creation, modification, termination).
creationfuture - Variable in class jadex.bpmn.runtime.task.CreateComponentTask
Future called when the component is created to allow compensation (i.e.

D

data - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The data of the current or last activity.
data - Variable in class jadex.bpmn.runtime.ProcessThread
The data of the current or last activity.
data - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The data of the process.
dataedges - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The data of the current data edges.
dataedges - Variable in class jadex.bpmn.runtime.ProcessThread
The data of the current data edges.
DEBUG - Static variable in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Debug flag for printing.
decodeComplexColumnMarker(String) - Static method in class jadex.bpmn.MultiColumnTableEx
 
DEFAULT_ACTIVITY_HANDLERS - Static variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The activity execution handlers (activity type -> handler).
DEFAULT_STEP_HANDLERS - Static variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The step execution handlers (activity type -> handler).
DefaultActivityHandler - Class in jadex.bpmn.runtime.handler
Default activity handler, which provides some useful helper methods.
DefaultActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.DefaultActivityHandler
 
DefaultStepHandler - Class in jadex.bpmn.runtime.handler
Handles the transition of steps.
DefaultStepHandler() - Constructor for class jadex.bpmn.runtime.handler.DefaultStepHandler
 
DestroyComponentTask - Class in jadex.bpmn.runtime.task
Task for destroying a component.
DestroyComponentTask() - Constructor for class jadex.bpmn.runtime.task.DestroyComponentTask
 
dialog - Variable in class jadex.bpmn.runtime.task.UserInteractionTask
The dialog.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Execute an activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventEndErrorActivityHandler
Execute the activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventEndSignalActivityHandler
Execute the activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventEndTerminateActivityHandler
Execute the activity.
doExecute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler
Execute the activity.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.AbstractTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.ExecuteStepTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.InvokeMethodTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.LoggerTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.WriteContextTask
Execute the task.
doExecute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.WriteParameterTask
Execute the task.
doLoadModel(String, String[], ResourceInfo, ClassLoader, Object) - Method in class jadex.bpmn.BpmnModelLoader
Load a model.
doWait(MActivity, IInternalAccess, ProcessThread, long) - Method in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
Template method to be implemented by platform-specific subclasses.
doWait(MActivity, IInternalAccess, ProcessThread, long) - Method in class jadex.bpmn.runtime.handler.EventIntermediateTimerActivityHandler
Template method to be implemented by platform-specific subclasses.

E

edge - Variable in class jadex.bpmn.runtime.ProcessThread
The last edge (if any).
edgeid - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Id of the last edge (if any).
edges - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The data edges of the process.
encodeComplexColumnMarker(boolean[]) - Static method in class jadex.bpmn.MultiColumnTableEx
 
equals(Object) - Method in class jadex.bpmn.MultiColumnTable
 
equals(Object) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
equals(Object) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Test if two objects are equal.
EVENT_PARAMETER_SERVICE_RESULT - Static variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The user result parameter name.
EventEndErrorActivityHandler - Class in jadex.bpmn.runtime.handler
On error end propagate an exception.
EventEndErrorActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventEndErrorActivityHandler
 
EventEndErrorActivityHandler.EventEndErrorException - Exception in jadex.bpmn.runtime.handler
Runtime exception representing explicit process failure.
EventEndErrorException() - Constructor for exception jadex.bpmn.runtime.handler.EventEndErrorActivityHandler.EventEndErrorException
Create an empty end error.
EventEndErrorException(String) - Constructor for exception jadex.bpmn.runtime.handler.EventEndErrorActivityHandler.EventEndErrorException
Create an end error with an error message.
EventEndSignalActivityHandler - Class in jadex.bpmn.runtime.handler
On end of service call process set result on future.
EventEndSignalActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventEndSignalActivityHandler
 
EventEndTerminateActivityHandler - Class in jadex.bpmn.runtime.handler
On error end propagate an exception.
EventEndTerminateActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventEndTerminateActivityHandler
 
EventIntermediateErrorActivityHandler - Class in jadex.bpmn.runtime.handler
On error end propagate an exception.
EventIntermediateErrorActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler
 
EventIntermediateErrorActivityHandler.EventIntermediateErrorException - Exception in jadex.bpmn.runtime.handler
Runtime exception representing explicit process failure.
EventIntermediateErrorException() - Constructor for exception jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
Create an empty end error.
EventIntermediateErrorException(String) - Constructor for exception jadex.bpmn.runtime.handler.EventIntermediateErrorActivityHandler.EventIntermediateErrorException
Create an end error with an error message.
EventIntermediateMessageActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for message events.
EventIntermediateMessageActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
 
EventIntermediateMultipleActivityHandler - Class in jadex.bpmn.runtime.handler
Event intermediate multi handler.
EventIntermediateMultipleActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateMultipleActivityHandler
 
EventIntermediateNotificationHandler - Class in jadex.bpmn.runtime.handler
Wait for an external notification (could be a signal or a fired rule).
EventIntermediateNotificationHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
 
EventIntermediateRuleHandler - Class in jadex.bpmn.runtime.handler
Wait for an external notification (could be a signal or a fired rule).
EventIntermediateRuleHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateRuleHandler
 
EventIntermediateServiceActivityHandler - Class in jadex.bpmn.runtime.handler
 
EventIntermediateServiceActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
 
EventIntermediateTimerActivityHandler - Class in jadex.bpmn.runtime.handler
Uses timer service for implementing waiting.
EventIntermediateTimerActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventIntermediateTimerActivityHandler
 
EventMultipleStepHandler - Class in jadex.bpmn.runtime.handler
Step handler that can be used for event-multiple elements.
EventMultipleStepHandler() - Constructor for class jadex.bpmn.runtime.handler.EventMultipleStepHandler
 
events - Variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The method / event mapping.
EventStartRuleHandler - Class in jadex.bpmn.runtime.handler
When a subprocess has a rule start event it needs to be treated like an intermediate event (i.e.
EventStartRuleHandler() - Constructor for class jadex.bpmn.runtime.handler.EventStartRuleHandler
 
EventStartServiceActivityHandler - Class in jadex.bpmn.runtime.handler
 
EventStartServiceActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.EventStartServiceActivityHandler
 
exception - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The exception that has just occurred in the process (if any).
exception - Variable in class jadex.bpmn.runtime.ProcessThread
The exception that has just occurred in the process (if any).
exception - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The exception that has just occurred in the process (if any).
execute(IInternalAccess) - Method in class jadex.bpmn.runtime.ExecuteProcessThread
Execute the command.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
Execute the task.
execute() - Method in interface jadex.bpmn.runtime.exttask.IExternalTask
Execute the task.
execute(ITask, ITaskContext) - Method in interface jadex.bpmn.runtime.exttask.ITaskExecutionService
 
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMultipleActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateRuleHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventStartRuleHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventStartServiceActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.SubProcessActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.TaskActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.ui.UserInteractionActivityHandler
Execute an activity.
execute(MActivity, IInternalAccess, ProcessThread) - Method in interface jadex.bpmn.runtime.IActivityHandler
Execute an activity.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.AbstractTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.CreateComponentTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.DestroyComponentTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.MethodCallTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Execute the task.
execute(String) - Method in class jadex.bpmn.runtime.task.PrintTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.ServiceCallTask
Execute the task.
execute(ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.UserInteractionTask
Execute the task.
executeCycle() - Method in class jadex.bpmn.features.impl.BpmnExecutionFeature
Components with autonomous behavior may override this method to implement a recurring execution cycle.
ExecuteProcessThread - Class in jadex.bpmn.runtime
Execute the next step of a process thread.
ExecuteProcessThread(ProcessThread) - Constructor for class jadex.bpmn.runtime.ExecuteProcessThread
Create a new step.
ExecuteStepTask - Class in jadex.bpmn.runtime.task
Execute an external step.
ExecuteStepTask() - Constructor for class jadex.bpmn.runtime.task.ExecuteStepTask
 
ExternalTaskContext() - Constructor for class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Create a new context.
ExternalTaskContext(ProcessThread) - Constructor for class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Create a new context.
ExternalTaskWrapper - Class in jadex.bpmn.runtime.exttask
Wrapper for executing a task on a worker agent.
ExternalTaskWrapper(ITask) - Constructor for class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
Create a new wrapper task.
ExternalTaskWrapper.ExternalTaskContext - Class in jadex.bpmn.runtime.exttask
Transferrable context.
extractParams(ITaskContext, IInternalAccess, IndexMap<String, MParameter>) - Method in class jadex.bpmn.runtime.task.UserInteractionTask
 

F

FACTORY - Static variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The factory.
FACTORY - Static variable in class jadex.bpmn.features.impl.BpmnMessageComponentFeature
The factory.
features - Variable in class jadex.bpmn.BpmnFactory
The standard + micro component features.
fetcher - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The fall back value fetcher (if any).
fetchValue(String) - Method in class jadex.bpmn.runtime.ProcessThreadValueFetcher
Fetch a named value.
FILE_EXTENSION_BPMN - Static variable in class jadex.bpmn.BpmnModelLoader
The BPMN file extension.
FILE_EXTENSION_BPMN2 - Static variable in class jadex.bpmn.BpmnModelLoader
The BPMN 2 file extension.
FILETYPE_BPMNLEGACYPROCESS - Static variable in class jadex.bpmn.BpmnFactory
The bpmn legacy process file type.
FILETYPE_BPMNPROCESS - Static variable in class jadex.bpmn.BpmnFactory
The bpmn process file type.
FILETYPES - Static variable in class jadex.bpmn.BpmnFactory
The supported component types (file extensions).
finishing - Variable in class jadex.bpmn.features.impl.BpmnExecutionFeature
The finished flag.
flag - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The activity selection flag.
fproperties - Variable in class jadex.bpmn.BpmnFactory
The properties.

G

GatewayORActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for or split and join gateways.
GatewayORActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.GatewayORActivityHandler
 
GatewayParallelActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for parallel split and join gateways.
GatewayParallelActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.GatewayParallelActivityHandler
 
GatewayXORActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for xor split and join gateways.
GatewayXORActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
 
generateId() - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Generate a unique id.
get(int) - Method in class jadex.bpmn.MultiColumnTable
 
get(Object) - Method in class jadex.bpmn.runtime.ProcessThreadValueFetcher.IfDefMap
 
getActId() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the actid.
getActivity() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the activity.
getActivity() - Method in class jadex.bpmn.runtime.ProcessThread
Get the activity.
getActivity() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the activity.
getActivityHandler(MActivity) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the activity handler for an activity.
getActivityHandler(MActivity) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Get the activity handler for an activity.
getActivityid() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the activityid.
getAllParameterNames() - Method in class jadex.bpmn.runtime.ProcessThread
Get the name of all parameters.
getAllThreads() - Method in class jadex.bpmn.runtime.ProcessThread
Get all threads of the context and all subcontexts.
getBpmnFeature(IInternalAccess) - Static method in class jadex.bpmn.runtime.handler.DefaultActivityHandler
Get the internal bpmn feature from internal access.
getBpmnFeature(IInternalAccess) - Method in class jadex.bpmn.runtime.ProcessThread
Get the bpmn feature.
getBpmnModel() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the model.
getBpmnModel() - Method in class jadex.bpmn.runtime.ProcessThread
Get the model.
getCancelMethod() - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Get the cancelmethod.
getCellValue(int, int) - Method in class jadex.bpmn.MultiColumnTableEx
Get the cell value.
getClazz() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the clazz.
getColumnValueAt(int) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
getColumnValues() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
getComplexColumnsMarker() - Method in class jadex.bpmn.MultiColumnTableEx
 
getComplexValue(String) - Method in class jadex.bpmn.MultiColumnTableEx
Get a complex value from this table
getComponent() - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The component to be shown in the gui.
getComponent() - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The component to be shown in the gui.
getComponentFeatures(IModelInfo) - Method in class jadex.bpmn.BpmnFactory
Get the component features for a model.
getComponentType(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Get the component type of a model.
getComponentTypeIcon(String) - Method in class jadex.bpmn.BpmnFactory
Get a default icon for a file type.
getComponentTypes() - Method in class jadex.bpmn.BpmnFactory
Get the names of ADF file types supported by this factory.
getContextVariable(String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the value of the given context variable.
getContextVariable(String) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Get the value of the given context variable.
getCurrentStateEvents() - Method in class jadex.bpmn.features.impl.BpmnMonitoringComponentFeature
Get the current state as monitoring events.
getData() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the data.
getData() - Method in class jadex.bpmn.runtime.ProcessThread
Get the data.
getData() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the data.
getData(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the data.
getDataedges() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the dataedges.
getDataEdges() - Method in class jadex.bpmn.runtime.ProcessThread
Get the data edges.
getDataEdgeValues() - Method in class jadex.bpmn.runtime.ProcessThread
 
getDescription() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the description.
getDescription() - Method in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
Get the description.
getDirection() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the direction.
getEdgeid() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the edgeid.
getEdges() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the edges.
getException() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the exception.
getException() - Method in class jadex.bpmn.runtime.ProcessThread
Get the exception (if any).
getException() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the exception.
getExecutableThread(String, String) - Method in class jadex.bpmn.runtime.ProcessThread
Get an executable thread in the context or its sub contexts.
getExtraParameters(Map<String, MProperty>, IModelContainer, ClassLoader) - Static method in class jadex.bpmn.runtime.task.MethodCallTask
Get the extra parameters that depend on the property settings of the task.
getExtraParameters(Map<String, MProperty>, IModelContainer, ClassLoader) - Static method in class jadex.bpmn.runtime.task.ServiceCallTask
Get the extra parameters that depend on the property settings of the task.
getId() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the id.
getId() - Method in class jadex.bpmn.runtime.ProcessThread
Get the id.
getIdcnt() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the idcnt.
getInitialValue() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the initialval.
getInstance() - Method in class jadex.bpmn.runtime.ProcessThread
Get the instance.
getLane() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the lane.
getLastEdge() - Method in class jadex.bpmn.runtime.ProcessThread
Get the last edge (if any).
getLoopCommand() - Method in class jadex.bpmn.runtime.ProcessThread
Get the loopcmd.
getMessages() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the messages.
getMessages() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Get the messages.
getMetaInfo() - Method in interface jadex.bpmn.runtime.editor.IEditorTask
Access the TaskMetaInfo
getMetaInfo() - Static method in class jadex.bpmn.runtime.task.CreateComponentTask
Get the meta information about the agent.
getMetaInfo() - Static method in class jadex.bpmn.runtime.task.InvokeMethodTask
Get the meta information about the agent.
getModel() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
 
getModel() - Method in class jadex.bpmn.features.impl.BpmnExecutionFeature
Get the model.
getModelElement() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the modelelement.
getModelElement() - Method in class jadex.bpmn.runtime.ProcessThread
Get the model element.
getName() - Method in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
Get the name.
getNextChildId() - Method in class jadex.bpmn.runtime.ProcessThread
Get a cnt for subprocesses.
getParameterMetaInfos() - Method in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
Get the parameters.
getParameterNames() - Method in class jadex.bpmn.runtime.ProcessThread
Get the name of all parameters.
getParameters() - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get the params.
getParameters() - Method in class jadex.bpmn.runtime.ProcessThread
Get the parameters.
getParameterValue(String) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get a parameter value.
getParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get the value of a parameter.
getParent() - Method in class jadex.bpmn.runtime.ProcessThread
Get the parent.
getParentId() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the parentid.
getPathId() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Get the path id.
getPathid() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Gets the pathid.
getPathIds() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Get the path ids of the split.
getPathids() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Gets the pathids.
getPojoTask() - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Get the pojotask.
getPool() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the pool.
getProperties(String) - Method in class jadex.bpmn.BpmnFactory
Get the properties.
getPropertyValue(String) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Get a property value.
getPropertyValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get the value of a property.
getPropertyValue(String, MActivity) - Method in class jadex.bpmn.runtime.ProcessThread
Hack: method is necessary because thread.activity is not always the activity to execute in case of multiple event.
getResultInjections() - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Get the resinjections.
getRowList() - Method in class jadex.bpmn.MultiColumnTable
Access the back-end row list
getRowSize() - Method in class jadex.bpmn.MultiColumnTable
Get the size of a row element
getSplitId() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Get the split id.
getSplitid() - Method in class jadex.bpmn.runtime.handler.SplitInfo
Gets the splitid.
getSplitInfo(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get a specific split info, if available.
getSplitinfos() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the splitinfos.
getSplitInfos() - Method in class jadex.bpmn.runtime.ProcessThread
Get the split infos.
getStreams() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the streams.
getStreams() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Get the streams.
getSubcancelInfos() - Method in class jadex.bpmn.runtime.handler.CompositeCancelable
Get the subcancelinfos.
getSubthreads() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the subthreads.
getSubthreads() - Method in class jadex.bpmn.runtime.ProcessThread
Get the subthreads.
getTable() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
Get the parent for this row
getTask() - Method in class jadex.bpmn.runtime.ProcessThread
Gets the current task.
getThread() - Method in class jadex.bpmn.runtime.ExecuteProcessThread
Get the thread.
getThread(String) - Method in class jadex.bpmn.runtime.ProcessThread
Get a thread per id.
getThreadId() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the thread id.
getTopLevelThread() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Get the top level thread (is not executed and just acts as top level thread container).
getTopLevelThread() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Get the top level thread (is not executed and just acts as top level thread container).
getValueFetcher() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
The feature can inject parameters for expression evaluation by providing an optional value fetcher.
getWaitFilter() - Method in class jadex.bpmn.runtime.ProcessThread
Get the wait filter.
getWaitInfo() - Method in class jadex.bpmn.runtime.ProcessThread
Get the waitinfo.
getXMLMapping() - Static method in class jadex.bpmn.BpmnXMLReader
Get the XML mapping.
guessParameters(Class<?>[], Set<Object>) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Method that tries to guess the parameters for the method call.

H

HandleBpmnMessageStep(IMessageAdapter) - Constructor for class jadex.bpmn.features.impl.BpmnMessageComponentFeature.HandleBpmnMessageStep
 
HandleBpmnStreamStep(IConnection) - Constructor for class jadex.bpmn.features.impl.BpmnMessageComponentFeature.HandleBpmnStreamStep
 
handleProcessResult(String, Object, Object) - Method in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
handler - Static variable in class jadex.bpmn.BpmnXMLReader
The handler.
hasContextVariable(String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Test if the given context variable is declared.
hasContextVariable(String) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Test if the given context variable is declared.
hashCode() - Method in class jadex.bpmn.MultiColumnTable
 
hashCode() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
hashCode() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the hashcode
hasOwnParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Test if a parameter has been set on activity.
hasParameterValue(String) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Test if context has a parameter.
hasParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Test if a parameter has been set on activity.
hasPropertyValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Test, if a property is declared.
hasSubthreads() - Method in class jadex.bpmn.runtime.ProcessThread
Test if thread has subthreads.

I

IActivityHandler - Interface in jadex.bpmn.runtime
Handler for executing a BPMN process activity.
IBpmnComponentFeature - Interface in jadex.bpmn.features
 
ICancelable - Interface in jadex.bpmn.runtime.handler
 
ICON - Static variable in class jadex.bpmn.BpmnFactory
The image icon.
id - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Id of the thread.
id - Variable in class jadex.bpmn.runtime.ProcessThread
The thread id.
id - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The thread that executed this activity.
idcnt - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The thread id counter.
idcnt - Variable in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Counter for generating unique ids.
idcnt - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The id counter for sub processes.
idcnt - Variable in class jadex.bpmn.runtime.ProcessThread
The id counter for sub processes.
IEditorParameterMetaInfo - Interface in jadex.bpmn.runtime.editor
This is only a COPY from the BPMN editor
IEditorTask - Interface in jadex.bpmn.runtime.editor
This is only a COPY from the BPMN editor
IEditorTaskMetaInfo - Interface in jadex.bpmn.runtime.editor
This is only a COPY from the BPMN editor
IExternalNotifier - Interface in jadex.bpmn.runtime.handler
An external system, in which a waiting can be initiated.
IExternalTask - Interface in jadex.bpmn.runtime.exttask
 
ifdef - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The ifdefined map.
IfDefMap() - Constructor for class jadex.bpmn.runtime.ProcessThreadValueFetcher.IfDefMap
 
IInternalBpmnComponentFeature - Interface in jadex.bpmn.features
 
IInternalProcessEngineService - Interface in jadex.bpmn.runtime
Services to be called from BPMN process instances to some super-ordinated process engine, if any.
indexOf(Object) - Method in class jadex.bpmn.MultiColumnTable
 
init() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Initialize the feature.
init(IModelContainer, MActivity, ClassLoader) - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
Once called to init the component.
init(IModelContainer, MActivity, ClassLoader) - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
Once called to init the component.
initContextVariables() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Init context variables.
instance - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
instance - Variable in class jadex.bpmn.runtime.handler.Notifier
The instance.
instance - Variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The process instance.
instance - Variable in class jadex.bpmn.runtime.ProcessThread
The Bpmn instance.
internalSetParameterValue(String, Object, Object, ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
invoke(Object, Method, Object[]) - Method in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
Called when a method is invoked on a proxy.
invokeHandlers(IMessageAdapter) - Method in class jadex.bpmn.features.impl.BpmnMessageComponentFeature.HandleBpmnMessageStep
Extracted to allow overriding behaviour.
invokeHandlers(IConnection) - Method in class jadex.bpmn.features.impl.BpmnMessageComponentFeature.HandleBpmnStreamStep
Extracted to allow overriding behaviour.
InvokeMethodTask - Class in jadex.bpmn.runtime.task
Task for invoking a method with parameters and optionally storing the result as parameter value in the context.
InvokeMethodTask() - Constructor for class jadex.bpmn.runtime.task.InvokeMethodTask
 
invokeService(IInternalAccess, String, String, String, List<Object>, ITaskContext, Object, Method) - Method in class jadex.bpmn.runtime.task.ServiceCallTask
Invoke the service.
isCanceled() - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Gets the canceled.
isCanceled() - Method in class jadex.bpmn.runtime.ProcessThread
Is the current task canceled?
isComplexColumn(int) - Method in class jadex.bpmn.MultiColumnTableEx
If this method returns true for a column index, the value of this column is only a indirection key for a other value annotation.
isCurrentActivity(MActivity, ProcessThread) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Test if the notification is relevant for the current thread.
isEmpty() - Method in class jadex.bpmn.MultiColumnTable
 
isFinished() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check, if the process has terminated.
isFinished(String, String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check, if the process has terminated.
isFinished() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Check, if the process has terminated.
isFinished(String, String) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Check, if the process has terminated.
isFinished(String, String) - Method in class jadex.bpmn.runtime.ProcessThread
The context is finished, when there are no (more) threads to execute.
isLoadable(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Test if a model can be loaded by the factory.
isReady() - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check if the process is ready, i.e.
isReady(String, String) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Check if the process is ready, i.e.
isReady() - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Check if the process is ready, i.e.
isReady(String, String) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Check if the process is ready, i.e.
isStartable(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Test if a model is startable (e.g.
IStepHandler - Interface in jadex.bpmn.runtime
Handles the transition of steps.
isValid() - Method in class jadex.bpmn.runtime.ExecuteProcessThread
Test if the action is valid.
isValid(ProcessThread, IParsedExpression, IValueFetcher) - Method in class jadex.bpmn.runtime.handler.GatewayORActivityHandler
Safely evaluate a branch expression.
isValid(ProcessThread, IParsedExpression, IValueFetcher) - Method in class jadex.bpmn.runtime.handler.GatewayXORActivityHandler
Safely evaluate a branch expression.
isWaiting() - Method in class jadex.bpmn.runtime.ProcessThread
Is the process in a waiting state (i.e.
isWaiting() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the waiting flag.
ITaskExecutionService - Interface in jadex.bpmn.runtime.exttask
 
iterator() - Method in class jadex.bpmn.MultiColumnTable
 

J

jadex.bpmn - package jadex.bpmn
 
jadex.bpmn.features - package jadex.bpmn.features
 
jadex.bpmn.features.impl - package jadex.bpmn.features.impl
 
jadex.bpmn.runtime - package jadex.bpmn.runtime
 
jadex.bpmn.runtime.editor - package jadex.bpmn.runtime.editor
 
jadex.bpmn.runtime.exttask - package jadex.bpmn.runtime.exttask
 
jadex.bpmn.runtime.handler - package jadex.bpmn.runtime.handler
 
jadex.bpmn.runtime.handler.ui - package jadex.bpmn.runtime.handler.ui
 
jadex.bpmn.runtime.persist - package jadex.bpmn.runtime.persist
 
jadex.bpmn.runtime.task - package jadex.bpmn.runtime.task
 
jadex.bpmn.tools - package jadex.bpmn.tools
 

L

lane - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The lane name.
lastIndexOf(Object) - Method in class jadex.bpmn.MultiColumnTable
 
libservice - Variable in class jadex.bpmn.BpmnFactory
The library service.
libservicelistener - Variable in class jadex.bpmn.BpmnFactory
The library service listener
LIST_ELEMENT_ATTRIBUTE_DELIMITER - Static variable in class jadex.bpmn.BpmnXMLReader
String delimiter for element attributes
LIST_ELEMENT_DELIMITER - Static variable in class jadex.bpmn.BpmnXMLReader
String delimiter for list elements
loadBpmnModel(String, String[], ClassLoader, Object) - Method in class jadex.bpmn.BpmnModelLoader
Load a BPMN model.
loader - Variable in class jadex.bpmn.BpmnFactory
The model loader
loadModel(String, String[], IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Load a model.
LoggerTask - Class in jadex.bpmn.runtime.task
Log some text stored in variable text.
LoggerTask() - Constructor for class jadex.bpmn.runtime.task.LoggerTask
 
loopcmd - Variable in class jadex.bpmn.runtime.ProcessThread
The loop command.

M

mactivity - Variable in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
The acticity.
manager - Static variable in class jadex.bpmn.BpmnXMLReader
The manager.
messages - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The messages waitqueue.
METHOD_IJADEXPARAMETERMETAINFO_GET_CLAZZ - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getClazz() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_DESCRIPTION - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getDescription() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_DIRECTION - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getDirection() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_INITIAL_VALUE - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getInitialValue() method name
METHOD_IJADEXPARAMETERMETAINFO_GET_NAME - Static variable in interface jadex.bpmn.runtime.editor.IEditorParameterMetaInfo
The implementing getName() method name
METHOD_IJADEXTASK_GET_TASK_METAINFO - Static variable in interface jadex.bpmn.runtime.editor.IEditorTask
getDescription() method name
METHOD_ITASKMETAINFO_GET_DESCRIPTION - Static variable in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
getDescription() method name
METHOD_ITASKMETAINFO_GET_PARAMETER_METAINFOS - Static variable in interface jadex.bpmn.runtime.editor.IEditorTaskMetaInfo
getParameterMetaInfos() method name
MethodCallTask - Class in jadex.bpmn.runtime.task
Call a method.
MethodCallTask() - Constructor for class jadex.bpmn.runtime.task.MethodCallTask
 
MethodCallTask.ServiceCallTaskGui - Class in jadex.bpmn.runtime.task
 
model - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The model.
model - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The model.
MultiColumnTable - Class in jadex.bpmn
SIMPLIFIED and ADAPTED Copy of editor common table!
MultiColumnTable(int) - Constructor for class jadex.bpmn.MultiColumnTable
 
MultiColumnTable.MultiColumnTableRow - Class in jadex.bpmn
ADAPTED!!! Copy of common MultiColumnTableRow
MultiColumnTableEx - Class in jadex.bpmn
ADAPTED !!! Copy of editor table version
MultiColumnTableEx(int, boolean[]) - Constructor for class jadex.bpmn.MultiColumnTableEx
 
MultiColumnTableEx(MultiColumnTable) - Constructor for class jadex.bpmn.MultiColumnTableEx
 
MultiColumnTableRow(String[], MultiColumnTable) - Constructor for class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
default constructor

N

Notifier - Class in jadex.bpmn.runtime.handler
Notifier for initiating external notifications.
Notifier(MActivity, IInternalAccess, ProcessThread) - Constructor for class jadex.bpmn.runtime.handler.Notifier
Create a notifier.
notify(MActivity, ProcessThread, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Method that should be called, when an activity is finished and the following activity should be scheduled.
notify(MActivity, ProcessThread, Object) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Method that should be called, when an activity is finished and the following activity should be scheduled.
notify(Object) - Method in class jadex.bpmn.runtime.handler.Notifier
Initiate the notification.
notifyFinished() - Method in class jadex.bpmn.runtime.ProcessThread
Method that can be used to determine (override) that the thread is finished.

O

outgoing - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 

P

panel - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The panel.
panel - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The panel.
params - Variable in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
The parameter values flattened.
parent - Variable in class jadex.bpmn.runtime.ProcessThread
The parent process thread.
parentid - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The parent id.
parseBpmnMultiColumTable(List, List) - Static method in class jadex.bpmn.BpmnXMLReader
Parse a list of annotation details into an MultiColumnTableEx
parseEAnnotationTable(List, List) - Static method in class jadex.bpmn.MultiColumnTableEx
Get annotation detail
pathid - Variable in class jadex.bpmn.runtime.handler.SplitInfo
The path id (unique for each spawned thread).
pathids - Variable in class jadex.bpmn.runtime.handler.SplitInfo
All path ids belonging to the split id.
performJoin(MActivity, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Perform a join, if possible.
performSplit(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
Perform a split.
performSplit(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayORActivityHandler
Perform a split.
performSplit(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.GatewayParallelActivityHandler
Perform a split.
pojotask - Variable in class jadex.bpmn.runtime.task.PojoTaskWrapper
The pojo task.
PojoTaskWrapper - Class in jadex.bpmn.runtime.task
Task that acts as wrapper for pojo tasks.
PojoTaskWrapper() - Constructor for class jadex.bpmn.runtime.task.PojoTaskWrapper
Bean constructor.
PojoTaskWrapper(Object, IInternalAccess, ProcessThread, List<FieldInfo>, Map<String, List<FieldInfo>>, Map<String, FieldInfo>) - Constructor for class jadex.bpmn.runtime.task.PojoTaskWrapper
Create a new wrapper task.
pool - Variable in class jadex.bpmn.tools.ProcessThreadInfo
The pool name.
PrintTask - Class in jadex.bpmn.runtime.task
Print out some text stored in variable text.
PrintTask() - Constructor for class jadex.bpmn.runtime.task.PrintTask
 
ProcessServiceInvocationHandler - Class in jadex.bpmn.runtime
Invocation handler for mapping service requests to start events of BPMN processes.
ProcessServiceInvocationHandler(IInternalAccess, Map<String, MActivity>) - Constructor for class jadex.bpmn.runtime.ProcessServiceInvocationHandler
Create a new process service invocation handler.
ProcessServiceInvocationHandler(IInternalAccess, String) - Constructor for class jadex.bpmn.runtime.ProcessServiceInvocationHandler
Create a new process service invocation handler.
ProcessThread - Class in jadex.bpmn.runtime
Representation of a single control flow in a BPMN process instance, i.e.
ProcessThread(MActivity, ProcessThread, IInternalAccess) - Constructor for class jadex.bpmn.runtime.ProcessThread
Create a new process instance.
ProcessThread(MActivity, ProcessThread, IInternalAccess, boolean) - Constructor for class jadex.bpmn.runtime.ProcessThread
Create a new process instance.
ProcessThreadInfo - Class in jadex.bpmn.tools
Visualization data about a process thread.
ProcessThreadInfo() - Constructor for class jadex.bpmn.tools.ProcessThreadInfo
Create a new info.
ProcessThreadInfo(String, String, String, String, String, String) - Constructor for class jadex.bpmn.tools.ProcessThreadInfo
Create a new history info.
ProcessThreadInfo(String, String, String, String, String, String, String, boolean, String, String) - Constructor for class jadex.bpmn.tools.ProcessThreadInfo
Create a new process info.
ProcessThreadValueFetcher - Class in jadex.bpmn.runtime
Value fetcher for process threads.
ProcessThreadValueFetcher(ProcessThread, boolean, IValueFetcher) - Constructor for class jadex.bpmn.runtime.ProcessThreadValueFetcher
Create a value fetcher for a given process.
ProcessThreadValueFetcher.IfDefMap - Class in jadex.bpmn.runtime
 
PROPERTY_CODECIDS - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The property message is the message to be sent.
PROPERTY_EXTERNALNOTIFIER - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateNotificationHandler
The property for the external notifier (system).
PROPERTY_FILTER - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The filter property describes the filter for receiving a message.
PROPERTY_MESSAGE - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The property message is the message to be sent.
PROPERTY_MESSAGETYPE - Static variable in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
The type property message type identifies the meta type (e.g.
PROPERTY_METHOD - Static variable in class jadex.bpmn.runtime.task.MethodCallTask
Property for method name.
PROPERTY_METHOD - Static variable in class jadex.bpmn.runtime.task.ServiceCallTask
Property for method name.
PROPERTY_RANKING - Static variable in class jadex.bpmn.runtime.task.ServiceCallTask
Property for ranking class name.
PROPERTY_SERVICE - Static variable in class jadex.bpmn.runtime.task.MethodCallTask
Property for service name.
PROPERTY_SERVICE - Static variable in class jadex.bpmn.runtime.task.ServiceCallTask
Property for service name.
provider - Variable in class jadex.bpmn.BpmnFactory
The provider.

R

read(ResourceInfo, ClassLoader, IResourceIdentifier, IComponentIdentifier) - Static method in class jadex.bpmn.BpmnXMLReader
Read properties from xml.
reader - Static variable in class jadex.bpmn.BpmnXMLReader
The singleton reader instance.
receiveMessage(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
Receive a message.
refresh() - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
 
refresh() - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
 
remove(int) - Method in class jadex.bpmn.MultiColumnTable
 
remove(Object) - Method in class jadex.bpmn.MultiColumnTable
 
removeEventMatcher(String) - Method in interface jadex.bpmn.runtime.IInternalProcessEngineService
Register an event description to be notified, when the event happens.
removeParameterValue(String) - Method in class jadex.bpmn.runtime.ProcessThread
Remove the value of a parameter.
removeSplitInfo(SplitInfo) - Method in class jadex.bpmn.runtime.ProcessThread
Remove the split info.
removeSubcontext() - Method in class jadex.bpmn.runtime.ProcessThread
Remove a sub context but keep the corresponding thread.
removeThread(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Remove a thread from this context.
resinjections - Variable in class jadex.bpmn.runtime.task.PojoTaskWrapper
The resinjections.
resulthandler - Variable in class jadex.bpmn.runtime.ProcessThread
The subprocess intermediate result received command.
rulesystem - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The rule system.

S

scheduleExecution() - Method in class jadex.bpmn.runtime.ProcessThread
Schedule notification of this thread.
sendMessage(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateMessageActivityHandler
Send a message.
sendReturnValue(MActivity, IInternalAccess, ProcessThread) - Method in class jadex.bpmn.runtime.handler.EventIntermediateServiceActivityHandler
Wait for a service call.
SEQUENCE_EDGES - Static variable in class jadex.bpmn.BpmnXMLReader
Key for sequence edges in read context.
ServiceCallTask - Class in jadex.bpmn.runtime.task
Call a service.
ServiceCallTask() - Constructor for class jadex.bpmn.runtime.task.ServiceCallTask
 
ServiceCallTask.ServiceCallTaskGui - Class in jadex.bpmn.runtime.task
 
ServiceCallTaskGui() - Constructor for class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
 
ServiceCallTaskGui() - Constructor for class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
 
set(int, MultiColumnTable.MultiColumnTableRow) - Method in class jadex.bpmn.MultiColumnTable
 
setActId(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the actid.
setActivity(MActivity) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set the mactivity.
setActivity(MActivity) - Method in class jadex.bpmn.runtime.ProcessThread
Set the next activity.
setActivity(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the activity.
setActivityid(String) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the activityid.
setCanceled(boolean) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the canceled.
setCanceled(boolean) - Method in class jadex.bpmn.runtime.ProcessThread
Set the canceled state.
setCancelMethod(Method) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the cancelmethod.
setColumnValueAt(int, String) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
setColumnValues(String[]) - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
setComplexValue(String, Map<String, String>) - Method in class jadex.bpmn.MultiColumnTableEx
Add a complex value to this table
setContextVariable(String, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Set the value of the given context variable.
setContextVariable(String, Object, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Set the value of the given context variable.
setContextVariable(String, Object) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Set the value of the given context variable.
setContextVariable(String, Object, Object) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Set the value of the given context variable.
setData(Map<String, Object>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the data.
setDataedges(Map<String, Object>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the dataedges.
setDataEdgeValue(String, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
setEdgeid(String) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the edgeid.
setEdges(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the edges.
setException(Exception) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the exception.
setException(Exception) - Method in class jadex.bpmn.runtime.ProcessThread
Set the exception.
setException(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the exception.
setId(String) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the id.
setIdcnt(int) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the idcnt.
setLane(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the lane.
setLastEdge(MSequenceEdge) - Method in class jadex.bpmn.runtime.ProcessThread
Set the last edge.
setLoopCommand(IResultCommand<Boolean, Void>) - Method in class jadex.bpmn.runtime.ProcessThread
Set the loopcmd.
setNonWaiting() - Method in class jadex.bpmn.runtime.ProcessThread
Set to non waiting.
setOrCreateParameterValue(String, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set or create a parameter value directly in this thread.
setOrCreateParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set or create a parameter value directly in this thread.
setOrCreateParameterValue(String, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set or create a parameter value directly in this thread.
setOrCreateParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set or create a parameter value directly in this thread.
setParameters(Map<String, Object>) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set the params.
setParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set a parameter value.
setParameterValue(String, Object) - Method in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper.ExternalTaskContext
Set a parameter value.
setParameterValue(String, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
setParameterValue(String, Object, Object) - Method in class jadex.bpmn.runtime.ProcessThread
Set the value of a parameter.
setParent(ProcessThread) - Method in class jadex.bpmn.runtime.ProcessThread
Set the parent.
setParentId(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the parentid.
setPathid(String) - Method in class jadex.bpmn.runtime.handler.SplitInfo
Sets the pathid.
setPathids(Set<String>) - Method in class jadex.bpmn.runtime.handler.SplitInfo
Sets the pathids.
setPojoTask(Object) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the pojotask.
setPool(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the pool.
setResultInjections(Map<String, FieldInfo>) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the resinjections.
setResults(boolean, Object, ITaskContext, IInternalAccess) - Method in class jadex.bpmn.runtime.task.PojoTaskWrapper
Set the results.
setSplitid(String) - Method in class jadex.bpmn.runtime.handler.SplitInfo
Sets the splitid.
setSplitinfos(Map<String, SplitInfo>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the splitinfos.
setSubthreads(List<ThreadInfo>) - Method in class jadex.bpmn.runtime.persist.ThreadInfo
Sets the subthreads.
setTask(ITask) - Method in class jadex.bpmn.runtime.ProcessThread
Sets the current task.
setThreadId(String) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the thread id.
setWaitFilter(IFilter<Object>) - Method in class jadex.bpmn.runtime.ProcessThread
Set the wait filter.
setWaitInfo(ICancelable) - Method in class jadex.bpmn.runtime.ProcessThread
Set the process waiting info.
setWaiting(boolean) - Method in class jadex.bpmn.runtime.ProcessThread
Set the waiting state.
setWaiting(boolean) - Method in class jadex.bpmn.tools.ProcessThreadInfo
Set the waiting flag.
shutdown() - Method in class jadex.bpmn.features.impl.BpmnExecutionFeature
Shutdown the feature.
shutdown() - Method in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
Informs the panel that it should stop all its computation.
shutdown() - Method in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
Informs the panel that it should stop all its computation.
shutdownService() - Method in class jadex.bpmn.BpmnFactory
Shutdown the service.
size() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
Convenience method to access the length of this MultiColumnTable.MultiColumnTableRow
size() - Method in class jadex.bpmn.MultiColumnTable
 
splitid - Variable in class jadex.bpmn.runtime.handler.SplitInfo
The split id (the same for all threads spawned at the same split).
SplitInfo - Class in jadex.bpmn.runtime.handler
Keep information about a thread spawned at a split gateway used later when processing the corresponding join.
SplitInfo() - Constructor for class jadex.bpmn.runtime.handler.SplitInfo
 
SplitInfo(String, String, Set<String>) - Constructor for class jadex.bpmn.runtime.handler.SplitInfo
Create a new split info.
splitinfos - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
The split infos.
splitinfos - Variable in class jadex.bpmn.runtime.ProcessThread
The split infos.
started - Variable in class jadex.bpmn.features.impl.BpmnExecutionFeature
The started flag.
startService(IInternalAccess, IResourceIdentifier) - Method in class jadex.bpmn.BpmnFactory
Start the service.
startService() - Method in class jadex.bpmn.BpmnFactory
Start the service.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in class jadex.bpmn.features.impl.BpmnComponentFeature
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in class jadex.bpmn.runtime.handler.DefaultStepHandler
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in class jadex.bpmn.runtime.handler.EventMultipleStepHandler
Make a process step, i.e.
step(MActivity, IInternalAccess, ProcessThread, Object) - Method in interface jadex.bpmn.runtime.IStepHandler
Make a process step, i.e.
STEP_HANDLER - Static variable in interface jadex.bpmn.runtime.IStepHandler
The step handler identifier.
stephandlers - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The step handlers.
streams - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The streams waitqueue.
subcancelinfos - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
subList(int, int) - Method in class jadex.bpmn.MultiColumnTable
 
SubProcessActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for (embedded) sub processes.
SubProcessActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.SubProcessActivityHandler
 
SubProcessActivityHandler.SubprocessResultHandler - Class in jadex.bpmn.runtime.handler
 
SubprocessResultHandler(ProcessThread, MActivity) - Constructor for class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
subthreadinfos - Variable in class jadex.bpmn.runtime.persist.ThreadInfo
Subthread infos.
subthreads - Variable in class jadex.bpmn.runtime.ProcessThread
The subthreads.

T

task - Variable in class jadex.bpmn.runtime.exttask.ExternalTaskWrapper
The pojo task.
task - Variable in class jadex.bpmn.runtime.ProcessThread
The current task.
task - Variable in class jadex.bpmn.runtime.task.MethodCallTask.ServiceCallTaskGui
The task.
task - Variable in class jadex.bpmn.runtime.task.ServiceCallTask.ServiceCallTaskGui
The task.
TaskActivityHandler - Class in jadex.bpmn.runtime.handler
Handler for (external) tasks.
TaskActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.TaskActivityHandler
 
testIfBreakpoint(String[]) - Method in class jadex.bpmn.features.impl.BpmnExecutionFeature
Kernel specific test if the step is a breakpoint.
thread - Variable in class jadex.bpmn.runtime.ExecuteProcessThread
The process thread.
thread - Variable in class jadex.bpmn.runtime.handler.CompositeCancelable
 
thread - Variable in class jadex.bpmn.runtime.handler.Notifier
The process thread.
thread - Variable in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
 
thread - Variable in class jadex.bpmn.runtime.ProcessThreadValueFetcher
The process thread.
THREAD_PARAMETER_SERVICE_RESULT - Static variable in class jadex.bpmn.runtime.ProcessServiceInvocationHandler
The future result parameter name.
threadid - Variable in class jadex.bpmn.runtime.ExecuteProcessThread
The thread id.
ThreadInfo - Class in jadex.bpmn.runtime.persist
Thread info object.
ThreadInfo() - Constructor for class jadex.bpmn.runtime.persist.ThreadInfo
Create a new ThreadInfo.
ThreadInfo(ProcessThread) - Constructor for class jadex.bpmn.runtime.persist.ThreadInfo
Create a new ThreadInfo.
TICK_TIMER - Static variable in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
 
TIMER_EVENT - Static variable in class jadex.bpmn.runtime.handler.AbstractEventIntermediateTimerActivityHandler
 
toArray() - Method in class jadex.bpmn.MultiColumnTable
 
toArray(T[]) - Method in class jadex.bpmn.MultiColumnTable
 
topthread - Variable in class jadex.bpmn.features.impl.BpmnComponentFeature
The top level process thread.
topthread - Variable in class jadex.bpmn.runtime.persist.BpmnPersistInfo
The context variables.
toString() - Method in class jadex.bpmn.MultiColumnTable.MultiColumnTableRow
 
toString() - Method in class jadex.bpmn.runtime.ProcessThread
Create a string representation of this process thread.
toString() - Method in class jadex.bpmn.tools.ProcessThreadInfo
Get the string representation.
TYPE_ACTIVITY - Static variable in interface jadex.bpmn.features.IInternalBpmnComponentFeature
Constant for step event.
TYPE_THREAD - Static variable in interface jadex.bpmn.features.IInternalBpmnComponentFeature
The change event prefix denoting a thread event.

U

updateParameters(ProcessThread, MActivity) - Static method in class jadex.bpmn.runtime.handler.SubProcessActivityHandler.SubprocessResultHandler
Update the parameter values after a step.
updateParametersAfterStep(MActivity, IInternalAccess) - Method in class jadex.bpmn.runtime.ProcessThread
Remove in parameters after step.
updateParametersBeforeStep(IInternalAccess) - Method in class jadex.bpmn.runtime.ProcessThread
Update parameters based on edge inscriptions and initial values.
UserInteractionActivityHandler - Class in jadex.bpmn.runtime.handler.ui
Handler that opens a window and waits for the user to click a button.
UserInteractionActivityHandler() - Constructor for class jadex.bpmn.runtime.handler.ui.UserInteractionActivityHandler
 
UserInteractionTask - Class in jadex.bpmn.runtime.task
Opens a dialog for the task and lets the user enter result parameters.
UserInteractionTask() - Constructor for class jadex.bpmn.runtime.task.UserInteractionTask
 

W

waitfilter - Variable in class jadex.bpmn.runtime.ProcessThread
The wait filter.
waiting - Variable in class jadex.bpmn.runtime.ProcessThread
Is the process in a waiting state.
waiting - Variable in class jadex.bpmn.tools.ProcessThreadInfo
Is the process in a waiting state.
WriteContextTask - Class in jadex.bpmn.runtime.task
Writes values to context variables.
WriteContextTask() - Constructor for class jadex.bpmn.runtime.task.WriteContextTask
 
WriteParameterTask - Class in jadex.bpmn.runtime.task
Writes a parameter value to the thread (or superthread).
WriteParameterTask() - Constructor for class jadex.bpmn.runtime.task.WriteParameterTask
 
A B C D E F G H I J L M N O P R S T U W 
Skip navigation links