public interface PvmActivity extends PvmScope
Modifier and Type | Method and Description |
---|---|
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() |
findActivity, getActivities
getId, getProcessDefinition, getProperty
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)
Copyright © 2015. All rights reserved.