public class BatchHandleProcessor
extends java.lang.Object
| Constructor | Description |
|---|---|
BatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site) |
|
BatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site,
boolean skipResolution) |
|
BatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolutionAndProcessing,
SiteInfo site) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<java.lang.String> |
filter(HandleRecordFilter filter) |
|
java.util.List<java.lang.String> |
getErrorHandles() |
|
void |
process(HandleRecordOperationInterface recordProcessor) |
|
void |
process(HandleRecordOperationInterface recordProcessor,
HandleRecordFilter processFilter) |
public BatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolutionAndProcessing,
SiteInfo site)
public BatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site)
public BatchHandleProcessor(java.util.List<java.lang.String> handles,
HandleResolver resolver,
AuthenticationInfo authInfoForResolution,
AuthenticationInfo authInfoForProcessing,
SiteInfo site,
boolean skipResolution)
public void process(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter)
public void process(HandleRecordOperationInterface recordProcessor)
public java.util.List<java.lang.String> getErrorHandles()
public java.util.List<java.lang.String> filter(HandleRecordFilter filter) throws HandleException
HandleException