|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.esi.load.LoadESI
This class is used by wt.load.StandardLoadService to create objects
for classes in the com.ptc.windchill.esi.
package.
Supported API: false
StandardLoadService
Field Summary | |
private static ResourceBundle |
rb
|
private static String |
RESOURCE
|
private static boolean |
VERBOSE
|
Constructor Summary | |
LoadESI()
|
Method Summary | |
static boolean |
createESITarget(Hashtable attributes,
Hashtable cmdLineArgs,
Vector return_objects)
Create and persist ESITarget. |
static boolean |
createESITarget(Hashtable attributes,
Hashtable cmdLineArgs,
Vector return_objects,
WTContainerRef context)
Create and persist ESITarget. |
static boolean |
createESITargetAssignment(Hashtable attributes,
Hashtable cmdLineArgs,
Vector return_objects)
|
static boolean |
createESITargetAssignment(Hashtable attributes,
Hashtable cmdLineArgs,
Vector return_objects,
WTContainerRef context)
Create and persist ESITargetAssignmentLink. |
private static String |
getString(String name,
Hashtable attributes,
Hashtable cmdLineArgs,
int required)
|
protected static void |
printException(String methodName,
Exception e)
Helper method to print stack trace of exception to Method Server log. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final boolean VERBOSE
private static final ResourceBundle rb
private static final String RESOURCE
Constructor Detail |
public LoadESI()
Method Detail |
public static boolean createESITarget(Hashtable attributes, Hashtable cmdLineArgs, Vector return_objects, WTContainerRef context)
wt.load.StandardLoadService.load
public static boolean createESITarget(Hashtable attributes, Hashtable cmdLineArgs, Vector return_objects)
wt.load.StandardLoadService.load
public static boolean createESITargetAssignment(Hashtable attributes, Hashtable cmdLineArgs, Vector return_objects, WTContainerRef context)
wt.load.StandardLoadService.load
public static boolean createESITargetAssignment(Hashtable attributes, Hashtable cmdLineArgs, Vector return_objects)
private static String getString(String name, Hashtable attributes, Hashtable cmdLineArgs, int required) throws IllegalArgumentException
IllegalArgumentException
protected static void printException(String methodName, Exception e)
methodName
- Name of the calling method.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |