public abstract class ProcessInstanceEvent extends ProcessEvent
BpelEvent.TYPEeventContext| 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, setProcessNameeventName, getLineNo, getTimestamp, setLineNo, setTimestamp, toStringpublic ProcessInstanceEvent()
public ProcessInstanceEvent(java.lang.Long processInstanceId)
public java.lang.Long getProcessInstanceId()
public void setProcessInstanceId(java.lang.Long pid)
public BpelEvent.TYPE getType()