Package com.ptc.windchill.enterprise.nativeapp.server

Interface Summary
ApplicationAttributeMapperDelegate Translate back and forth from Windchill attribute names to an application like Microsoft Office Integration attribute names.
ApplicationTaskDelegate Delegate that implements the methods for the specific application.
 

Class Summary
ApplicationIntegrationFactory Use to get the correct delegate that implements the requested function.
ClientConfiguration Hold information that is specific to whichever application that we are interfacing to.
DefaultAttributeMapper Added mainly to return a client configuration for the html client.
FolderNode Used to build folder hierarchy.
WindchillAttributeInformation Used to bundle together information needed to process both soft and modeled attributes for an object.
WindchillAttributeUtility Utility class for static methods to help the application interface to get the Windchill attribute values from the objects and present them back to the client in a displayable way.
XMLUtility Common place for useful wrapperings of some xml parsing and creating for the application integration.