| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.flownode |
Copyright (C) 2015 BonitaSoft S.A.
|
| org.bonitasoft.engine.bpm.flownode.impl.internal |
Copyright (C) 2015 BonitaSoft S.A.
|
| Modifier and Type | Method and Description |
|---|---|
BPMEventType |
WaitingEvent.getEventType() |
static BPMEventType |
BPMEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BPMEventType[] |
BPMEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BPMEventType |
WaitingEventImpl.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WaitingEventImpl.setEventType(BPMEventType eventType) |
| Constructor and Description |
|---|
WaitingErrorEventImpl(BPMEventType eventType,
long processdefinitionId,
String processName,
long flowNodeDefinitionId,
String errorCode) |
WaitingEventImpl(BPMEventType eventType) |
WaitingEventImpl(BPMEventType eventType,
long processDefinitionId,
String processName,
long flowNodeDefinitionId) |
WaitingMessageEventImpl(BPMEventType eventType,
long processdefinitionId,
String processName,
long flowNodeDefinitionId,
String messageName) |
WaitingSignalEventImpl(BPMEventType eventType,
long processdefinitionId,
String processName,
long flowNodeDefinitionId,
String signalName) |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.