|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKEventDefICM
The DKEventDefICM class defines methods for accessing Eevent-related information. It contains records related to CRUD (create, retrieve, update and delete) operations on items. Events logged by the server depends on the item event flag defined in the item type class. Events related to the actions of library server users when working on items may also be logged. After the data for an event is created, it cannot be updated.
Constructor Summary | |
DKEventDefICM(dkDatastore ds)
Constructs the definition of an event for the specified ICM datastore |
Method Summary | |
DKTimestamp |
createTimestamp()
Retrieves the time stamp for when the event entry was created. |
int |
getCode()
Retrieves the value of the event code. |
java.lang.String |
getEventData1()
Retrieves the data for this event |
java.lang.String |
getEventData2()
Retrieves the data for this event |
java.lang.String |
getEventData3()
Retrieves the data for this event |
java.lang.String |
getEventData4()
Retrieves the data for this event |
java.lang.String |
getEventData5()
Retrieves the data for this event |
int |
getEventDataCount()
Retrieves the value of the event data count |
java.lang.String |
getItemId()
Retrieves the the identifier for the item associated with this this event. |
void |
setEventData1(java.lang.String eventData1)
Sets the event data of this event to the specified value. |
void |
setEventData2(java.lang.String eventData2)
Sets the event data of this event to the specified value. |
void |
setEventData3(java.lang.String eventData3)
Sets the event data of this event to the specified value. |
void |
setEventData4(java.lang.String eventData4)
Sets the event data of this event to the specified value. |
void |
setEventData5(java.lang.String eventData5)
Sets the event data of this event to the specified value. |
void |
setEventDataCount(int eventDataCount)
Sets the value of the event data count |
java.lang.String |
userId()
Retrieves the identifier for the user who created the event |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKEventDefICM(dkDatastore ds)
ds
- - datastore object as an instance of DKDatastoreICMMethod Detail |
public DKTimestamp createTimestamp()
public java.lang.String userId()
public int getCode()
public int getEventDataCount()
public void setEventDataCount(int eventDataCount)
eventDataCount
- - event data count value to be assigned to this eventpublic java.lang.String getItemId()
public java.lang.String getEventData1()
public void setEventData1(java.lang.String eventData1)
eventData1
- - event data to be assigned to this eventpublic java.lang.String getEventData2()
public void setEventData2(java.lang.String eventData2)
eventData2
- - event data to be assigned to this eventpublic java.lang.String getEventData3()
public void setEventData3(java.lang.String eventData3)
eventData3
- - event data to be assigned to this eventpublic java.lang.String getEventData4()
public void setEventData4(java.lang.String eventData4)
eventData4
- - event data to be assigned to this eventpublic java.lang.String getEventData5()
public void setEventData5(java.lang.String eventData5)
eventData5
- - event data to be assigned to this event
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |