com.filenet.wcm.apps.server.util
Class WcmSearchState
- java.lang.Object
com.filenet.wcm.apps.server.util.WcmSearchState
All implemented interfaces:
java.lang.Cloneable
- public class WcmSearchState
- extends java.lang.Object
- implements java.lang.Cloneable
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
choiceList
|
|
classUpdated
|
|
collapsed
|
|
definition
|
|
fullDefinition
|
|
majorVersion
|
|
minorVersion
|
|
objectStoreName
|
|
propAlignments
|
|
propNames
|
|
request
|
|
results
|
|
searchID
|
|
searchLabel
|
|
searchVSID
|
|
showRanking
|
|
showSummary
|
|
showTime
|
|
sortOrder
|
|
sortProperty
|
|
updateResults
|
|
versionStatus
|
Constructor Summary
| Constructor and Description |
|---|
WcmSearchState()
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
clear()
Clears the current state
|
|
clearSearchData()
Clears selected search data
|
|
clone()
Clone a state object.
|
|
getInstance(com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
Factory method that returns a new instance of the WcmSearchState, scoped to
the data provider.
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
objectStoreName
- public java.lang.String objectStoreName
searchID
- public java.lang.String searchID
searchVSID
- public java.lang.String searchVSID
searchLabel
- public java.lang.String searchLabel
request
- public org.w3c.dom.Document request
definition
- public org.w3c.dom.Document definition
fullDefinition
- public org.w3c.dom.Document fullDefinition
choiceList
- public org.w3c.dom.Document choiceList
results
- public java.lang.String results
updateResults
- public boolean updateResults
collapsed
- public boolean collapsed
showRanking
- public boolean showRanking
showSummary
- public boolean showSummary
showTime
- public boolean showTime
propNames
- public java.lang.String[] propNames
propAlignments
- public java.lang.String[] propAlignments
majorVersion
- public int majorVersion
minorVersion
- public int minorVersion
versionStatus
- public int versionStatus
sortProperty
- public java.lang.String sortProperty
sortOrder
- public boolean sortOrder
classUpdated
- public boolean classUpdated
Constructor Detail
WcmSearchState
- public WcmSearchState()
Method Detail
clear
- public void clear()
Clears the current state
clearSearchData
- public void clearSearchData()
Clears selected search data
clone
- public java.lang.Object clone()
- throws java.lang.CloneNotSupportedException
Clone a state object.
Overrides:
clone in class java.lang.Object
Returns:
Object A cloned object
Throws:
java.lang.CloneNotSupportedException - if super don't support it. getInstance
- public static WcmSearchState getInstance( com.filenet.wcm.toolkit.server.dp.WcmSearchDataProvider dp)
- throws java.lang.Exception
Factory method that returns a new instance of the WcmSearchState, scoped to
the data provider. It is stored as a module property of that data provider.
This is the only way that a reference to this object can be obtained.
Parameters:
dp - WcmSearchDataProvider module Returns:
New instance of WcmSearchState object, scoped to the data provider
Throws:
java.lang.Exception - If any errors occured