com.ptc.windchill.enterprise.dataops.client
Class SetOpenerInstanceModelDoer

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

public class SetOpenerInstanceModelDoer
extends Object
implements CoModelDoer


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

Field Detail

VERBOSE

private static final boolean VERBOSE
Constructor Detail

SetOpenerInstanceModelDoer

public SetOpenerInstanceModelDoer()
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

getOpenerInstance

CoInstance getOpenerInstance(CoModelHandlerData execData)
                       throws WTException
Throws:
WTException