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

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.Vector
              extended bycom.filenet.wcm.apps.server.ui.nav.BrowseNavigation.WcmNavigationPath
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable
Enclosing class:
BrowseNavigation

public static class BrowseNavigation.WcmNavigationPath
extends java.util.Vector

WcmNavigationPath is a vector class of WcmPathEntry items.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
BrowseNavigation.WcmNavigationPath()
           
 
Method Summary
 BrowseNavigation.WcmPathEntry checkPath(java.lang.String sObjectStoreName, java.lang.String sID, java.lang.String sParentId, int nObjectType, java.lang.String sLabel, boolean Disabled, java.lang.String sClassId, java.lang.String sMimeType)
          Returns a new WcmPathEntry if not current in Path, and truncates path to entry if it equals updatePath parameters.
 java.lang.String toString()
          Returns the path in String format to support CreateFolder wizard.
 void updatePath(java.lang.String sObjectStoreName, java.lang.String sID, java.lang.String sParentId, int nObjectType, java.lang.String sLabel, boolean Disabled, java.lang.String sClassId, java.lang.String sMimeType)
          Adds a new WcmPathEntry to Path if not current in Path, and truncates path to entry if it equals updatePath parameters.
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

BrowseNavigation.WcmNavigationPath

public BrowseNavigation.WcmNavigationPath()
Method Detail

checkPath

public BrowseNavigation.WcmPathEntry checkPath(java.lang.String sObjectStoreName,
                                               java.lang.String sID,
                                               java.lang.String sParentId,
                                               int nObjectType,
                                               java.lang.String sLabel,
                                               boolean Disabled,
                                               java.lang.String sClassId,
                                               java.lang.String sMimeType)
Returns a new WcmPathEntry if not current in Path, and truncates path to entry if it equals updatePath parameters.

Parameters:
sObjectStoreName - Object Store name that contains this item
sID - PathEntry object Id
sParentId - PathEntry parent's object Id
nObjectType - PathEntry object type
sLabel - PathEntry label
Disabled - True if item should have a disabled link
sClassId - Object class Id
Returns:
WcmPathEntry New path entry if not in current path

updatePath

public void updatePath(java.lang.String sObjectStoreName,
                       java.lang.String sID,
                       java.lang.String sParentId,
                       int nObjectType,
                       java.lang.String sLabel,
                       boolean Disabled,
                       java.lang.String sClassId,
                       java.lang.String sMimeType)
Adds a new WcmPathEntry to Path if not current in Path, and truncates path to entry if it equals updatePath parameters.

Parameters:
sObjectStoreName - Object Store name that contains this item
sID - PathEntry object Id
sParentId - PathEntry parent's object Id
nObjectType - PathEntry object type
sLabel - PathEntry label
Disabled - True if item should have a disabled link

toString

public java.lang.String toString()
Returns the path in String format to support CreateFolder wizard.

Returns:
path in String format.


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