com.filenet.api.collection
Interface RepositoryRowSet

All Superinterfaces:
EngineCollection, EngineSet, java.io.Serializable

public interface RepositoryRowSet
extends EngineSet

Represents a collection of repository rows returned from a query. The elements of this collection are items that were requested in the query. The rows contain values of varying type. For example, the query may request the name and ID of select documents. In this example, each returned row contains a name value and an ID value.

See Also:
RepositoryRow, SearchSQL, SearchScope

Method Summary
 
Methods inherited from interface com.filenet.api.collection.EngineSet
pageIterator
 
Methods inherited from interface com.filenet.api.collection.EngineCollection
isEmpty, iterator
 



© Copyright IBM Corporation 2006, 2009. All rights reserved.