|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.clm.pages.rm.history.RmHistoryEntryData
public class RmHistoryEntryData
This class represents an entry from the RM Audit History Screen.
Nested Class Summary | |
---|---|
class |
RmHistoryEntryData.HistoryRow
History sub entry, one for each row in a history entry. |
class |
RmHistoryEntryData.SimpleHistoryRow
A Simple History Row contains the list of strings in the row. |
class |
RmHistoryEntryData.TextComparisonRow
A text comparison row (eg for the Primary Text), then contains lists of added, changed and removed parts. |
Constructor Summary | |
---|---|
RmHistoryEntryData(com.ibm.team.fvt.tests.web.WebPage page,
com.ibm.team.fvt.tests.web.WebBrowserElement element)
|
Method Summary | |
---|---|
java.lang.String |
getDate()
|
RmHistoryEntryData.HistoryRow |
getRow(java.lang.String key)
Gets a particular row from the History Entry, using the given key. |
int |
getRowCount()
|
java.util.Set<java.lang.String> |
getRowKeys()
Returns the row keys this entry contains. |
java.lang.String |
getUserName()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmHistoryEntryData(com.ibm.team.fvt.tests.web.WebPage page, com.ibm.team.fvt.tests.web.WebBrowserElement element)
Method Detail |
---|
public java.util.Set<java.lang.String> getRowKeys()
public RmHistoryEntryData.HistoryRow getRow(java.lang.String key)
key
-
HistoryRow
representing that row in the entry.public java.lang.String getDate()
public int getRowCount()
public java.lang.String getUserName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |