wt.fc.batch
Class BatchSpecificationUtilities
java.lang.Object
wt.fc.batch.BatchSpecificationUtilities
- public class BatchSpecificationUtilities
- extends Object
Utility methods for processing batch specification operations.
Field Summary |
private static int[] |
INDEX_0
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INDEX_0
private static final int[] INDEX_0
BatchSpecificationUtilities
public BatchSpecificationUtilities()
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