|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHistory
Chat history information.
| Method Summary | |
|---|---|
IHistoryLine[] |
deleteHistoryLines(java.util.Date start,
java.util.Date end)
Clear lines from history. |
IHistoryLine[] |
getHistoryLines(java.util.Date start,
java.util.Date end)
Get the history lines between the given start and end dates (inclusive). |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Method Detail |
|---|
IHistoryLine[] getHistoryLines(java.util.Date start,
java.util.Date end)
start - the start Date to retrieve history lines for. If null, all
history lines up to the end date (if provided) are returned. If not
null, then all history lines with date equal to or after the start
date will be returned.end - the end Date to retrieve history lines for. If null, all
history for the partner associated with this history is provided. If not null,
then all history with date equal to or prior the end date will be returned.
null.
IHistoryLine[] deleteHistoryLines(java.util.Date start,
java.util.Date end)
start - the start Date to delete history lines for. If null, all
history lines up to the end date (if provided) will be deleted. If not
null, then all history lines with date equal to or after the start
date will be deleted.end - the end Date to delete history lines for. If null, all
history for the partner associated with this history will be deleted. If not null,
then all history with date equal to or prior the end date will be deleted.
null,
but may be an empty array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||