|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRecentDocuments
The IRecentDocuments interface is used to store list of documents user act on.
| Method Summary | |
|---|---|
IRecentDocument |
add(IInfoObject obj)
Add document infoobject into the list |
IRecentDocument |
add(int id,
java.lang.String kind)
Add document id and the kind of the document into the list |
int |
getActionType()
return the action type of this list |
int |
getMax()
maximum number of items to be kept in this list |
boolean |
removeByID(int id)
remove document from the list by SI_ID |
void |
setMax(int max)
Set maximum number of items to be kept in this list |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKList |
|---|
get |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
IRecentDocument add(int id,
java.lang.String kind)
throws SDKException
Add document id and the kind of the document into the list
id - as the SI_ID of the document.kind - as the SI_KIND of the document
IRecentDocument object represent the document.
SDKException
IRecentDocument add(IInfoObject obj)
throws SDKException
Add document infoobject into the list
obj - as the infoobject of the document.
IRecentDocument object represent the document.
SDKExceptionboolean removeByID(int id)
remove document from the list by SI_ID
id - as SI_ID of the document to be removed.
true if the remove succeed.int getMax()
maximum number of items to be kept in this list
int the maxium number of items can be kept in the list..void setMax(int max)
Set maximum number of items to be kept in this list
max - the maxium number of items can be kept in the list..int getActionType()
return the action type of this list
int the action type of this list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||