com.filenet.api.query

Interface RepositoryRow

  • All Superinterfaces:
    java.io.Serializable


    public interface RepositoryRow
    extends java.io.Serializable
    The RepositoryRow interface is used by search operations to access rows from the repository database. Each row contains a collection of properties, returned as a Properties object.
    See Also:
    SearchScope
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Properties getProperties()
      Gets a single row of properties from the repository database.
    • Method Detail

      • getProperties

        Properties getProperties()
        Gets a single row of properties from the repository database.

        All properties returned will have the names as specified in the SQL statement used for the query. Any properties that are not defined in a particular repository, will be returned with null values.

        Returns:
        A Properties collection object containing a row of properties.

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