public class DefaultNutsIndexStore extends AbstractNutsIndexStore
| Constructor and Description |
|---|
DefaultNutsIndexStore(NutsRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
NutsIndexStore |
invalidate(NutsId id,
NutsSession session) |
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 |
subscribe(NutsSession session) |
NutsIndexStore |
unsubscribe(NutsSession session) |
getRepository, isEnabled, isInaccessible, setEnabled, setInaccessible, setRepositorypublic DefaultNutsIndexStore(NutsRepository repository)
public Iterator<NutsId> searchVersions(NutsId id, NutsSession session)
public Iterator<NutsId> search(NutsIdFilter filter, NutsSession session)
public 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.