Package net.handle.apps.batch.operations
Class HsAdminModifierOperation
java.lang.Object
net.handle.apps.batch.operations.HsAdminModifierOperation
- All Implemented Interfaces:
HandleRecordOperationInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Constructor Summary
ConstructorsConstructorDescriptionHsAdminModifierOperation
(String oldAdmin, int oldAdminIndex, String replacementAdmin, int replacementAdminIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site)
-
Field Details
-
oldAdmin
-
oldAdminIndex
public int oldAdminIndex -
replacementAdmin
-
replacementAdminIndex
public int replacementAdminIndex
-
-
Constructor Details
-
HsAdminModifierOperation
-
-
Method Details
-
process
public void process(String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site) throws HandleException - Specified by:
process
in interfaceHandleRecordOperationInterface
- Throws:
HandleException
-