wt.fc.batch
Class BatchSpecificationUtilities

java.lang.Object
  extended bywt.fc.batch.BatchSpecificationUtilities

public class BatchSpecificationUtilities
extends Object

Utility methods for processing batch specification operations.


Field Summary
private static int[] INDEX_0
           
 
Constructor Summary
BatchSpecificationUtilities()
           
 
Method Summary
static void queryTargetKeys(AbstractBatchSpec a_batchSpec, WTCollection a_targets)
          This method executes a query to return the target ObjectIdentifiers for the batch specification operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX_0

private static final int[] INDEX_0
Constructor Detail

BatchSpecificationUtilities

public BatchSpecificationUtilities()
Method Detail

queryTargetKeys

public static void queryTargetKeys(AbstractBatchSpec a_batchSpec,
                                   WTCollection a_targets)
                            throws WTException
This method executes a query to return the target ObjectIdentifiers for the batch specification operation. This method uses the server side query() method and returns teh valus in a WTCollection.

Parameters:
a_batchSpec - Batch Specification to query for.
a_targets - WTCollection to return keys in.
Throws:
WTException