Package net.handle.apps.batch
Class BatchHandleProcessor
java.lang.Object
net.handle.apps.batch.BatchHandleProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionBatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site) BatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, boolean skipResolution) BatchHandleProcessor
(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site) -
Method Summary
Modifier and TypeMethodDescriptionfilter
(HandleRecordFilter filter) void
process
(HandleRecordOperationInterface recordProcessor) void
process
(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter)
-
Constructor Details
-
BatchHandleProcessor
public BatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolutionAndProcessing, SiteInfo site) -
BatchHandleProcessor
public BatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site) -
BatchHandleProcessor
public BatchHandleProcessor(List<String> handles, HandleResolver resolver, AuthenticationInfo authInfoForResolution, AuthenticationInfo authInfoForProcessing, SiteInfo site, boolean skipResolution)
-
-
Method Details
-
process
public void process(HandleRecordOperationInterface recordProcessor, HandleRecordFilter processFilter) -
process
-
getErrorHandles
-
filter
- Throws:
HandleException
-