com.infoengine.doorsadapter
Class IeUpdateObject

java.lang.Object
  extended bycom.infoengine.doorsadapter.AdapterWebject
      extended bycom.infoengine.doorsadapter.IeUpdateObject

public class IeUpdateObject
extends AdapterWebject

This class implements the Query-DoorsStructure webject. The webject returns the complete hierarchy structure using the DOORS APIs. The DOORS Adapter 2.0 supports only the Info*Engine 6.0 webject syntax.


Field Summary
private static String CLASS
          class attributes
private static boolean DEBUG
           
private  Group groupOut
           
private static String webjectPath
           
 
Fields inherited from class com.infoengine.doorsadapter.AdapterWebject
logWriter, rqtCxt, scratch, serviceName, webject
 
Constructor Summary
IeUpdateObject()
           
 
Method Summary
 void init(RequestContext rqtCxt)
           
 void process()
           
 
Methods inherited from class com.infoengine.doorsadapter.AdapterWebject
getRequestContext, getResponse, Operation, toClassName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

private static String CLASS
class attributes


webjectPath

private static String webjectPath

DEBUG

private static boolean DEBUG

groupOut

private Group groupOut
Constructor Detail

IeUpdateObject

public IeUpdateObject()
Method Detail

init

public void init(RequestContext rqtCxt)
Overrides:
init in class AdapterWebject

process

public void process()
             throws IEAdapterException
Overrides:
process in class AdapterWebject
Throws:
IEAdapterException