public class AddAdminValueOperation extends java.lang.Object implements HandleRecordOperationInterface
Modifier and Type | Field and Description |
---|---|
AdminRecord |
admin |
int |
nextIndex |
Constructor and Description |
---|
AddAdminValueOperation(AdminRecord admin,
int nextIndex) |
Modifier and Type | Method and Description |
---|---|
void |
process(java.lang.String handle,
HandleValue[] values,
HandleResolver resolver,
AuthenticationInfo authInfo,
SiteInfo site) |
public AdminRecord admin
public int nextIndex
public AddAdminValueOperation(AdminRecord admin, int nextIndex)
public void process(java.lang.String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site) throws HandleException
process
in interface HandleRecordOperationInterface
HandleException