|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.enterprise.annotation.AnnotationClientHelper
public class AnnotationClientHelper
Helper class used by some of the processors and code of the annotation clients.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static String |
appendOidsToHiddenField(String origValue,
String oidString)
Appends the value to the original string value.. |
static com.ptc.core.ui.resources.ComponentMode |
getMode(NmCommandBean cb)
Will retrieve the Component Mode from the NmCommandBean. |
static String |
getNmOidString(Object obj)
Given a Persistable object, returns NmOidString , if the convert flag is true, it will replace the ":" with "%3A" Supported API: true |
static WTHashSet |
parseToNmOid(String annotations)
parseToNmOid utility to parse the string to return a list of nmoids. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static com.ptc.core.ui.resources.ComponentMode getMode(NmCommandBean cb)
cb - The current command bean.
public static String getNmOidString(Object obj)
throws WTException
WTException
public static WTHashSet parseToNmOid(String annotations)
throws WTException
WTException
public static String appendOidsToHiddenField(String origValue,
String oidString)
throws WTException
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||