wt.inf.container
Class ContainerPath

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended bywt.inf.container.ContainerPath
All Implemented Interfaces:
Collection, List, Serializable

Deprecated. Replaced by WTContainerHelper.getPath and WTContainerHelper.getDisplayPath

public final class ContainerPath
extends AbstractList
implements Serializable



Supported API: false

Extendable: false

See Also:
WTContainerHelper.getPath(wt.inf.container.WTContainerRef), WTContainerHelper.getDisplayPath(wt.inf.container.WTContainerRef), Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.AbstractList
 
Field Summary
private static String CLASSNAME
          Deprecated.  
private  WTContainerRef[] path
          Deprecated.  
private static String RESOURCE
          Deprecated.  
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
protected ContainerPath(WTContainerRef container_ref)
          Deprecated.  
 
Method Summary
 Object get(int index)
          Deprecated.  
 WTContainer getContainer(int index)
          Deprecated.  
 WTContainerRef getContainerRef(int index)
          Deprecated.  
 String getDisplayForm()
          Deprecated.  
 String getExternalForm()
          Deprecated.  
 int size()
          Deprecated.  
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Field Detail

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 

path

private final WTContainerRef[] path
Deprecated. 
Constructor Detail

ContainerPath

protected ContainerPath(WTContainerRef container_ref)
                 throws WTException
Deprecated.  



Supported API: false

Parameters:
container_ref -
Throws:
WTException
Method Detail

get

public Object get(int index)
Deprecated.  



Supported API: false

Specified by:
get in interface List
Parameters:
index -
Returns:
Object

getContainer

public WTContainer getContainer(int index)
Deprecated.  

Type-specific version of get(int) : Object

Supported API: false

Parameters:
index -
Returns:
WTContainer

getContainerRef

public WTContainerRef getContainerRef(int index)
Deprecated.  

Type-specific version of get(int) : Object

Supported API: false

Parameters:
index -
Returns:
WTContainerRef

getExternalForm

public String getExternalForm()
Deprecated.  



Supported API: false

Returns:
A path that is compatible with WTContainerService.getByPath
See Also:
WTContainerService.getByPath(java.lang.String)

getDisplayForm

public String getDisplayForm()
Deprecated.  



Supported API: false

Returns:
A container path suitable for dispaly purposes.

size

public int size()
Deprecated.  



Supported API: false

Specified by:
size in interface List
Returns:
int