| Modifier and Type | Method and Description |
|---|---|
List<SEventInstance> |
GetEventInstances.getResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SEventInstance> |
EventInstanceService.getEventInstances(long rootContainerId,
int fromIndex,
int maxResults,
String fieldName,
OrderByType orderByType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInstanceService.createEventInstance(SEventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<SEventInstance> |
EventInstanceServiceImpl.getEventInstances(long rootContainerId,
int fromIndex,
int maxResults,
String fieldName,
OrderByType orderByType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventInstanceServiceImpl.createEventInstance(SEventInstance eventInstance) |
| Constructor and Description |
|---|
SAEventInstanceImpl(SEventInstance eventInstance) |
| Modifier and Type | Method and Description |
|---|---|
SEventInstance |
SEventInstanceBuilder.done() |
| Modifier and Type | Method and Description |
|---|---|
SEventInstance |
SIntermediateThrowEventInstanceBuilderImpl.done() |
SEventInstance |
SIntermediateCatchEventInstanceBuilderImpl.done() |
SEventInstance |
SEndEventInstanceBuilderImpl.done() |
SEventInstance |
SBoundaryEventInstanceBuilderImpl.done() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SBoundaryEventInstance |
interface |
SCatchEventInstance |
interface |
SEndEventInstance |
interface |
SIntermediateCatchEventInstance |
interface |
SIntermediateThrowEventInstance |
interface |
SStartEventInstance |
interface |
SThrowEventInstance |
| Modifier and Type | Class and Description |
|---|---|
class |
SBoundaryEventInstanceImpl |
class |
SCatchEventInstanceImpl |
class |
SEndEventInstanceImpl |
class |
SEventInstanceImpl |
class |
SIntermediateCatchEventInstanceImpl |
class |
SIntermediateThrowEventInstanceImpl |
class |
SStartEventInstanceImpl |
class |
SThrowEventInstanceImpl |
| Modifier and Type | Method and Description |
|---|---|
static SelectListDescriptor<SEventInstance> |
SelectDescriptorBuilder.getEventsFromRootContainer(long rootContainerId,
int fromIndex,
int maxResults,
String field,
OrderByType orderByType) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventsHandler.handleCatchEvent(SProcessDefinition processDefinition,
SEventDefinition eventDefinition,
SEventInstance eventInstance)
called when a catchEvent is reached
e.g.
|
void |
EventsHandler.handleThrowEvent(SProcessDefinition processDefinition,
SEventDefinition eventDefinition,
SEventInstance eventInstance)
called when we reach a throw event in the flow of a process
|
| Modifier and Type | Method and Description |
|---|---|
static EventInstance |
ModelConvertor.toEventInstance(SEventInstance sEvent,
FlowNodeStateManager flowNodeStateManager) |
| Modifier and Type | Method and Description |
|---|---|
static List<EventInstance> |
ModelConvertor.toEventInstances(Collection<SEventInstance> sEvents,
FlowNodeStateManager flowNodeStateManager) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.