Package com.filenet.api.query

Provides classes related to constructing and performing Content Engine searches.

See: Description

  • Interface Summary 
    Interface Description
    RepositoryRow
    The RepositoryRow interface is used by search operations to access rows from the repository database.
    StoredSearch
    Represents the search criteria for a stored search or search template.
  • Class Summary 
    Class Description
    SearchScope
    Determines which repository or repositories are to be searched, and supplies methods to execute searches for properties, objects, and class metadata (class descriptions).
    SearchSQL
    A helper class used to assist in building valid SQL statements.
    SearchTemplateContent
    Identifies the content search settings in a search template that can be modified for runtime purposes and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
    SearchTemplateContentItem
    Identifies the content search item settings in a search template that can be modified or excluded for runtime purposes and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
    SearchTemplateFolder
    Identifies the folder in a search template that is to be modified or excluded, or a new folder that is to be added to the search.
    SearchTemplateParameters
    Identifies the search parameters in the search template that can be modified, excluded or added to for runtime purposes, and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.
    SearchTemplateSelectProperty
    Identifies the select list property in a search template that is to be modified or excluded, or a new select list property that is to be added to the search.
    SearchTemplateSubclass
    Identifies the subclass in a search template that is to be modified or excluded, or a new subclass that is to be added to the search.
    SearchTemplateWhereProperty
    Identifies the Where properties in the search template that can be modified or excluded for runtime purposes, and enables you to choose whether the search template settings or the property values specified for this class are to be used for the search.

Package com.filenet.api.query Description

Provides classes related to constructing and performing Content Engine searches. The SearchSQL class is a helper class for query construction. The SearchScope class performs a constructed query on properties, objects, or class metadata.

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