Oracle Content Management SDK

Uses of Class
oracle.ifs.search.ViewSpecification

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

Uses of ViewSpecification in oracle.ifs.beans
 

Methods in oracle.ifs.beans with parameters of type ViewSpecification
protected static void Search.createView(LibrarySession sess, ViewSpecification vsp)
           
 void LibrarySession.createView(ViewSpecification vsp)
          Creates a database view from a View specification.
protected  void LibrarySession.DMCreateView(ViewSpecification vsp)
          Invokes the identically-named remote S_LibrarySession method.
 

Uses of ViewSpecification in oracle.ifs.search
 

Methods in oracle.ifs.search with parameters of type ViewSpecification
protected  java.lang.String SQLGenerator.getViewStatement(ViewSpecification vsp, AttributeSearchSpecification asp)
           
protected  java.lang.String SQLGenerator.getViewStatement(ViewSpecification vsp, ContextSearchSpecification csp, ContextTable[] ctxTabs)
           
protected  java.lang.String SQLGenerator.generateViewSelectList(AttributeSearchSpecification asp, ViewSpecification vsp)
           
protected abstract  java.lang.String SearchSpecification.getViewStatement(ViewSpecification vsp, S_LibrarySession sess)
          Generates a View creation statement, based on the ViewSpecification.
 void SearchSpecification.createView(S_LibrarySession sess, ViewSpecification vsp)
          Creates a database view based on this Specification, and the ViewSpecification.
protected  java.lang.String AttributeSearchSpecification.getViewStatement(ViewSpecification vsp, S_LibrarySession sess)
          Generates a View creation statement, based on the ViewSpecification.
protected  java.lang.String ContextSearchSpecification.getViewStatement(ViewSpecification vsp, S_LibrarySession sess)
          Generates a View creation statement, based on the ViewSpecification.
 

Uses of ViewSpecification in oracle.ifs.server
 

Methods in oracle.ifs.server with parameters of type ViewSpecification
 void S_LibrarySession.DMCreateView(ViewSpecification vsp)
          Creates a view for the specified ViewSpecification.
protected static void S_Search.createView(S_LibrarySession sess, ViewSpecification vsp)
           
 void S_LibrarySessionInterface.DMCreateView(ViewSpecification vsp)
           
 


Oracle Content Management SDK

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