com.ptc.windchill.uwgm.task.saveas
Class SaveAsUtils

java.lang.Object
  extended bycom.ptc.windchill.uwgm.task.saveas.SaveAsUtils

public class SaveAsUtils
extends Object


Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Constructor Summary
SaveAsUtils()
           
 
Method Summary
static boolean checkContainerAcess(Object obj)
           
static String generateCADNameFromNumber(EPMDocument orig, String value)
           
static String[] setNumberAndCADNameFromAutoNumbering(WTContainer container, EPMDocument original)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

SaveAsUtils

public SaveAsUtils()
Method Detail

setNumberAndCADNameFromAutoNumbering

public static String[] setNumberAndCADNameFromAutoNumbering(WTContainer container,
                                                            EPMDocument original)
                                                     throws WTException
Throws:
WTException

generateCADNameFromNumber

public static String generateCADNameFromNumber(EPMDocument orig,
                                               String value)

checkContainerAcess

public static boolean checkContainerAcess(Object obj)