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
© Copyright IBM Corporation 2006, 2008. All rights reserved.