Uses of Package
com.filenet.api.query

  • Packages that use com.filenet.api.query 
    Package Description
    com.filenet.api.core
    Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on.
    com.filenet.api.query
    Provides classes related to constructing and performing Content Engine searches.
  • Classes in com.filenet.api.query used by com.filenet.api.core 
    Class and Description
    StoredSearch
    Represents the search criteria for a stored search or search template.
  • Classes in com.filenet.api.query used by com.filenet.api.query 
    Class and Description
    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.
    StoredSearch
    Represents the search criteria for a stored search or search template.

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