com.filenet.wcm.apps.server.util
Class SimpleSearchState

java.lang.Object
  extended bycom.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


Field Summary
 java.util.Set checkBoxes
           
 java.util.List classList
           
 boolean collapsed
           
 java.lang.String contentContains
           
 org.apache.commons.collections.set.ListOrderedSet detailedPropSet
           
 java.lang.String filterClassID
           
 java.lang.String filterClassSymName
           
 java.lang.String filterClassValue
           
 java.util.List filterpropChoiceList
           
 boolean filterpropHcvl
           
 java.util.List filterpropMarkingList
           
 java.lang.String filterpropOper
           
 java.lang.String folderID
           
 java.lang.String folderPath
           
 boolean[] hcvls
           
 boolean includeSubclasses
           
 boolean isChoiceListFromXML
           
 boolean limitToObjectStore
           
 int maxResults
           
 java.lang.String[] multiValues
           
 java.lang.String objectStoreName
           
 java.lang.String objectType
           
 java.lang.String[] operators
           
 java.util.List[] propChoiceLists
           
 java.util.List[] propMarkingList
           
 java.lang.String[] propSpecialValues
           
 java.lang.String[] propTypes
           
 java.lang.String[] propValues
           
 WcmUserQuery query
           
 boolean relevancyShow
           
 org.w3c.dom.Document results
           
 java.lang.String searchChoiceListDocId
           
 org.apache.commons.collections.set.ListOrderedSet selectProps
           
 boolean setObjectType
           
 boolean showFull
           
 boolean showHideCriteriaLink
           
 boolean updateNeeded
           
 boolean usePropertyTemplateChoiceList
           
 int version
           
 
Constructor Summary
SimpleSearchState()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SimpleSearchState

public SimpleSearchState()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.