|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFolders
This interface defines a collection that contains IFolder
objects and it is based on the functionality of the IInfoObjects
interface. IFolders can retrieve IFolder objects..
IInfoObjects| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObjects |
|---|
IInfoObjects.CopyModes |
| Method Summary | |
|---|---|
IFolder |
add()
Creates a new IFolder and adds it to the IFolders
list. |
IFolder |
getFolder(int index)
Gets the IFolder element at the specified position in this list. |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObjects |
|---|
add, add, copy, delete, getBatchSecurityItems, getResultSize, merge, setCommitLevel, update |
| 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 |
|---|
IFolder add()
throws SDKException
Creates a new IFolder and adds it to the IFolders
list.
IFolder folder object.
SDKException - This exception is thrown if the process is unsuccessful.IFolder getFolder(int index)
IFolder element at the specified position in this list.
index - the index of the element to return as an int.
IFolder element at the specified position in
this list.
java.lang.IndexOutOfBoundsException - if the index is out of range (index < 0 || index >=
size()).
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||