com.ptc.windchill.uwgm.common.folder
Class FolderUtilities
java.lang.Object
com.ptc.windchill.uwgm.common.folder.FolderUtilities
- public class FolderUtilities
- extends Object
Misc Folder related utilities
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_CABINETS_ARRAY
private static final Cabinet[] EMPTY_CABINETS_ARRAY
log
private static Log log
- logging
FolderUtilities
public FolderUtilities()
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