public class HBpelEvent extends HObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SELECT_EVENT_IDS_BY_INSTANCES |
Constructor and Description |
---|
HBpelEvent() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getData() |
java.lang.String |
getDetail() |
HProcessInstance |
getInstance() |
HProcess |
getProcess() |
java.lang.Long |
getScopeId()
Get the scope identifier of the scope associated with this event.
|
java.sql.Timestamp |
getTstamp() |
java.lang.String |
getType() |
void |
setData(byte[] data) |
void |
setDetail(java.lang.String detail) |
void |
setInstance(HProcessInstance instance) |
void |
setProcess(HProcess process) |
void |
setScopeId(java.lang.Long scopeId) |
void |
setTstamp(java.sql.Timestamp tstamp) |
void |
setType(java.lang.String type) |
getCreated, getId, getLock, setCreated, setId, setLock, toIdArray, toIdArray, toString
public static final java.lang.String SELECT_EVENT_IDS_BY_INSTANCES
public HProcessInstance getInstance()
public void setInstance(HProcessInstance instance)
public HProcess getProcess()
public void setProcess(HProcess process)
public java.sql.Timestamp getTstamp()
public void setTstamp(java.sql.Timestamp tstamp)
public java.lang.String getType()
public void setType(java.lang.String type)
public java.lang.String getDetail()
public void setDetail(java.lang.String detail)
public byte[] getData()
public void setData(byte[] data)
public java.lang.Long getScopeId()
public void setScopeId(java.lang.Long scopeId)