org.apache.ode.daohib.bpel.hobj
Class HBpelEvent
java.lang.Object
org.apache.ode.daohib.bpel.hobj.HObject
org.apache.ode.daohib.bpel.hobj.HBpelEvent
public class HBpelEvent
- extends HObject
Row representation of a BPEL event.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DELETE_EVENTS_BY_PROCESS
public static final java.lang.String DELETE_EVENTS_BY_PROCESS
- See Also:
- Constant Field Values
DELETE_EVENTS_BY_INSTANCE
public static final java.lang.String DELETE_EVENTS_BY_INSTANCE
- See Also:
- Constant Field Values
HBpelEvent
public HBpelEvent()
getInstance
public HProcessInstance getInstance()
setInstance
public void setInstance(HProcessInstance instance)
getProcess
public HProcess getProcess()
setProcess
public void setProcess(HProcess process)
getTstamp
public java.sql.Timestamp getTstamp()
setTstamp
public void setTstamp(java.sql.Timestamp tstamp)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getDetail
public java.lang.String getDetail()
setDetail
public void setDetail(java.lang.String detail)
getData
public HLargeData getData()
setData
public void setData(HLargeData data)
getScopeId
public java.lang.Long getScopeId()
- Get the scope identifier of the scope associated with this event. Note,
that this is not implemented as a many-to-one relationship because when
scopes are deleted from the database we do not want their events to
suffer the same fate.
setScopeId
public void setScopeId(java.lang.Long scopeId)