|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IOptionsByDocs
This interface provides access to a collection of options associated with a document to be delivered.
| Method Summary | |
|---|---|
IOptionsPerDoc |
addDoc(int docID)
Adds a document |
IOptionsPerDoc |
getDoc(int docID)
Gets the options associated with a document to be delivered |
boolean |
removeDoc(int docID)
Removes a document entry from the collection |
| 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 |
|---|
IOptionsPerDoc addDoc(int docID)
docID - Document ID
IOptionsPerDoc object in the collection associated with the document IDboolean removeDoc(int docID)
docID - Document ID
IOptionsPerDoc getDoc(int docID)
docID - Document ID
IOptionsPerDoc object in the collection associated with the document ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||