| Package | Description |
|---|---|
| org.bonitasoft.engine.bpm.flownode | |
| org.bonitasoft.engine.bpm.flownode.impl | |
| org.bonitasoft.engine.bpm.process.impl |
| Modifier and Type | Method and Description |
|---|---|
TimerType |
TimerEventTriggerDefinition.getTimerType() |
static TimerType |
TimerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerType[] |
TimerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TimerType |
TimerEventTriggerDefinitionImpl.getTimerType() |
| Constructor and Description |
|---|
TimerEventTriggerDefinitionImpl(TimerType timerType,
Expression timerExpression) |
| Modifier and Type | Method and Description |
|---|---|
TimerEventTriggerDefinitionBuilder |
StartEventDefinitionBuilder.addTimerEventTriggerDefinition(TimerType timerType,
Expression timerValue) |
TimerEventTriggerDefinitionBuilder |
IntermediateCatchEventDefinitionBuilder.addTimerEventTriggerDefinition(TimerType timerType,
Expression timerValue) |
TimerEventTriggerDefinitionBuilder |
BoundaryEventDefinitionBuilder.addTimerEventTriggerDefinition(TimerType timerType,
Expression timerValue) |
| Constructor and Description |
|---|
TimerEventTriggerDefinitionBuilder(ProcessDefinitionBuilder processDefinitionBuilder,
FlowElementContainerDefinitionImpl container,
CatchEventDefinitionImpl catchEvent,
TimerType timerType,
Expression timerValue) |
Copyright © 2013 BonitaSoft. All Rights Reserved.