Package net.handle.apps.batch.operations
Class ReplaceAllHsAdminValuesOperation
- java.lang.Object
-
- net.handle.apps.batch.operations.ReplaceAllHsAdminValuesOperation
-
- All Implemented Interfaces:
HandleRecordOperationInterface
public class ReplaceAllHsAdminValuesOperation extends java.lang.Object implements HandleRecordOperationInterface
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
replacementAdmin
int
replacementAdminIndex
-
Constructor Summary
Constructors Constructor Description ReplaceAllHsAdminValuesOperation(java.lang.String replacementAdmin, int replacementAdminIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
process(java.lang.String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site)
-
-
-
Method Detail
-
process
public void process(java.lang.String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site) throws HandleException
- Specified by:
process
in interfaceHandleRecordOperationInterface
- Throws:
HandleException
-
-