com.infoengine.pda
Class DeleteObjects

java.lang.Object
  extended bycom.infoengine.pda.AbstractWebject
      extended bycom.infoengine.pda.DeleteObjects

public class DeleteObjects
extends AbstractWebject


Field Summary
 
Fields inherited from class com.infoengine.pda.AbstractWebject
groupOutName, logWriter, password, serviceName, task, username, webject
 
Constructor Summary
DeleteObjects()
           
 
Method Summary
 void run()
          Deletes records matching specified query criteria.
 
Methods inherited from class com.infoengine.pda.AbstractWebject
addGroup, executeAction, getActionURL, getAttribute, getParam, getParam, getParams, getParamsAsArray, getTask, getWhere, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteObjects

public DeleteObjects()
Method Detail

run

public void run()
         throws IEException
Deletes records matching specified query criteria.

Specified by:
run in class AbstractWebject
Throws:
IEException