| Modifier and Type | Method and Description |
|---|---|
<T extends SWaitingEvent> |
EventInstanceService.searchWaitingEvents(Class<T> entityClass,
QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<SWaitingEvent> |
EventInstanceService.searchStartWaitingEvents(long processDefinitionId,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInstanceService.createWaitingEvent(SWaitingEvent waitingEvent) |
void |
EventInstanceService.deleteWaitingEvent(SWaitingEvent waitingEvent) |
| Modifier and Type | Method and Description |
|---|---|
long |
EventInstanceService.getNumberOfWaitingEvents(Class<? extends SWaitingEvent> entityClass,
QueryOptions countOptions) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SWaitingEvent> |
EventInstanceServiceImpl.searchWaitingEvents(Class<T> entityClass,
QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<SWaitingEvent> |
EventInstanceServiceImpl.searchStartWaitingEvents(long processDefinitionId,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInstanceServiceImpl.createWaitingEvent(SWaitingEvent waitingEvent) |
void |
EventInstanceServiceImpl.deleteWaitingEvent(SWaitingEvent waitingEvent) |
| Modifier and Type | Method and Description |
|---|---|
long |
EventInstanceServiceImpl.getNumberOfWaitingEvents(Class<? extends SWaitingEvent> entityClass,
QueryOptions countOptions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SWaitingErrorEvent |
interface |
SWaitingMessageEvent |
interface |
SWaitingSignalEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
SWaitingErrorEventImpl |
class |
SWaitingEventImpl |
class |
SWaitingMessageEventImpl |
class |
SWaitingSignalEventImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SWaitingEvent> |
SelectDescriptorBuilder.getStartWaitingEvents(long processDefinitionId,
QueryOptions queryOptions) |
| Modifier and Type | Method and Description |
|---|---|
OperationsWithContext |
TimerEventHandlerStrategy.getOperations(SWaitingEvent waitingEvent,
Long triggeringElementID) |
OperationsWithContext |
TerminateEventHandlerStrategy.getOperations(SWaitingEvent waitingEvent,
Long triggeringElementID) |
OperationsWithContext |
SignalEventHandlerStrategy.getOperations(SWaitingEvent waitingEvent,
Long triggeringElementID) |
OperationsWithContext |
MessageEventHandlerStrategy.getOperations(SWaitingEvent waitingEvent,
Long triggeringElementID) |
abstract OperationsWithContext |
EventHandlerStrategy.getOperations(SWaitingEvent waitingEvent,
Long triggeringElementID) |
OperationsWithContext |
ErrorEventHandlerStrategy.getOperations(SWaitingEvent waitingEvent,
Long triggeringElementID) |
void |
EventsHandler.triggerCatchEvent(SWaitingEvent waitingEvent,
Long triggeringElementID)
When a trigger is 'launched' the catch event is reached and is waken up/created using its waiting event
Depending on the type it will execute the catch event of instantiate the process/subprocess
|
| Modifier and Type | Method and Description |
|---|---|
List<SWaitingEvent> |
SearchWaitingEvents.executeSearch(QueryOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
List<WaitingEvent> |
SearchWaitingEvents.convertToClientObjects(List<SWaitingEvent> serverObjects) |
| Modifier and Type | Method and Description |
|---|---|
static WaitingEvent |
ModelConvertor.toWaitingEvent(SWaitingEvent sWaitingEvent) |
| Modifier and Type | Method and Description |
|---|---|
static List<WaitingEvent> |
ModelConvertor.toWaitingEvents(List<SWaitingEvent> sWaitingEvents) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.