com.ptc.windchill.enterprise.dataops.client
Class ClientHelper

java.lang.Object
  extended bycom.ptc.windchill.enterprise.dataops.client.ClientHelper

public class ClientHelper
extends Object


Field Summary
private static boolean VERBOSE
           
 
Constructor Summary
private ClientHelper()
           
 
Method Summary
(package private) static Object createObject(String className, String strValue)
           
(package private) static boolean evaluateExpression(CoConfigFeature config, String attrName, CoEnvData envData)
           
(package private) static CoConfigFeature getDoerConfig(CoAction action, CoEnvData envData)
           
(package private) static void log(String tag, CoElement elem, CoEnvData envData)
           
(package private) static void log(String tag, Object msg)
           
private static Object retrieveAttrValue(Map map, Element elem, String name)
           
(package private) static Object retrieveAttrValue(Object key, Map map, Element elem, String name)
           
private static void saveAttrValue(Map map, Element elem, String name)
           
(package private) static void saveAttrValue(Object key, Map map, Element elem, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERBOSE

private static final boolean VERBOSE
Constructor Detail

ClientHelper

private ClientHelper()
Method Detail

evaluateExpression

static boolean evaluateExpression(CoConfigFeature config,
                                  String attrName,
                                  CoEnvData envData)
                           throws WTException
Throws:
WTException

createObject

static Object createObject(String className,
                           String strValue)
                    throws WTException
Throws:
WTException

saveAttrValue

static void saveAttrValue(Object key,
                          Map map,
                          Element elem,
                          String name)
                   throws WTException
Throws:
WTException

saveAttrValue

private static void saveAttrValue(Map map,
                                  Element elem,
                                  String name)
                           throws WTException
Throws:
WTException

retrieveAttrValue

static Object retrieveAttrValue(Object key,
                                Map map,
                                Element elem,
                                String name)
                         throws WTException
Throws:
WTException

retrieveAttrValue

private static Object retrieveAttrValue(Map map,
                                        Element elem,
                                        String name)
                                 throws WTException
Throws:
WTException

getDoerConfig

static CoConfigFeature getDoerConfig(CoAction action,
                                     CoEnvData envData)
                              throws WTException
Throws:
WTException

log

static void log(String tag,
                Object msg)

log

static void log(String tag,
                CoElement elem,
                CoEnvData envData)