|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An Interface describing the container for EDocuments.
| Method Summary | |
void |
addEDoc(EDocument edoc)
Adds an EDocument to the container |
void |
addEDocs(EDocResSet edocresset)
Adds the EDocuments from the EDocResSet to the current set. |
void |
addEDocs(EDocument[] edocary)
Adds an array of EDocument Objects. |
void |
clear()
Clears the Current set |
EDocument |
getEDoc(long index)
Gets the EDocument at particular index. |
EDocResSet |
getEDocs(long from,
long to)
Returns the EDocResSet of certain range. |
EDocument[] |
getEDocsAsArray(long from,
long to)
Returns an array of EDocument Object. |
EDocResIterator |
getIterator()
Gets an iterator for the container |
long |
getSize()
Gets the size of the set |
void |
removeEDoc(long index)
Removes an EDocument at a given index. |
| Method Detail |
public void clear()
public void addEDoc(EDocument edoc)
edoc - public void addEDocs(EDocResSet edocresset)
edocresset - edocresource setpublic void addEDocs(EDocument[] edocary)
edocary - array of EDocument Objects.public EDocResIterator getIterator()
public EDocument getEDoc(long index)
throws MyDMException
index - the index of the EDocument to retrieve
MyDMException
public EDocResSet getEDocs(long from,
long to)
throws MyDMException
from - start indexto - stop index
MyDMException
public EDocument[] getEDocsAsArray(long from,
long to)
throws MyDMException
from - start indexto - until index
MyDMExceptionpublic long getSize()
public void removeEDoc(long index)
throws MyDMException
index -
MyDMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||