|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.WcmNavigationState
This class is used to share information between modules. It has a static method, getInstance, to create this class.
Field Summary | |
java.lang.String |
classID
Selected folder class id. |
java.lang.String |
mimeType
|
BrowseNavigation.WcmNavigationPath |
navigationPath
Path of Navigation mode |
java.lang.String |
objectStoreName
Object store name for currently selected object |
int |
objType
Object type of currently selected item |
java.lang.String |
pathName
Site Name for a WCM site |
java.lang.String |
selectedID
ID of currently selected object |
java.lang.String |
selectedLabel
Label for currently selected object |
java.lang.String |
sortColumn
the sort order for the listview |
boolean |
sortOrder
the order of the sort |
boolean |
updateContents
True if Container Contents needs updating |
boolean |
updateDefinition
True if Definition needs updating |
boolean |
updateNavigation
True if Navigation Module needs updating |
boolean |
validated
A flag that should be set to false in a module's initialize() method. |
java.lang.String |
vsID
|
Method Summary | |
void |
clearData()
Clears all data values. |
java.lang.Object |
clone()
Clone a state object. |
void |
copyData(WcmNavigationState fromState)
Copy values from another instance of navState. |
BrowseNavigation.WcmNavigationPath |
getCurrentPath()
Will return current WcmFolderNavigation.WcmNavigationPath |
static WcmNavigationState |
getInstance(com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider dp)
Factory method returns an instance of this object to use. |
void |
moveToParent()
This rountine moves the navigation up one in the path if possible. |
static void |
setKey(java.lang.String key,
com.filenet.wcm.toolkit.server.base.WcmModule module)
Change the key of this class. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public boolean validated
public int objType
public boolean updateNavigation
public boolean updateContents
public boolean updateDefinition
public java.lang.String objectStoreName
public java.lang.String selectedID
public java.lang.String selectedLabel
public java.lang.String classID
public java.lang.String pathName
public java.lang.String vsID
public java.lang.String mimeType
public BrowseNavigation.WcmNavigationPath navigationPath
public java.lang.String sortColumn
public boolean sortOrder
Method Detail |
public void clearData()
public void copyData(WcmNavigationState fromState)
fromState
- public void moveToParent() throws java.lang.Exception
java.lang.Exception
public BrowseNavigation.WcmNavigationPath getCurrentPath()
public static WcmNavigationState getInstance(com.filenet.wcm.toolkit.server.dp.WcmNavigationDataProvider dp) throws java.lang.Exception
dp
- WcmNavigationDataProvider module
java.lang.Exception
- If any errors occuredpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
- if super don't support it.public static void setKey(java.lang.String key, com.filenet.wcm.toolkit.server.base.WcmModule module) throws java.lang.Exception
key
- - Stringmodule
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |