com.filenet.rm.api.util

Class QueryParser

  1. java.lang.Object
  2. extended bycom.filenet.rm.api.util.QueryParser

  1. public class QueryParser
  2. extends java.lang.Object

Nested Class Summary

Modifier and Type Class and Description
  1. static class
QueryParser.SelectItem

Constructor Summary

Constructor and Description
QueryParser(java.lang.String queryStatement)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String[]
getFromClasses()
  1. QueryParser.SelectItem[]
getSelectList()
  1. int
getTopValue()
  1. boolean
hasDistinct()
  1. boolean
hasTop()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

QueryParser

  1. public QueryParser(java.lang.String queryStatement)

Method Detail

getSelectList

  1. public QueryParser.SelectItem[] getSelectList( )

getFromClasses

  1. public java.lang.String[] getFromClasses( )

hasDistinct

  1. public boolean hasDistinct()

hasTop

  1. public boolean hasTop()

getTopValue

  1. public int getTopValue()