com.filenet.rm.api.util
Class SearchExecuteXMLSchema
- java.lang.Object
com.filenet.rm.api.util.SearchExecuteXMLSchema
- public class SearchExecuteXMLSchema
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
mergeMode
|
|
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 |
---|---|
|
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
- protected com.filenet.api.core.ObjectStore objStore
mergeMode
- protected com.filenet.api.constants.MergeMode mergeMode
Constructor Detail
SearchExecuteXMLSchema
- public SearchExecuteXMLSchema(java.lang.Object[] rowSet,
- com.filenet.api.core.ObjectStore objStore)
Method Detail
getXML
- public java.lang.String getXML( QueryParser.SelectItem[] selectProps,
- java.lang.String[] fromClasses)