Package org.jbpm.bpmn2.handler
-
Class Summary Class Description AbstractExceptionHandlingTaskHandler LoggingTaskHandlerDecorator This class is aWorkItemHandlerimplementation that is meant to wrap otherWorkItemHandlerimplementations.ReceiveTaskHandler SendMessageAction SendSignalAction SendTaskHandler ServiceTaskHandler SignallingTaskHandlerDecorator This class will wrap aWorkItemHandlerinstance so that an event (signal, error or other) can be sent to the process instance if and when the wrappedWorkItemHandlerinstance throws an exception (during aWorkItemHandler.executeWorkItem(WorkItem, WorkItemManager)orWorkItemHandler.abortWorkItem(WorkItem, WorkItemManager)method. -
Enum Summary Enum Description LoggingTaskHandlerDecorator.InputParameter Type of input parameter that will be used in theMessageFormatstring set inLoggingTaskHandlerDecorator.setLoggedMessageFormat(String). -
Exception Summary Exception Description WorkItemHandlerRuntimeException This exception provides extra information about the WorkItemHandler operation called to catchers of this exception.