|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EngineSet
Defines collection functionality common only to sets. A set is a collection of independent objects, the elements of which are unordered and unique. A set may not be directly updated. You can iterate a set one page at a time (instead of one object or one row at a time).
EngineCollection
Method Summary | |
---|---|
PageIterator |
pageIterator()
Returns a PageIterator object for iterating through a
set-type collection. |
Methods inherited from interface com.filenet.api.collection.EngineCollection |
---|
isEmpty, iterator |
Method Detail |
---|
PageIterator pageIterator()
PageIterator
object for iterating through a
set-type collection.
PageIterator
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |