Package net.handle.apps.batch
Class ListHandlesUtil
java.lang.Object
net.handle.apps.batch.ListHandlesUtil
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionListHandlesUtil
(SiteInfo site, AuthenticationInfo authInfo, HandleResolver resolver) -
Method Summary
Modifier and TypeMethodDescriptiongetAllHandles
(String prefix) Returns all handles under a given prefixgetMatchingHandles
(HandleRecordFilter filter, String prefix)
-
Constructor Details
-
ListHandlesUtil
-
-
Method Details
-
getMatchingHandles
public List<String> getMatchingHandles(HandleRecordFilter filter, String prefix) throws HandleException - Throws:
HandleException
-
getAllHandles
Returns all handles under a given prefix- Throws:
HandleException
-