Package wt.load

Uses the LoadService to load data into Windchill systems using various loaders.

See:
          Description

Interface Summary
LoadService Provides server-side functionality as a service that's remotely available for use by a client.
ObjectLocator An ObjectLocator is an object that when given an identifier, can locate an instance of an object.
 

Class Summary
BasicLoader Information on how to localize the titles of your csv files.
DataMap Used in processing the data and map files to retrieve attributes for input into the load methods.
DemoLoader  
DeveloperLoader  
GenericFileLoader A first small step toward refactoring the load classes invoked from the console.
Installer Loads required base data into an empty Windchill database.
LoadContent Used to load file and URL content into ContentHolders such as documents and parts for test or demo data in Windchill.
LoadFileSet Title:
LoadFromFile USAGE:
java wt.load.LoadFromFile -m filename -d filename -o filename -t token -g method -u user -p password

The LoadFromFile loads test case data into Windchill.

The -t token option sets the token string that is the set of delimiters between the fields on one line of data in the file.
LoadHelper

Supported API: true

Extendable: false
LoadServerHelper Provides helper methods for use in load classes such as LoadDoc and LoadPart.
LoadServerHelper.DomainKey  
LoadServiceFwd Provides server-side functionality as a service that's remotely available for use by a client.
LoadUser Used to load users, groups, associate users to groups, domains, and access rules for test or demo data in Windchill.
LocatorFactory Produces ObjectLocator objects as well as executes them to locate an object.  The LocatorFactory looks for ObjectLocator classes in the service.properties file
The service.properties entries are used as follows: ServiceName -- matches SERVICE_NAME of this class. ServiceSelector -- matches the locator name supplied to the LocatorFactory. RequestorClassName -- always java.lang.Object. ServicePriority -- always 0. ServiceClassName -- name of class that implements ObjectLocator interface for the specified locator_name. ServiceCardinality -- duplicate.

Supported API: false

Extendable: false
StandardLoadService Provides the standard implementation of server-side functionality for the loading of test data into the system.
WindchillLoader

Command Line Options
-IncludeDemo - Will install Demo Data sets as well as base data
-Unattended - Will perform an unattended load (no user prompt)
-NoServerStop - Will not stop the Method Servers before doing load.
WindchillLoader.LoadSet  
wtStringTokenizer The string tokenizer class allows an application to break a string into tokens.
 

Package wt.load Description

Uses the LoadService to load data into Windchill systems using various loaders. The data should be provided in xml format.