com.ptc.windchill.enterprise.search.client
Class WebSearchContentDownloadModelDoer

java.lang.Object
  extended bycom.ptc.windchill.enterprise.search.client.WebSearchContentDownloadModelDoer
All Implemented Interfaces:
CoDoer, CoModelDoer

public class WebSearchContentDownloadModelDoer
extends Object
implements CoModelDoer


Field Summary
private static String closeWindow
           
 
Constructor Summary
WebSearchContentDownloadModelDoer()
           
 
Method Summary
 void execute(CoModelHandlerData execData)
          Model Handler delegates model update to a doer by calling this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

closeWindow

private static String closeWindow
Constructor Detail

WebSearchContentDownloadModelDoer

public WebSearchContentDownloadModelDoer()
Method Detail

execute

public void execute(CoModelHandlerData execData)
             throws WTException
Description copied from interface: CoModelDoer
Model Handler delegates model update to a doer by calling this method.

Supported API: true

Specified by:
execute in interface CoModelDoer
Parameters:
execData -
Throws:
WTException