public interface SupportsSearchExcluding
| Modifier and Type | Method and Description |
|---|---|
CloseableIterator<DigitalObject> |
searchExcluding(Query query,
java.util.Collection<java.lang.String> handles) |
CloseableIterator<java.lang.String> |
searchHandlesExcluding(Query query,
java.util.Collection<java.lang.String> handles) |
CloseableIterator<DigitalObject> searchExcluding(Query query, java.util.Collection<java.lang.String> handles) throws RepositoryException
RepositoryExceptionCloseableIterator<java.lang.String> searchHandlesExcluding(Query query, java.util.Collection<java.lang.String> handles) throws RepositoryException
RepositoryException