com.ptc.windchill.uwgm.task.associate
Class AssociateConstants

java.lang.Object
  extended bycom.ptc.windchill.uwgm.task.associate.AssociateConstants

public class AssociateConstants
extends Object


Field Summary
static String ACTIVELINK_COLUMN_ID
           
static String EXIST_ASSOC
           
static String HAS_OTHER_ACTIVE_ASSOC
           
static String HAS_OTHER_PASSIVE_ASSOC
           
static String IS_SOURCEOBJECT_DRAWING
           
static String ISACTIVEWS
           
static String LINKDETAILS
           
static String MODIFIEDOBJECTS
           
static String MODIFY_ASSOC
           
static String OBJACTIVELINK
           
static String OBJDISPLAYID
           
static String OBJDISPLAYID_OTHER_ACTIVELINKOBJECT
           
static String OBJECT_TO_ASSOC
           
static String OBJECT_TRAIL_ID
           
static String OBJECT_TYPE
           
static String OBJGHOSTOBJECT
           
static String OBJMODIFIABLE
           
static String SOURCEOBJ
           
static String SOURCEOBJ_HAS_ACTIVEASSOC_WITH_PDMLOBJECT
           
static String WORKSPACE
           
 
Constructor Summary
AssociateConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WORKSPACE

public static final String WORKSPACE
See Also:
Constant Field Values

SOURCEOBJ

public static final String SOURCEOBJ
See Also:
Constant Field Values

ISACTIVEWS

public static final String ISACTIVEWS
See Also:
Constant Field Values

MODIFIEDOBJECTS

public static final String MODIFIEDOBJECTS
See Also:
Constant Field Values

ACTIVELINK_COLUMN_ID

public static final String ACTIVELINK_COLUMN_ID
See Also:
Constant Field Values

OBJDISPLAYID

public static final String OBJDISPLAYID
See Also:
Constant Field Values

OBJMODIFIABLE

public static final String OBJMODIFIABLE
See Also:
Constant Field Values

OBJACTIVELINK

public static final String OBJACTIVELINK
See Also:
Constant Field Values

OBJGHOSTOBJECT

public static final String OBJGHOSTOBJECT
See Also:
Constant Field Values

OBJECT_TYPE

public static final String OBJECT_TYPE
See Also:
Constant Field Values

LINKDETAILS

public static final String LINKDETAILS
See Also:
Constant Field Values

EXIST_ASSOC

public static final String EXIST_ASSOC
See Also:
Constant Field Values

MODIFY_ASSOC

public static final String MODIFY_ASSOC
See Also:
Constant Field Values

OBJECT_TO_ASSOC

public static final String OBJECT_TO_ASSOC
See Also:
Constant Field Values

HAS_OTHER_ACTIVE_ASSOC

public static final String HAS_OTHER_ACTIVE_ASSOC
See Also:
Constant Field Values

HAS_OTHER_PASSIVE_ASSOC

public static final String HAS_OTHER_PASSIVE_ASSOC
See Also:
Constant Field Values

OBJDISPLAYID_OTHER_ACTIVELINKOBJECT

public static final String OBJDISPLAYID_OTHER_ACTIVELINKOBJECT
See Also:
Constant Field Values

SOURCEOBJ_HAS_ACTIVEASSOC_WITH_PDMLOBJECT

public static final String SOURCEOBJ_HAS_ACTIVEASSOC_WITH_PDMLOBJECT
See Also:
Constant Field Values

IS_SOURCEOBJECT_DRAWING

public static final String IS_SOURCEOBJECT_DRAWING
See Also:
Constant Field Values

OBJECT_TRAIL_ID

public static final String OBJECT_TRAIL_ID
See Also:
Constant Field Values
Constructor Detail

AssociateConstants

public AssociateConstants()