|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SwimlaneImpl | |
|---|---|
| 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. |
| org.jbpm.pvm.internal.task | |
| Uses of SwimlaneImpl in org.jbpm.pvm.internal.model |
|---|
| Fields in org.jbpm.pvm.internal.model with type parameters of type SwimlaneImpl | |
|---|---|
protected java.util.Map<java.lang.String,SwimlaneImpl> |
ExecutionImpl.swimlanes
swimlanes |
| Methods in org.jbpm.pvm.internal.model that return SwimlaneImpl | |
|---|---|
SwimlaneImpl |
ExecutionImpl.createSwimlane(java.lang.String swimlaneName)
|
SwimlaneImpl |
ExecutionImpl.getInitializedSwimlane(SwimlaneDefinitionImpl swimlaneDefinition)
|
SwimlaneImpl |
ExecutionImpl.getSwimlane(java.lang.String swimlaneName)
|
| Methods in org.jbpm.pvm.internal.model with parameters of type SwimlaneImpl | |
|---|---|
void |
ExecutionImpl.addSwimlane(SwimlaneImpl swimlane)
|
void |
ExecutionImpl.removeSwimlane(SwimlaneImpl swimlane)
|
| Uses of SwimlaneImpl in org.jbpm.pvm.internal.task |
|---|
| Fields in org.jbpm.pvm.internal.task declared as SwimlaneImpl | |
|---|---|
protected SwimlaneImpl |
TaskImpl.swimlane
|
protected SwimlaneImpl |
ParticipationImpl.swimlane
|
| Methods in org.jbpm.pvm.internal.task that return SwimlaneImpl | |
|---|---|
SwimlaneImpl |
ParticipationImpl.getSwimlane()
|
| Methods in org.jbpm.pvm.internal.task with parameters of type SwimlaneImpl | |
|---|---|
void |
SwimlaneImpl.initialize(SwimlaneImpl other)
initialize this swimlane's assignee and participations from the other swimlane. |
void |
TaskImpl.setSwimlane(SwimlaneImpl swimlane)
|
void |
ParticipationImpl.setSwimlane(SwimlaneImpl swimlane)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||