org.apache.ode.bpel.evt
Class ScopeEvent
java.lang.Object
org.apache.ode.bpel.evt.BpelEvent
org.apache.ode.bpel.evt.ProcessEvent
org.apache.ode.bpel.evt.ProcessInstanceEvent
org.apache.ode.bpel.evt.ScopeEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ActivityEvent, CompensationHandlerRegistered, CorrelationSetEvent, ExpressionEvaluationEvent, PartnerLinkEvent, ScopeCompletionEvent, ScopeFaultEvent, ScopeStartEvent, VariableEvent
public abstract class ScopeEvent
- extends ProcessInstanceEvent
Event related to a process instance scope.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScopeEvent
public ScopeEvent()
getScopeId
public java.lang.Long getScopeId()
setScopeId
public void setScopeId(java.lang.Long scopeId)
setScopeName
public void setScopeName(java.lang.String scopeName)
- Parameters:
scopeName
- The scopeName to set.
getScopeName
public java.lang.String getScopeName()
- Returns:
- Returns the scopeName.
getScopeDeclarationId
public int getScopeDeclarationId()
setScopeDeclerationId
public void setScopeDeclerationId(int id)
- Parameters:
id
-
setParentScopeId
public void setParentScopeId(java.lang.Long parentScopeId)
getParentScopeId
public java.lang.Long getParentScopeId()
getParentScopesNames
public java.util.List<java.lang.String> getParentScopesNames()
setParentScopesNames
public void setParentScopesNames(java.util.List<java.lang.String> parentScopesNames)
getType
public BpelEvent.TYPE getType()
- Overrides:
getType
in class ProcessInstanceEvent