| |
|
| org.jbpm.graph.def.Node org.jbpm.graph.node.Join
Field Summary | |
boolean | isDiscriminator specifies if this joinhandler is a discriminator.
a descriminator reactivates the parent when the first
concurrent token enters the join. | int | nOutOfM reactivate the parent if the n-th token arrives in the join. | String | parentLockMode specifies wether what type of hibernate lock should be acquired. | Script | script a script that calculates concurrent tokens at runtime. | Collection | tokenNames a fixed set of concurrent tokens. |
isDiscriminator | boolean isDiscriminator(Code) | | specifies if this joinhandler is a discriminator.
a descriminator reactivates the parent when the first
concurrent token enters the join.
|
nOutOfM | int nOutOfM(Code) | | reactivate the parent if the n-th token arrives in the join.
|
parentLockMode | String parentLockMode(Code) | | specifies wether what type of hibernate lock should be acquired. null value defaults to LockMode.Force
|
script | Script script(Code) | | a script that calculates concurrent tokens at runtime.
|
getNOutOfM | public int getNOutOfM()(Code) | | |
isDiscriminator | public boolean isDiscriminator()(Code) | | |
mustParentBeReactivated | public boolean mustParentBeReactivated(Token parentToken, Iterator childTokenNameIterator)(Code) | | |
setDiscriminator | public void setDiscriminator(boolean isDiscriminator)(Code) | | |
setNOutOfM | public void setNOutOfM(int nOutOfM)(Code) | | |
|
|
|