com.filenet.wcm.apps.server.ui.nav
Class BrowseNavigation.WcmPathEntry

java.lang.Object
  extended bycom.filenet.wcm.apps.server.ui.nav.BrowseNavigation.WcmPathEntry
Enclosing class:
BrowseNavigation

public static class BrowseNavigation.WcmPathEntry
extends java.lang.Object

Path Entry class contains information about one path item.


Field Summary
 java.lang.String classId
          Folder class id of selected id
 boolean disabled
          True if item should be disabled
 java.lang.String id
          Id of entry
 java.lang.String label
          Label of path entry
 java.lang.String mimeType
           
 java.lang.String objectStoreName
          Name of object store that item is contained in
 int objectType
          Object type of path entry
 java.lang.String parentId
          Id of parent of path item
 
Constructor Summary
BrowseNavigation.WcmPathEntry(java.lang.String sObjectStoreName, java.lang.String sID, java.lang.String sParentId, int nObjectType, java.lang.String sLabel, boolean bDisabled, java.lang.String sClassId, java.lang.String sMimeType)
          Contructor
 
Method Summary
 boolean equals(BrowseNavigation.WcmPathEntry entry)
          Returns true if parameter entry equals this item.
 com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getAnchor(java.lang.String sEventURL, boolean lastEntry)
          Returns WcmAnchor made from PathEntry information.
 com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getNonURLAnchor()
          Returns WcmAnchor made from PathEntry information.
 java.lang.String printViewParameters(java.lang.String eventTarget)
          Returns String made from PathEntry information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectStoreName

public java.lang.String objectStoreName
Name of object store that item is contained in


id

public java.lang.String id
Id of entry


parentId

public java.lang.String parentId
Id of parent of path item


label

public java.lang.String label
Label of path entry


objectType

public int objectType
Object type of path entry


disabled

public boolean disabled
True if item should be disabled


classId

public java.lang.String classId
Folder class id of selected id


mimeType

public java.lang.String mimeType
Constructor Detail

BrowseNavigation.WcmPathEntry

public BrowseNavigation.WcmPathEntry(java.lang.String sObjectStoreName,
                                     java.lang.String sID,
                                     java.lang.String sParentId,
                                     int nObjectType,
                                     java.lang.String sLabel,
                                     boolean bDisabled,
                                     java.lang.String sClassId,
                                     java.lang.String sMimeType)
Contructor

Parameters:
sObjectStoreName - Object Store name that contains this item
sID - PathEntry object Id
sParentId - PathEntry parents object Id
nObjectType - PathEntry object type
sLabel - PathEntry label
bDisabled - True if item should have a disabled link
sClassId - PathEntry folder class id.
Method Detail

equals

public boolean equals(BrowseNavigation.WcmPathEntry entry)
Returns true if parameter entry equals this item.

Parameters:
entry - PathEntry to compare values of
Returns:
True if parameter entry is equal to current entry

getAnchor

public com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getAnchor(java.lang.String sEventURL,
                                                                  boolean lastEntry)
                                                           throws java.lang.Exception
Returns WcmAnchor made from PathEntry information.

Parameters:
sEventURL - URL to build from
Returns:
WcmAnchor build from PathEntry information
Throws:
java.lang.Exception

getNonURLAnchor

public com.filenet.wcm.toolkit.server.util.ui.WcmAnchor getNonURLAnchor()
Returns WcmAnchor made from PathEntry information.

Returns:
WcmAnchor build from PathEntry information

printViewParameters

public java.lang.String printViewParameters(java.lang.String eventTarget)
Returns String made from PathEntry information.

Returns:
WcmAnchor build from PathEntry information


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