Package net.handle.apps.batch.operations
Class NoOpOperation
java.lang.Object
net.handle.apps.batch.operations.NoOpOperation
- All Implemented Interfaces:
HandleRecordOperationInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site)
-
Constructor Details
-
NoOpOperation
public NoOpOperation()
-
-
Method Details
-
process
public void process(String handle, HandleValue[] values, HandleResolver resolver, AuthenticationInfo authInfo, SiteInfo site) throws HandleException - Specified by:
process
in interfaceHandleRecordOperationInterface
- Throws:
HandleException
-