com.waveset.session
Class AddIfNotExists

java.lang.Object
  extended bycom.waveset.session.AddIfNotExists
All Implemented Interfaces:
ImportCommand

public class AddIfNotExists
extends java.lang.Object
implements ImportCommand

Adds the given object if it doesn't already exist. Usage: ...


Constructor Summary
AddIfNotExists()
           
 
Method Summary
 void process(ImporterContext ctx, java.util.Map args)
          Method called by the Importer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddIfNotExists

public AddIfNotExists()
Method Detail

process

public void process(ImporterContext ctx,
                    java.util.Map args)
             throws WavesetException
Description copied from interface: ImportCommand
Method called by the Importer

Specified by:
process in interface ImportCommand
Throws:
WavesetException