com.ptc.epm.commands
Class ECADNewRevision

java.lang.Object
  extended bycom.ptc.epm.commands.ECADNewRevision

public class ECADNewRevision
extends Object


Nested Class Summary
protected static class ECADNewRevision.RevisionServer
           
 
Field Summary
private static String ECADRESOURCE
           
(package private) static boolean SERVER
           
private static String SERVER_CLASS
           
 
Constructor Summary
ECADNewRevision()
           
 
Method Summary
private static String getNewVersionName(EPMDocument ecadDoc)
           
static String reviseDesignDocuments(Vector documentsToRevise, EPMAsStoredConfig storedConfig)
           
private static WTKeyedMap reviseDocsAndParts(EPMDocument[] docsToRevise, ReviseOptions options, ConfigSpec partConfigSpec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_CLASS

private static final String SERVER_CLASS

SERVER

static final boolean SERVER

ECADRESOURCE

private static final String ECADRESOURCE
See Also:
Constant Field Values
Constructor Detail

ECADNewRevision

public ECADNewRevision()
Method Detail

reviseDesignDocuments

public static String reviseDesignDocuments(Vector documentsToRevise,
                                           EPMAsStoredConfig storedConfig)
                                    throws WTException
Throws:
WTException

getNewVersionName

private static String getNewVersionName(EPMDocument ecadDoc)

reviseDocsAndParts

private static WTKeyedMap reviseDocsAndParts(EPMDocument[] docsToRevise,
                                             ReviseOptions options,
                                             ConfigSpec partConfigSpec)
                                      throws WTException
Throws:
WTException