|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollaborationHistoryEvent
The Java API interface CollaborationHistoryEvent represents a collaboration history event for a collaboration area.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
CollaborationStep |
getCollaborationStep()
Get the collaboration step at which the event happened. |
java.lang.String |
getComment()
Get the comment, which describes more about the event. |
java.util.Date |
getDate()
Get the date and time at which the event happened. |
java.lang.String |
getDifferences()
Get the differences between the item or category attributes before and after the event. |
java.lang.String |
getExitValue()
Get the exit value associated with the event. |
java.lang.String |
getPrimaryKey()
Get the primary key of the item or category involved in the event. |
java.lang.String |
getType()
Get the type of the collaboration history event. |
User |
getUser()
Get the user who initiated the collaboration event. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.util.Date getDate()
PIMInternalException
- if there is an internal error.java.lang.String getPrimaryKey()
PIMInternalException
- if there is an internal error.java.lang.String getComment()
PIMInternalException
- if there is an internal error.java.lang.String getExitValue()
PIMInternalException
- if there is an internal error.java.lang.String getDifferences()
PIMInternalException
- if there is an internal error.java.lang.String getType()
PIMInternalException
- if there is an internal error.User getUser()
PIMInternalException
- if there is an internal error.CollaborationStep getCollaborationStep()
PIMInternalException
- if there is an internal error.CollaborationStep
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |