com.ptc.netmarkets.interop
Class NmInteropUtils.InteropConfigSpecs

java.lang.Object
  extended bycom.ptc.netmarkets.interop.NmInteropUtils.InteropConfigSpecs
Enclosing class:
NmInteropUtils

public static class NmInteropUtils.InteropConfigSpecs
extends Object


Field Summary
private  EPMDocConfigSpec docCS
           
private  WTPartConfigSpec partCS
           
 
Constructor Summary
NmInteropUtils.InteropConfigSpecs(String userConfigSpec, String partView, WTContainerRef containerRef, boolean needPartSpec, boolean includeSandboxSpec, boolean useSandboxBaseline)
           
 
Method Summary
 EPMDocConfigSpec getEPMDocConfigSpec()
           
 WTPartConfigSpec getPartConfigSpec()
           
private static WTPartConfigSpec getPartConfigSpec(View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partCS

private WTPartConfigSpec partCS

docCS

private EPMDocConfigSpec docCS
Constructor Detail

NmInteropUtils.InteropConfigSpecs

public NmInteropUtils.InteropConfigSpecs(String userConfigSpec,
                                         String partView,
                                         WTContainerRef containerRef,
                                         boolean needPartSpec,
                                         boolean includeSandboxSpec,
                                         boolean useSandboxBaseline)
                                  throws WTException
Method Detail

getPartConfigSpec

private static WTPartConfigSpec getPartConfigSpec(View view)
                                           throws WTException,
                                                  WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

getPartConfigSpec

public WTPartConfigSpec getPartConfigSpec()

getEPMDocConfigSpec

public EPMDocConfigSpec getEPMDocConfigSpec()