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