Package net.handle.apps.batch
Class BatchHandleProcessor
- java.lang.Object
-
- net.handle.apps.batch.BatchHandleProcessor
-
public class BatchHandleProcessor extends java.lang.Object
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods 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)
-
-
-
Constructor Detail
-
BatchHandleProcessor
public BatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site)
-
BatchHandleProcessor
public BatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site)
-
BatchHandleProcessor
public BatchHandleProcessor(java.util.List<java.lang.String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, boolean skipResolution)
-
-
Method Detail
-
process
public void process(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter)
-
process
public void process(HandleRecordOperationInterface recordProcessor)
-
getErrorHandles
public java.util.List<java.lang.String> getErrorHandles()
-
filter
public java.util.List<java.lang.String> filter(HandleRecordFilter filter) throws HandleException
- Throws:
HandleException
-
-