com.ptc.windchill.cadx.prowtutil
Class WTServerVersion

java.lang.Object
  extended bycom.ptc.windchill.cadx.prowtutil.WTServerVersion

public class WTServerVersion
extends Object

Server configuration (based on InstalledProperties)


Field Summary
static int PDM_LINK
           
static int PROJECT_LINK
           
static int UNKNOWN
           
static int WINDCHILL
           
 
Constructor Summary
WTServerVersion()
           
 
Method Summary
static String getInstalledSolutionNames()
          construct "solution types" string for WFProperties
static int getSolutionType()
           
static boolean isBundled()
          is BundledServer (WNC+PL or PDMLink + PL)
static boolean isPdmLink()
          returns "true" if PDMLink is installed
static boolean isPdmLinkStandAlone()
          returns "true" if StandAlone PDMLink is installed
static boolean isProIntralink()
          returns "true" if PDMLink is installed
static boolean isProjectLink()
          returns "true" if ProjectLink is installed
static boolean isProjectLinkStandAlone()
          returns "true" if StandAlone ProjectLink is installed
static boolean isWindchill()
          returns "true" if Windchill classic is installed
static boolean isWindchillStandAlone()
          returns "true" if Windchill classic is installed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

WINDCHILL

public static final int WINDCHILL
See Also:
Constant Field Values

PROJECT_LINK

public static final int PROJECT_LINK
See Also:
Constant Field Values

PDM_LINK

public static final int PDM_LINK
See Also:
Constant Field Values
Constructor Detail

WTServerVersion

public WTServerVersion()
Method Detail

getSolutionType

public static int getSolutionType()
Returns:

isBundled

public static boolean isBundled()
is BundledServer (WNC+PL or PDMLink + PL)


isProjectLink

public static boolean isProjectLink()
returns "true" if ProjectLink is installed


isProjectLinkStandAlone

public static boolean isProjectLinkStandAlone()
returns "true" if StandAlone ProjectLink is installed


isPdmLink

public static boolean isPdmLink()
returns "true" if PDMLink is installed


isProIntralink

public static boolean isProIntralink()
returns "true" if PDMLink is installed


isPdmLinkStandAlone

public static boolean isPdmLinkStandAlone()
returns "true" if StandAlone PDMLink is installed


isWindchill

public static boolean isWindchill()
returns "true" if Windchill classic is installed


isWindchillStandAlone

public static boolean isWindchillStandAlone()
returns "true" if Windchill classic is installed


getInstalledSolutionNames

public static String getInstalledSolutionNames()
construct "solution types" string for WFProperties