|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PvmActivity
| Method Summary | |
|---|---|
PvmTransition |
findOutgoingTransition(String transitionId)
|
List<PvmTransition> |
getIncomingTransitions()
|
List<PvmTransition> |
getOutgoingTransitions()
|
PvmScope |
getParent()
|
PvmScope |
getScope()
returns the scope of this activity. |
boolean |
isAsync()
|
boolean |
isCancelScope()
Indicates whether this activity is interrupting. |
boolean |
isConcurrent()
Indicates whether this activity is concurrent. |
boolean |
isExclusive()
Deprecated. |
boolean |
isScope()
|
| Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmScope |
|---|
findActivity, getActivities |
| Methods inherited from interface org.camunda.bpm.engine.impl.pvm.PvmProcessElement |
|---|
getId, getProcessDefinition, getProperty |
| Method Detail |
|---|
boolean isAsync()
boolean isCancelScope()
boolean isConcurrent()
PvmScope getScope()
boolean isScope()
@Deprecated boolean isExclusive()
PvmScope getParent()
List<PvmTransition> getIncomingTransitions()
List<PvmTransition> getOutgoingTransitions()
PvmTransition findOutgoingTransition(String transitionId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||