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

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.HistoryState

public class HistoryState
extends java.lang.Object

HistoryState contains the history state for the history page and the events query


Nested Class Summary
static class HistoryState.Event
          Event contains desciption of an event type.
static class HistoryState.Option
           
static class HistoryState.ReferencedObject
          ReferencedObject is used by to store the information about a reference object in the history state
static class HistoryState.WhereNode
           
 
Field Summary
 java.util.List eventsList
           
 boolean eventsSelected
           
 boolean expanded
           
 org.w3c.dom.Document infoProperties
           
 boolean initalize
           
protected  java.util.Locale locale
           
 boolean noAccess
           
 java.lang.String objectId
           
 java.lang.String objectStoreName
           
 java.lang.String objectType
           
 java.util.List optionsList
           
 org.w3c.dom.Document queryRequest
           
 org.w3c.dom.Document queryResult
           
 java.util.List referencedObjects
           
 org.w3c.dom.Document updateProperties
           
 boolean versionsSelected
           
 java.lang.String vsObjectId
           
 HistoryState.WhereNode whereClauseTree
           
static com.filenet.wcm.toolkit.util.WcmString wsCreationTimeLabel
           
static com.filenet.wcm.toolkit.util.WcmString wsCreationTimeName
           
static com.filenet.wcm.toolkit.util.WcmString wsCreatorLabel
           
static com.filenet.wcm.toolkit.util.WcmString wsCreatorName
           
static com.filenet.wcm.toolkit.util.WcmString wsIdLabel
           
static com.filenet.wcm.toolkit.util.WcmString wsIdName
           
static com.filenet.wcm.toolkit.util.WcmString wsIncludeReferenced
           
static com.filenet.wcm.toolkit.util.WcmString wsIncludeVersion
           
static com.filenet.wcm.toolkit.util.WcmString wsSelectAll
           
static com.filenet.wcm.toolkit.util.WcmString wsStatusLabel
           
static com.filenet.wcm.toolkit.util.WcmString wsStatusName
           
 
Method Summary
 org.w3c.dom.Document createFilterXML()
           
static HistoryState getInstance(WcmObjectInfo woi, java.util.Locale locale)
           
 void initHistoryState(org.w3c.dom.Document EventsXML, java.lang.String objectStoreName, int objectType, java.lang.String objectId, java.lang.String vsObjectId, boolean isVersionable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsSelectAll

public static final com.filenet.wcm.toolkit.util.WcmString wsSelectAll

wsIncludeReferenced

public static final com.filenet.wcm.toolkit.util.WcmString wsIncludeReferenced

wsIncludeVersion

public static final com.filenet.wcm.toolkit.util.WcmString wsIncludeVersion

wsIdLabel

public static final com.filenet.wcm.toolkit.util.WcmString wsIdLabel

wsCreationTimeLabel

public static final com.filenet.wcm.toolkit.util.WcmString wsCreationTimeLabel

wsCreatorLabel

public static final com.filenet.wcm.toolkit.util.WcmString wsCreatorLabel

wsStatusLabel

public static final com.filenet.wcm.toolkit.util.WcmString wsStatusLabel

wsIdName

public static final com.filenet.wcm.toolkit.util.WcmString wsIdName

wsCreationTimeName

public static final com.filenet.wcm.toolkit.util.WcmString wsCreationTimeName

wsCreatorName

public static final com.filenet.wcm.toolkit.util.WcmString wsCreatorName

wsStatusName

public static final com.filenet.wcm.toolkit.util.WcmString wsStatusName

locale

protected java.util.Locale locale

whereClauseTree

public HistoryState.WhereNode whereClauseTree

optionsList

public java.util.List optionsList

eventsList

public java.util.List eventsList

referencedObjects

public java.util.List referencedObjects

initalize

public boolean initalize

expanded

public boolean expanded

objectId

public java.lang.String objectId

vsObjectId

public java.lang.String vsObjectId

objectStoreName

public java.lang.String objectStoreName

objectType

public java.lang.String objectType

eventsSelected

public boolean eventsSelected

noAccess

public boolean noAccess

versionsSelected

public boolean versionsSelected

queryResult

public org.w3c.dom.Document queryResult

queryRequest

public org.w3c.dom.Document queryRequest

updateProperties

public org.w3c.dom.Document updateProperties

infoProperties

public org.w3c.dom.Document infoProperties
Method Detail

getInstance

public static HistoryState getInstance(WcmObjectInfo woi,
                                       java.util.Locale locale)
                                throws java.lang.Exception
Throws:
java.lang.Exception

initHistoryState

public void initHistoryState(org.w3c.dom.Document EventsXML,
                             java.lang.String objectStoreName,
                             int objectType,
                             java.lang.String objectId,
                             java.lang.String vsObjectId,
                             boolean isVersionable)
                      throws java.lang.Exception
Throws:
java.lang.Exception

createFilterXML

public org.w3c.dom.Document createFilterXML()
                                     throws java.lang.Exception
Throws:
java.lang.Exception


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