Class DndQueryInitializer
java.lang.Object
com.illumon.iris.controller.handle.DndQueryInitializer
- All Implemented Interfaces:
Function<CommunityPersistentQueryHandle.CommunityWorkerHandle,
PersistentQueryState>
- Direct Known Subclasses:
DndRunAndDoneInitializer
public class DndQueryInitializer
extends Object
implements Function<CommunityPersistentQueryHandle.CommunityWorkerHandle,PersistentQueryState>
This class is the generic DnD worker initialization. It will simply execute a script on the worker and process the
results
-
Constructor Details
-
DndQueryInitializer
public DndQueryInitializer()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<CommunityPersistentQueryHandle.CommunityWorkerHandle,
PersistentQueryState>
-