|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerDefinitionImpl | |
|---|---|
| org.jbpm.pvm.internal.builder | |
| org.jbpm.pvm.internal.model | default implementation of process execution in ExecutionImpl
based on org.jbpm.pvm.internal.model.AtomicOperations
Bidirectional relations
In this process model thoughout the pvm codebase, there are several bidirectional
relations. |
| Uses of TimerDefinitionImpl in org.jbpm.pvm.internal.builder |
|---|
| Fields in org.jbpm.pvm.internal.builder declared as TimerDefinitionImpl | |
|---|---|
protected TimerDefinitionImpl |
TimerBuilder.timerDefinition
|
| Uses of TimerDefinitionImpl in org.jbpm.pvm.internal.model |
|---|
| Fields in org.jbpm.pvm.internal.model with type parameters of type TimerDefinitionImpl | |
|---|---|
protected java.util.Set<TimerDefinitionImpl> |
ScopeElementImpl.timerDefinitions
|
| Methods in org.jbpm.pvm.internal.model that return TimerDefinitionImpl | |
|---|---|
TimerDefinitionImpl |
ScopeElementImpl.createTimerDefinition()
Creates an empty TimerDefinitionImpl and associates it with this scope element. |
| Methods in org.jbpm.pvm.internal.model that return types with arguments of type TimerDefinitionImpl | |
|---|---|
java.util.Set<TimerDefinitionImpl> |
ScopeElementImpl.getTimerDefinitions()
|
| Methods in org.jbpm.pvm.internal.model with parameters of type TimerDefinitionImpl | |
|---|---|
void |
ScopeElementImpl.addTimerDefinition(TimerDefinitionImpl timerDefinition)
Associates the given timer definition with this scope element. |
TimerImpl |
ScopeInstanceImpl.createTimer(TimerDefinitionImpl timerDefinition)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||