Oracle Content Management SDK

Uses of Class
oracle.ifs.search.SearchSpecification

Packages that use SearchSpecification
oracle.ifs.beans   
oracle.ifs.search   
oracle.ifs.server   
 

Uses of SearchSpecification in oracle.ifs.beans
 

Fields in oracle.ifs.beans declared as SearchSpecification
protected  SearchSpecification SearchObject.m_SearchSpecification
          SearchSpecification associated with SearchObject.
protected  SearchSpecification SearchObjectDefinition.m_SearchSpec
          SearchSpecification of SearchObject
protected  SearchSpecification Search.m_SearchSpecification
          SearchSpecification defining Search.
 

Methods in oracle.ifs.beans that return SearchSpecification
 SearchSpecification SearchObject.getSearchSpecification()
          Returns the SearchSpecification.
 SearchSpecification SearchObjectDefinition.getSearchSpecification()
          Returns the SearchSpecification specified
 SearchSpecification Search.getSearchSpecification()
          Returns the SearchSpecification of this Search.
protected  SearchSpecification LibrarySession.DMGetSearchSpecification(java.lang.Long srchId)
          Invokes the identically-named remote S_LibrarySession method.
 

Methods in oracle.ifs.beans with parameters of type SearchSpecification
 void SearchObject.setSearchSpecification(SearchSpecification spec)
          Sets the search specification for the SearchObject.
 void SearchObjectDefinition.setSearchSpecification(SearchSpecification sp)
          Set the SearchSpecification to be contained in the SearchObject.
 void Search.setSearchSpecification(SearchSpecification sp)
          Set the SearchSpecification.
protected  void LibrarySession.DMSetSearchSpecification(java.lang.Long srchId, SearchSpecification sp)
          Invokes the identically-named remote S_LibrarySession method.
 

Constructors in oracle.ifs.beans with parameters of type SearchSpecification
Search(LibrarySession sess, SearchSpecification sp)
          Constructs a Search object.
 

Uses of SearchSpecification in oracle.ifs.search
 

Subclasses of SearchSpecification in oracle.ifs.search
 class AttributeSearchSpecification
          An AttributeSpecification represents a non Context Search.
 class ContextSearchSpecification
          A ContextSearchSpecification represents a Search on both Attributes and Content.
 

Fields in oracle.ifs.search declared as SearchSpecification
(package private)  SearchSpecification ValidationVisitor.m_Specification
          SearchSpecification being validated.
protected  SearchSpecification ViewSpecification.m_SearchSpec
          The SearchSpecification
 

Methods in oracle.ifs.search that return SearchSpecification
 SearchSpecification SearchSpecification.getBoundSpecification(LibrarySession sess, AttributeValue[] bindValues)
          This Specification is cloned and the input bind Values are bound in place in the cloned Specification.
 SearchSpecification ViewSpecification.getSearchSpecification()
          Returns the SearchSpecification of this view.
 

Methods in oracle.ifs.search with parameters of type SearchSpecification
protected  java.lang.String[] SQLGenerator.getOrderAttributes(SearchSpecification sp, java.lang.String clss, java.lang.String name, ContextScoreVisitor vis)
           
 void ViewSpecification.setSearchSpecification(SearchSpecification sp)
          Replaces the SearchSpecification of the view.
 

Constructors in oracle.ifs.search with parameters of type SearchSpecification
ValidationVisitor(SearchValidator sv, SearchSpecification sp)
          Constructors a ValidationVisitor.
ViewSpecification(java.lang.String viewName, SearchSpecification sp)
          Constructs a ViewSpecification object.
ViewSpecification(java.lang.String viewName, SearchSpecification sp, boolean repView)
          Constructs a ViewSpecification object.
 

Uses of SearchSpecification in oracle.ifs.server
 

Fields in oracle.ifs.server declared as SearchSpecification
protected  SearchSpecification S_Search.m_SearchSpecification
           
 

Methods in oracle.ifs.server that return SearchSpecification
protected  SearchSpecification S_SearchObject.getSearchSpecification()
          Returns the SearchSpecification of this object.
 SearchSpecification S_LibrarySession.DMGetSearchSpecification(java.lang.Long srchId)
          Gets the SearchSpecification of the specified S_Search.
protected  SearchSpecification S_Search.getSearchSpecification()
           
 SearchSpecification S_LibrarySessionInterface.DMGetSearchSpecification(java.lang.Long srchId)
           
 

Methods in oracle.ifs.server with parameters of type SearchSpecification
 void S_LibrarySession.DMSetSearchSpecification(java.lang.Long srchId, SearchSpecification sp)
          Sets the SearchSpecification of the specified S_Search.
protected  void S_Search.setSearchSpecification(SearchSpecification sp)
           
 void S_LibrarySessionInterface.DMSetSearchSpecification(java.lang.Long srchId, SearchSpecification sp)
           
 

Constructors in oracle.ifs.server with parameters of type SearchSpecification
S_Search(S_LibrarySession sess, SearchSpecification sp)
           
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.