wt.ufid.delegates
Interface UfidStoreDelegate

All Superinterfaces:
UfidDelegate
All Known Implementing Classes:
DefaultUfidStoreDelegate, IteratedUfidPreStoreDelegate, IteratedUfidStoreDelegate

public interface UfidStoreDelegate
extends UfidDelegate



Supported API: false

Extendable: false


Method Summary
 void process(WTCollection objectSet)
          For each of the objects in the collection, perform the process defined in process().
 
Methods inherited from interface wt.ufid.delegates.UfidDelegate
process
 

Method Detail

process

public void process(WTCollection objectSet)
             throws WTException
For each of the objects in the collection, perform the process defined in process().

Parameters:
objectSet -
Throws:
WTException