com.filenet.wcm.apps.server.util
Class SimpleSearchState
java.lang.Object
com.filenet.wcm.apps.server.util.SimpleSearchState
- All Implemented Interfaces:
- java.lang.Cloneable
- public class SimpleSearchState
- extends java.lang.Object
- implements java.lang.Cloneable
Utility class used by the the Simple Search modules to keep the state of the page
Method Summary |
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
query
public WcmUserQuery query
objectStoreName
public java.lang.String objectStoreName
folderPath
public java.lang.String folderPath
folderID
public java.lang.String folderID
objectType
public java.lang.String objectType
contentContains
public java.lang.String contentContains
filterClassValue
public java.lang.String filterClassValue
filterClassID
public java.lang.String filterClassID
filterClassSymName
public java.lang.String filterClassSymName
includeSubclasses
public boolean includeSubclasses
propValues
public java.lang.String[] propValues
propSpecialValues
public java.lang.String[] propSpecialValues
propTypes
public java.lang.String[] propTypes
multiValues
public java.lang.String[] multiValues
operators
public java.lang.String[] operators
hcvls
public boolean[] hcvls
propMarkingList
public java.util.List[] propMarkingList
propChoiceLists
public java.util.List[] propChoiceLists
filterpropChoiceList
public java.util.List filterpropChoiceList
filterpropMarkingList
public java.util.List filterpropMarkingList
filterpropOper
public java.lang.String filterpropOper
filterpropHcvl
public boolean filterpropHcvl
relevancyShow
public boolean relevancyShow
version
public int version
maxResults
public int maxResults
collapsed
public boolean collapsed
showHideCriteriaLink
public boolean showHideCriteriaLink
setObjectType
public boolean setObjectType
showFull
public boolean showFull
checkBoxes
public java.util.Set checkBoxes
updateNeeded
public boolean updateNeeded
selectProps
public org.apache.commons.collections.set.ListOrderedSet selectProps
detailedPropSet
public org.apache.commons.collections.set.ListOrderedSet detailedPropSet
results
public org.w3c.dom.Document results
limitToObjectStore
public boolean limitToObjectStore
usePropertyTemplateChoiceList
public boolean usePropertyTemplateChoiceList
isChoiceListFromXML
public boolean isChoiceListFromXML
searchChoiceListDocId
public java.lang.String searchChoiceListDocId
classList
public java.util.List classList
SimpleSearchState
public SimpleSearchState()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.