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 TypeFieldDescriptionintint -
Constructor Summary
ConstructorsConstructorDescriptionHsAdminModifierOperation(String oldAdmin, int oldAdminIndex, String replacementAdmin, int replacementAdminIndex) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(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:
processin interfaceHandleRecordOperationInterface- Throws:
HandleException
-