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


Constructor Summary
FullTextQueryFactory()
           
 
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
 

Constructor Detail

FullTextQueryFactory

public FullTextQueryFactory()
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.


Copyright © 2006 BEA Systems, Inc. All Rights Reserved