com.ptc.windchill.cadx.ws
Class WsSelectionHelper

java.lang.Object
  extended bycom.ptc.windchill.cadx.ws.WsSelectionHelper

public class WsSelectionHelper
extends Object


Field Summary
private static String NEW_OBJ_DELIM_STRING
           
 
Constructor Summary
WsSelectionHelper()
           
 
Method Summary
static String getNewButExistingObjIdsString(Vector cadNames, EPMWorkspace contextWS)
           
private static WTCollection getSelectedReferences(String oid_string)
          Method creates WTCollection for existing elements from the OIDs
static Vector getSelExistEPMDocs(String oid_string)
           
static Vector getSelExistObjs(String oid_string)
           
static Vector getSelExistWTParts(String oid_string)
           
static HashMap getSelNewObjHashMap(String name_string)
           
static Vector getSelNewObjNames(String name_string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEW_OBJ_DELIM_STRING

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

WsSelectionHelper

public WsSelectionHelper()
Method Detail

getSelExistObjs

public static Vector getSelExistObjs(String oid_string)

getSelExistWTParts

public static Vector getSelExistWTParts(String oid_string)

getSelExistEPMDocs

public static Vector getSelExistEPMDocs(String oid_string)

getSelectedReferences

private static WTCollection getSelectedReferences(String oid_string)
Method creates WTCollection for existing elements from the OIDs


getSelNewObjNames

public static Vector getSelNewObjNames(String name_string)

getSelNewObjHashMap

public static HashMap getSelNewObjHashMap(String name_string)

getNewButExistingObjIdsString

public static String getNewButExistingObjIdsString(Vector cadNames,
                                                   EPMWorkspace contextWS)