|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ifs.fdk.Event
Models an event that occurred; events can be audited and then retrieved by querying an audit history.
Constructor Summary | |
Event() Constructs an Event. |
Method Summary | |
long |
getApplicationSessionId() Returns the ID of the application session context (if any) used to perform the operation that resulted in creating this Event. |
long[] |
getAuxTargetIds() Returns the IDs of the auxiliary Items associated with this Event. |
long[] |
getAuxTargetTypeIds() Returns the internal IDs used to identify the types of the auxiliary Items associated with this Event. |
java.util.Date |
getCreateDate() Returns the Date this Event was created. |
long |
getCreatorId() Returns the ID of the User Item that performed the operation that resulted in creating this Event. |
long |
getDomainId() Returns the ID of the Domain Item with which this Event is associated. |
long |
getId() Returns this Event's ID. |
java.lang.String |
getOperationType() Returns this Event's operation type key. |
NamedValue[] |
getProperties() Returns the auxiliary properties associated with this Event. |
long |
getSessionId() Returns the ID of the server session used to perform the operation that resulted in creating this Event. |
long |
getSessionUserId() Returns the ID of the User Item that performed the operation that resulted in creating this Event. |
long |
getTargetId() Returns the ID of the target Item with which this Event is associated. |
boolean |
isOperationSuccessful() Returns an indication as to whether the operation sttempted which resulted in the creation of this Event actually succeeded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Event()
Method Detail |
public long getId()
public long getSessionId()
public long getApplicationSessionId()
Returns 0 if the operation was performed without an application context.
public java.lang.String getOperationType()
public java.util.Date getCreateDate()
public long getCreatorId()
public long getSessionUserId()
Can be different from the creator ID if the session which caused the event to be created was switched into administration mode, or if the operation was performed on behalf of the user in an asynchronous process, such as in a workflow or agent.
public long getDomainId()
public boolean isOperationSuccessful()
public long getTargetId()
public long[] getAuxTargetIds()
public long[] getAuxTargetTypeIds()
public NamedValue[] getProperties()
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |