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