|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Continuation | |
|---|---|
| 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 Continuation in org.jbpm.pvm.internal.model |
|---|
| Fields in org.jbpm.pvm.internal.model declared as Continuation | |
|---|---|
protected Continuation |
EventListenerReference.continuation
|
protected Continuation |
ActivityImpl.continuation
|
protected Continuation |
EventImpl.continuation
|
| Methods in org.jbpm.pvm.internal.model that return Continuation | |
|---|---|
Continuation |
EventListenerReference.getContinuation()
|
Continuation |
ActivityImpl.getContinuation()
|
Continuation |
EventImpl.getContinuation()
|
static Continuation |
Continuation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Continuation[] |
Continuation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jbpm.pvm.internal.model with parameters of type Continuation | |
|---|---|
void |
EventListenerReference.setContinuation(Continuation continuation)
|
void |
ActivityImpl.setContinuation(Continuation continuation)
|
void |
EventImpl.setContinuation(Continuation continuation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||