|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines an event generated when a Document is viewed
Method Summary | |
java.lang.Integer |
getDocId()
Returns the document ID |
java.lang.String |
getQueryId()
Returns the Query ID |
boolean |
isCollabDoc()
Determines if this is a Collaboration document |
void |
setCollabDoc(boolean isCollabDoc)
Sets this as a Collaboration document |
void |
setDocId(java.lang.Integer docID)
Sets the document ID |
void |
setQueryId(java.lang.String str)
Sets the Query ID |
Methods inherited from interface com.plumtree.analytics.openusage.IASPortalEvent |
getBrowser, getClientAddress, getCommunityId, getEventSource, getPageId, getPortletId, getReferrer, getResponseTime, getUrl, getUserId, setBrowser, setClientAddress, setCommunityId, setEventSource, setPageId, setPortletId, setReferer, setResponseTime, setUrl, setUserId |
Methods inherited from interface com.plumtree.analytics.openusage.IASEvent |
deserialize, getEventType, getValue, getVersion, init, sendEvent, serialize, setConfig, setConfig, setValue |
Method Detail |
public java.lang.Integer getDocId()
public void setDocId(java.lang.Integer docID)
docID
- the document IDpublic java.lang.String getQueryId()
public void setQueryId(java.lang.String str)
public boolean isCollabDoc()
public void setCollabDoc(boolean isCollabDoc)
isCollabDoc
- is a Collaboration document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |