Package net.handle.apps.batch.operations
Class AddAdminValueOperation
- java.lang.Object
-
- net.handle.apps.batch.operations.AddAdminValueOperation
-
- All Implemented Interfaces:
HandleRecordOperationInterface
public class AddAdminValueOperation extends java.lang.Object implements HandleRecordOperationInterface
-
-
Field Summary
Fields Modifier and Type Field Description AdminRecord
admin
int
nextIndex
-
Constructor Summary
Constructors Constructor Description AddAdminValueOperation(AdminRecord admin, int nextIndex)
-
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)
-
-
-
Field Detail
-
admin
public AdminRecord admin
-
nextIndex
public int nextIndex
-
-
Constructor Detail
-
AddAdminValueOperation
public AddAdminValueOperation(AdminRecord admin, int nextIndex)
-
-
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
-
-