public abstract class CorrelationSetEvent extends ScopeEvent
BpelEvent.TYPE
Modifier and Type | Field and Description |
---|---|
java.lang.String |
_correlationSetName |
eventContext
Constructor and Description |
---|
CorrelationSetEvent() |
CorrelationSetEvent(java.lang.String csetName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCorrelationSetName() |
BpelEvent.TYPE |
getType() |
void |
setCorrelationSetName(java.lang.String correlationSetName) |
getParentScopeId, getParentScopesNames, getScopeDeclarationId, getScopeId, getScopeName, setParentScopeId, setParentScopesNames, setScopeDeclerationId, setScopeId, setScopeName
getProcessInstanceId, setProcessInstanceId
getProcessId, getProcessName, setProcessId, setProcessName
eventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toString
public CorrelationSetEvent()
public CorrelationSetEvent(java.lang.String csetName)
public java.lang.String getCorrelationSetName()
public void setCorrelationSetName(java.lang.String correlationSetName)
public BpelEvent.TYPE getType()
getType
in class ScopeEvent