com.ptc.windchill.cadx.checkin
Class WsContentJs
java.lang.Object
com.ptc.windchill.cadx.checkin.WsContentJs
- public class WsContentJs
- extends Object
Method Summary |
static StringBuffer |
addWsRowBuffer(StringBuffer wsRowInProgress,
String variable)
|
static String |
appendWsRow(String wsTableInProgress,
String wsRow)
|
static String |
createWsRow(String objIcon,
String objStatus,
String objName,
String objURL,
String objOID,
String objNumber,
String objVersion,
String objType,
String selected,
String drawing,
String[] objContexSensitiveLinkName,
String[] objContexSensitiveLinkURL)
|
static String |
finalizeWsTableBuffer(String wsTableInProgress)
|
static String |
initWsTableBuffer(String codebase)
|
static String |
renderIt()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JS_OBJ_WS_ROW
public static final String JS_OBJ_WS_ROW
- See Also:
- Constant Field Values
JS_OBJ_WC_CODEBASE
public static final String JS_OBJ_WC_CODEBASE
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_ICON
public static final String JS_OBJ_WS_ROW_ICON
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJSTATUS
public static final String JS_OBJ_WS_ROW_OBJSTATUS
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJNAME
public static final String JS_OBJ_WS_ROW_OBJNAME
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJURL
public static final String JS_OBJ_WS_ROW_OBJURL
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJOID
public static final String JS_OBJ_WS_ROW_OBJOID
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJNUMBER
public static final String JS_OBJ_WS_ROW_OBJNUMBER
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_LIFECYCLE
public static final String JS_OBJ_WS_ROW_LIFECYCLE
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJTYPE
public static final String JS_OBJ_WS_ROW_OBJTYPE
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_OBJTIMESTAMP
public static final String JS_OBJ_WS_ROW_OBJTIMESTAMP
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_PROJNAME
public static final String JS_OBJ_WS_ROW_PROJNAME
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_PROJURL
public static final String JS_OBJ_WS_ROW_PROJURL
- See Also:
- Constant Field Values
JS_OBJ_WS_ROW_CONTEXTLINKS
public static final String JS_OBJ_WS_ROW_CONTEXTLINKS
- See Also:
- Constant Field Values
JS_OBJ_CONTEXTLINKS
public static final String JS_OBJ_CONTEXTLINKS
- See Also:
- Constant Field Values
JS_OBJ_CONTEXTLINKS_LINKS
public static final String JS_OBJ_CONTEXTLINKS_LINKS
- See Also:
- Constant Field Values
JS_OBJ_WFOBJURL
public static final String JS_OBJ_WFOBJURL
- See Also:
- Constant Field Values
JS_OBJ_WFOBJURL_NAME
public static final String JS_OBJ_WFOBJURL_NAME
- See Also:
- Constant Field Values
JS_OBJ_WFOBJURL_URL
public static final String JS_OBJ_WFOBJURL_URL
- See Also:
- Constant Field Values
JS_OBJ_NEW
public static final String JS_OBJ_NEW
- See Also:
- Constant Field Values
JS_OBJ_NEW_ARRAY
public static final String JS_OBJ_NEW_ARRAY
- See Also:
- Constant Field Values
JS_OBJ_WS_SERVER_TABLE
public static final String JS_OBJ_WS_SERVER_TABLE
- See Also:
- Constant Field Values
JS_OBJ_LN
public static final String JS_OBJ_LN
- See Also:
- Constant Field Values
JS_OBJ_SINGLE_QUOTE
public static final String JS_OBJ_SINGLE_QUOTE
- See Also:
- Constant Field Values
JS_OBJ_DOUBLE_QUOTE
public static final String JS_OBJ_DOUBLE_QUOTE
- See Also:
- Constant Field Values
JS_OBJ_SEMICOLON
public static final String JS_OBJ_SEMICOLON
- See Also:
- Constant Field Values
JS_OBJ_WS_RENDERIT
public static final String JS_OBJ_WS_RENDERIT
- See Also:
- Constant Field Values
WsContentJs
public WsContentJs()
createWsRow
public static String createWsRow(String objIcon,
String objStatus,
String objName,
String objURL,
String objOID,
String objNumber,
String objVersion,
String objType,
String selected,
String drawing,
String[] objContexSensitiveLinkName,
String[] objContexSensitiveLinkURL)
addWsRowBuffer
public static StringBuffer addWsRowBuffer(StringBuffer wsRowInProgress,
String variable)
initWsTableBuffer
public static String initWsTableBuffer(String codebase)
appendWsRow
public static String appendWsRow(String wsTableInProgress,
String wsRow)
finalizeWsTableBuffer
public static String finalizeWsTableBuffer(String wsTableInProgress)
renderIt
public static String renderIt()