public abstract class ProcessInstanceEvent extends ProcessEvent
BpelEvent.TYPE
eventContext
Constructor and Description |
---|
ProcessInstanceEvent() |
ProcessInstanceEvent(java.lang.Long processInstanceId) |
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
getProcessInstanceId()
Get the process instance identifier of the process instnace that generated this
event.
|
BpelEvent.TYPE |
getType() |
void |
setProcessInstanceId(java.lang.Long pid) |
getProcessId, getProcessName, setProcessId, setProcessName
eventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toString
public ProcessInstanceEvent()
public ProcessInstanceEvent(java.lang.Long processInstanceId)
public java.lang.Long getProcessInstanceId()
public void setProcessInstanceId(java.lang.Long pid)
public BpelEvent.TYPE getType()