com.filenet.rm.api.util

Class SearchExecuteXMLSchema

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

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

Field Summary

Modifier and Type Field and Description
  1. protected
  2. com.filenet.api.constants.MergeMode
mergeMode
  1. protected
  2. com.filenet.api.core.ObjectStore
objStore

Constructor Summary

Constructor and Description
SearchExecuteXMLSchema(java.lang.Object[] rowSet,com.filenet.api.core.ObjectStore objStore)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getXML(QueryParser.SelectItem[] selectProps,java.lang.String[] fromClasses)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

objStore

  1. protected com.filenet.api.core.ObjectStore objStore

mergeMode

  1. protected com.filenet.api.constants.MergeMode mergeMode

Constructor Detail

SearchExecuteXMLSchema

  1. public SearchExecuteXMLSchema(java.lang.Object[] rowSet,
  2. com.filenet.api.core.ObjectStore objStore)

Method Detail

getXML

  1. public java.lang.String getXML( QueryParser.SelectItem[] selectProps,
  2. java.lang.String[] fromClasses)