|
Oracle® Database XML Java API Reference 11g Release 1 (11.1) B28391-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.xdb.event.XDBEvent
public class XDBEvent
This class stores the information about the event that is fired.
| Field Summary | |
|---|---|
protected long |
m_evcstate |
static int |
POST_CHECKIN_EVENTEvent fired after the checkin of a resource. |
static int |
POST_CHECKOUT_EVENTEvent fired after the checkeout of a resource. |
static int |
POST_CREATE_EVENTEvent fired after a resource is created. |
static int |
POST_DELETE_EVENTEvent fired after a resource is deleted. |
static int |
POST_INCONUPDATE_EVENTEvent fired after an incosistent update using NFS. |
static int |
POST_LINKIN_EVENTEvent fired for the folder resource in which a new link is created, after the creation of the link. |
static int |
POST_LINKTO_EVENTEvent fired for the target resource to which a new link is created, after the creation of the link. |
static int |
POST_LOCK_EVENTEvent fired after a resource is locked. |
static int |
POST_OPEN_EVENTEvent fired after an open using NFS. |
static int |
POST_UNCHECKOUT_EVENTEvent fired after an uncheckout of a resource. |
static int |
POST_UNLINKFROM_EVENTEvent fired for the target resource when one of its links is deleted, after the unlink operation. |
static int |
POST_UNLINKIN_EVENTEvent fired for the folder resource from which a link is removed, after the unlink operation. |
static int |
POST_UNLOCK_EVENTEvent fired after a resource is unlocked. |
static int |
POST_UPDATE_EVENTEvent fired after an update of a resource. |
static int |
POST_VERSIONCONTROL_EVENTEvent fired after version control operation on a resource. |
static int |
PRE_CHECKIN_EVENTEvent fired before the checkin of a resource. |
static int |
PRE_CHECKOUT_EVENTEvent fired before the checkout of a resource. |
static int |
PRE_CREATE_EVENTEvent fired before a resource is created. |
static int |
PRE_DELETE_EVENTEvent fired before a resource is deleted. |
static int |
PRE_INCONUPDATE_EVENTEvent fired before an inconsistent update using NFS. |
static int |
PRE_LINKIN_EVENTEvent fired for the folder resource in which a new link is created, before the creation of the link. |
static int |
PRE_LINKTO_EVENTEvent fired for the target resource to which a new link is created, before the creation of the link. |
static int |
PRE_LOCK_EVENTEvent fired before a resource is locked. |
static int |
PRE_OPEN_EVENTEvent fired before an open using NFS. |
static int |
PRE_UNCHECKOUT_EVENTEvent fired before an uncheckout of a resource. |
static int |
PRE_UNLINKFROM_EVENTEvent fired for the target resource when one of its links is deleted, before the unlink operation. |
static int |
PRE_UNLINKIN_EVENTEvent fired for the folder resource from which a link is removed, before the unlink operation. |
static int |
PRE_UNLOCK_EVENTEvent fired before a resource is unlocked. |
static int |
PRE_UPDATE_EVENTEvent fired before an update of a resource. |
static int |
PRE_VERSIONCONTROL_EVENTEvent fired before version control operation on a resource. |
static int |
RENDER_EVENTEvent fired when a resource is rendered. |
| Method Summary | |
|---|---|
java.lang.String |
getCurrentUser()Returns the name of the user executing the operation that triggered the event. |
int |
getEvent()Returns event type of the triggering event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int RENDER_EVENT
public static final int PRE_CREATE_EVENT
public static final int POST_CREATE_EVENT
public static final int PRE_DELETE_EVENT
public static final int POST_DELETE_EVENT
public static final int PRE_UPDATE_EVENT
public static final int POST_UPDATE_EVENT
public static final int PRE_LOCK_EVENT
public static final int POST_LOCK_EVENT
public static final int PRE_UNLOCK_EVENT
public static final int POST_UNLOCK_EVENT
public static final int PRE_LINKIN_EVENT
public static final int POST_LINKIN_EVENT
public static final int PRE_LINKTO_EVENT
public static final int POST_LINKTO_EVENT
public static final int PRE_UNLINKIN_EVENT
public static final int POST_UNLINKIN_EVENT
public static final int PRE_UNLINKFROM_EVENT
public static final int POST_UNLINKFROM_EVENT
public static final int PRE_CHECKIN_EVENT
public static final int POST_CHECKIN_EVENT
public static final int PRE_CHECKOUT_EVENT
public static final int POST_CHECKOUT_EVENT
public static final int PRE_UNCHECKOUT_EVENT
public static final int POST_UNCHECKOUT_EVENT
public static final int PRE_VERSIONCONTROL_EVENT
public static final int POST_VERSIONCONTROL_EVENT
public static final int PRE_OPEN_EVENT
public static final int POST_OPEN_EVENT
public static final int PRE_INCONUPDATE_EVENT
public static final int POST_INCONUPDATE_EVENT
protected long m_evcstate
| Method Detail |
|---|
public java.lang.String getCurrentUser()
public int getEvent()
|
Oracle® Database XML Java API Reference 11g Release 1 (11.1) B28391-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||