com.infoengine.doorsadapter
Class Requirement

java.lang.Object
  extended bycom.infoengine.doorsadapter.DoorsObject
      extended bycom.infoengine.doorsadapter.Requirement

public class Requirement
extends DoorsObject


Field Summary
 char DELIMETER
           
 
Fields inherited from class com.infoengine.doorsadapter.DoorsObject
BASEQUEUE, BULKQUEUE, COMMA, DEBUG, DEBUG1, eDELIMETER, IEDXLIPHOST, LINK, LOGFILE, MAXCOMMAND, OPERATORS, QUICKQUEUE, requestContext, scratch, serviceName, TEMPBASEQUEUE, TEMPBULKQUEUE, TEMPQUICKQUEUE, VERBOSE
 
Constructor Summary
Requirement()
           
Requirement(RequestContext reqCxt)
           
 
Method Summary
protected  void addObjUpdatedAttribute(Group out, String id)
           
 void processBulk(String ObjectList, int comLength, int idLength, Group grpOut, int LINK, boolean IMAGES, String attributes, String userid, DoorsJNIlink doorsJNIlink)
           
 Group QueryObjects()
           
 Group submitChangeProposal()
           
 Group UpdateObject()
           
 
Methods inherited from class com.infoengine.doorsadapter.DoorsObject
getFilterClause, getNextPort, getPortQueue, init, QueryLinks, removeBadChar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELIMETER

public char DELIMETER
Constructor Detail

Requirement

public Requirement(RequestContext reqCxt)

Requirement

public Requirement()
Method Detail

processBulk

public void processBulk(String ObjectList,
                        int comLength,
                        int idLength,
                        Group grpOut,
                        int LINK,
                        boolean IMAGES,
                        String attributes,
                        String userid,
                        DoorsJNIlink doorsJNIlink)
                 throws IEAdapterException
Throws:
IEAdapterException

QueryObjects

public Group QueryObjects()
                   throws IEAdapterException
Overrides:
QueryObjects in class DoorsObject
Throws:
IEAdapterException

UpdateObject

public Group UpdateObject()
                   throws IEAdapterException
Overrides:
UpdateObject in class DoorsObject
Throws:
IEAdapterException

submitChangeProposal

public Group submitChangeProposal()
                           throws IEAdapterException
Overrides:
submitChangeProposal in class DoorsObject
Throws:
IEAdapterException

addObjUpdatedAttribute

protected void addObjUpdatedAttribute(Group out,
                                      String id)