|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.cadx.common.util.MissingDependentsUtilities
Collection of static methods which can be used to find out information about or perform an action on missing dependent objects and unresolved parents of missing dependents.
Constructor Summary | |
MissingDependentsUtilities()
|
Method Summary | |
static void |
appendContextObjProps(Object object,
Properties props)
|
private static String |
getOID(Persistable obj)
|
static boolean |
hasMissingDependents(HTTPRequest request)
Returns the missing dependents property value if its is specified in the HTTPRequest query string or form data. |
static boolean |
hasMissingDependents(Object cadDoc)
Returns the missing dependents property value of the specified object. |
static boolean |
isPlaceHolder(HTTPRequest request)
Returns the place holder property value if its is specified in the HTTPRequest query string or form data. |
static boolean |
isPlaceHolder(Object obj)
Returns the place holder property value of the specified object. |
static void |
setMissingDependents(Object cadDoc,
boolean flag)
Set the missing dependents property on the specified object. |
static void |
setPlaceHolder(Object cadDoc,
boolean flag)
Set the place holder property on the specified object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MissingDependentsUtilities()
Method Detail |
public static void setPlaceHolder(Object cadDoc, boolean flag)
public static boolean isPlaceHolder(Object obj)
public static boolean isPlaceHolder(HTTPRequest request)
public static void setMissingDependents(Object cadDoc, boolean flag)
public static boolean hasMissingDependents(Object cadDoc)
public static boolean hasMissingDependents(HTTPRequest request)
public static void appendContextObjProps(Object object, Properties props)
private static String getOID(Persistable obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |