com.ptc.windchill.uwgm.common.folder
Class FolderUtilities

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.folder.FolderUtilities

public class FolderUtilities
extends Object

Misc Folder related utilities


Field Summary
private static Cabinet[] EMPTY_CABINETS_ARRAY
           
private static Log log
          logging
 
Constructor Summary
FolderUtilities()
           
 
Method Summary
static Cabinet[] getContainerCabinets(WTContainer container)
          returns Cabinets for the container single object wrapper for multi-object folder service
static boolean isInPersonalCabinet(CabinetBased cabinetBased)
          returns true if CabinetBased object resides in PersonalCabinet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_CABINETS_ARRAY

private static final Cabinet[] EMPTY_CABINETS_ARRAY

log

private static Log log
logging

Constructor Detail

FolderUtilities

public FolderUtilities()
Method Detail

getContainerCabinets

public static Cabinet[] getContainerCabinets(WTContainer container)
                                      throws WTException
returns Cabinets for the container single object wrapper for multi-object folder service

Throws:
WTException

isInPersonalCabinet

public static boolean isInPersonalCabinet(CabinetBased cabinetBased)
                                   throws WTException
returns true if CabinetBased object resides in PersonalCabinet

Parameters:
cabinetBased - CabinetBased
Returns:
boolean
Throws:
WTException