public class DummyNutsIndexStore extends AbstractNutsIndexStore
| Constructor and Description |
|---|
DummyNutsIndexStore(NutsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
NutsIndexStore |
invalidate(NutsId id,
NutsSession session) |
boolean |
isEnabled() |
boolean |
isSubscribed(NutsSession session) |
NutsIndexStore |
revalidate(NutsId id,
NutsSession session) |
Iterator<NutsId> |
search(NutsIdFilter filter,
NutsSession session) |
Iterator<NutsId> |
searchVersions(NutsId id,
NutsSession session) |
NutsIndexStore |
setEnabled(boolean enabled) |
NutsIndexStore |
subscribe(NutsSession session) |
NutsIndexStore |
unsubscribe(NutsSession session) |
getRepository, isInaccessible, setInaccessible, setRepositorypublic DummyNutsIndexStore(NutsRepository repository)
public Iterator<NutsId> searchVersions(NutsId id, NutsSession session)
public Iterator<NutsId> search(NutsIdFilter filter, NutsSession session)
public boolean isEnabled()
isEnabled in interface NutsIndexStoreisEnabled in class AbstractNutsIndexStorepublic NutsIndexStore setEnabled(boolean enabled)
setEnabled in interface NutsIndexStoresetEnabled in class AbstractNutsIndexStorepublic NutsIndexStore invalidate(NutsId id, NutsSession session)
public NutsIndexStore revalidate(NutsId id, NutsSession session)
public NutsIndexStore subscribe(NutsSession session)
public NutsIndexStore unsubscribe(NutsSession session)
public boolean isSubscribed(NutsSession session)
Copyright © 2021 vpc open source initiative. All rights reserved.