Advanced Customization > Business Logic Customization > Customizing Windchill Visualization Services > Custom Publishing > Solution > Solution Elements
  
Solution Elements
Element
Type
Description
Publisher.class
Class file
Contains api for doPublish needed for invoking publishing from code.
Runtime Location: <Windchill>\codebase\com\ptc \wvs\common\ui
PublisherAction. class
Class file
Used to create the optional actionString to be passed to the doPublish method in Publisher. See JavaDoc for details.
Runtime Location: <Windchill>\codebase\com\ptc \wvs\common\ui
VisualizationHelper.class
Class file
Contains helper api’s such as findRepresentable and getRepresentation often needed in custom code.
Runtime Location: <Windchill>\ codebase\com\ptc \wvs\common\ui
ScheduleJobs.class
Class file
Contains getCurrentContainer method needed when writing custom schedule jobs.
Runtime Location: <Windchill>\codebase\com\ptc \wvs\server\schedule
wvs.properties
Properties file
Contains specific properties used with the Windchill Visualization Service.
Runtime Location: <Windchill>\codebase