public class AliasAdderOperation extends java.lang.Object implements HandleRecordOperationInterface
Modifier and Type | Field and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
aliasMap |
Constructor and Description |
---|
AliasAdderOperation(java.util.Map<java.lang.String,java.lang.String> aliasMap) |
Modifier and Type | Method and Description |
---|---|
void |
process(java.lang.String handle,
HandleValue[] values,
HandleResolver resolver,
AuthenticationInfo authInfo,
SiteInfo site) |
public AliasAdderOperation(java.util.Map<java.lang.String,java.lang.String> aliasMap)
public void process(java.lang.String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site) throws HandleException
process
in interface HandleRecordOperationInterface
HandleException