Skip navigation links


com.bea.content.expression
Class FullTextQueryFactory

java.lang.Object
  extended by com.bea.content.expression.FullTextQueryFactory


public class FullTextQueryFactory
extends Object

Factory class to create IMetadataQuery and ITextQuery


Method Summary
static IMetadataQuery getMetadataQuery()
          Get an instance of IMetadataQuery
static ITextQuery getTextQuery()
          Get an instance of ITextQuery

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getMetadataQuery

public static IMetadataQuery getMetadataQuery()
Get an instance of IMetadataQuery
Returns
A new IMetadataQuery instance.

getTextQuery

public static ITextQuery getTextQuery()
Get an instance of ITextQuery
Returns
A new ITextQuery instance.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.